aboutsummaryrefslogtreecommitdiffstats
path: root/Domains
diff options
context:
space:
mode:
authorLibravatar OszkarSemerath <oszka@152.66.252.189>2017-06-21 18:39:47 +0200
committerLibravatar OszkarSemerath <oszka@152.66.252.189>2017-06-21 18:39:47 +0200
commitac3d399075bda8c77a74a4553ee7b7217a50734c (patch)
tree0bbb78fe8850293c69446f5864f9423f4cd8576e /Domains
parentMerge branch 'master' of https://github.com/viatra/VIATRA-Generator (diff)
downloadVIATRA-Generator-ac3d399075bda8c77a74a4553ee7b7217a50734c.tar.gz
VIATRA-Generator-ac3d399075bda8c77a74a4553ee7b7217a50734c.tar.zst
VIATRA-Generator-ac3d399075bda8c77a74a4553ee7b7217a50734c.zip
Added missing types: exit state, final state and choice
Diffstat (limited to 'Domains')
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/.classpath2
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/Transition.java2
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/YakindummFactory.java27
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/YakindummPackage.java200
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/YakindummFactoryImpl.java33
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/YakindummPackageImpl.java68
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/util/YakindummAdapterFactory.java54
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/util/YakindummSwitch.java69
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/yakindu_simplified.aird2476
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/yakindu_simplified.ecore3
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/yakindu_simplified.genmodel2
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/plugin.xml24
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/queries/hu/bme/mit/inf/dslreasoner/partialsnapshot_mavo/yakindu/patterns.vql110
13 files changed, 1858 insertions, 1212 deletions
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/.classpath b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/.classpath
index e97c71bb..9e7c2c80 100644
--- a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/.classpath
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/.classpath
@@ -5,6 +5,6 @@
5 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 5 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
6 <classpathentry kind="src" path="src"/> 6 <classpathentry kind="src" path="src"/>
7 <classpathentry kind="src" path="queries"/> 7 <classpathentry kind="src" path="queries"/>
8 <classpathentry kind="src" path="src-gen/"/> 8 <classpathentry kind="src" path="src-gen"/>
9 <classpathentry kind="output" path="bin"/> 9 <classpathentry kind="output" path="bin"/>
10</classpath> 10</classpath>
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/Transition.java b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/Transition.java
index a27e46e8..8d30734c 100644
--- a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/Transition.java
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/Transition.java
@@ -63,7 +63,7 @@ public interface Transition extends EObject {
63 * @see #setSource(Vertex) 63 * @see #setSource(Vertex)
64 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.YakindummPackage#getTransition_Source() 64 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.YakindummPackage#getTransition_Source()
65 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Vertex#getOutgoingTransitions 65 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Vertex#getOutgoingTransitions
66 * @model opposite="outgoingTransitions" required="true" transient="false" ordered="false" 66 * @model opposite="outgoingTransitions" transient="false" ordered="false"
67 * @generated 67 * @generated
68 */ 68 */
69 Vertex getSource(); 69 Vertex getSource();
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/YakindummFactory.java b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/YakindummFactory.java
index 51751f8c..bbf75ada 100644
--- a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/YakindummFactory.java
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/YakindummFactory.java
@@ -76,6 +76,33 @@ public interface YakindummFactory extends EFactory {
76 State createState(); 76 State createState();
77 77
78 /** 78 /**
79 * Returns a new object of class '<em>Choice</em>'.
80 * <!-- begin-user-doc -->
81 * <!-- end-user-doc -->
82 * @return a new object of class '<em>Choice</em>'.
83 * @generated
84 */
85 Choice createChoice();
86
87 /**
88 * Returns a new object of class '<em>Exit</em>'.
89 * <!-- begin-user-doc -->
90 * <!-- end-user-doc -->
91 * @return a new object of class '<em>Exit</em>'.
92 * @generated
93 */
94 Exit createExit();
95
96 /**
97 * Returns a new object of class '<em>Final State</em>'.
98 * <!-- begin-user-doc -->
99 * <!-- end-user-doc -->
100 * @return a new object of class '<em>Final State</em>'.
101 * @generated
102 */
103 FinalState createFinalState();
104
105 /**
79 * Returns the package supported by this factory. 106 * Returns the package supported by this factory.
80 * <!-- begin-user-doc --> 107 * <!-- begin-user-doc -->
81 * <!-- end-user-doc --> 108 * <!-- end-user-doc -->
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/YakindummPackage.java b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/YakindummPackage.java
index 01f62588..18a4b105 100644
--- a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/YakindummPackage.java
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/YakindummPackage.java
@@ -499,6 +499,146 @@ public interface YakindummPackage extends EPackage {
499 499
500 500
501 /** 501 /**
502 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl.ChoiceImpl <em>Choice</em>}' class.
503 * <!-- begin-user-doc -->
504 * <!-- end-user-doc -->
505 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl.ChoiceImpl
506 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl.YakindummPackageImpl#getChoice()
507 * @generated
508 */
509 int CHOICE = 10;
510
511 /**
512 * The feature id for the '<em><b>Incoming Transitions</b></em>' reference list.
513 * <!-- begin-user-doc -->
514 * <!-- end-user-doc -->
515 * @generated
516 * @ordered
517 */
518 int CHOICE__INCOMING_TRANSITIONS = PSEUDOSTATE__INCOMING_TRANSITIONS;
519
520 /**
521 * The feature id for the '<em><b>Outgoing Transitions</b></em>' containment reference list.
522 * <!-- begin-user-doc -->
523 * <!-- end-user-doc -->
524 * @generated
525 * @ordered
526 */
527 int CHOICE__OUTGOING_TRANSITIONS = PSEUDOSTATE__OUTGOING_TRANSITIONS;
528
529 /**
530 * The number of structural features of the '<em>Choice</em>' class.
531 * <!-- begin-user-doc -->
532 * <!-- end-user-doc -->
533 * @generated
534 * @ordered
535 */
536 int CHOICE_FEATURE_COUNT = PSEUDOSTATE_FEATURE_COUNT + 0;
537
538 /**
539 * The number of operations of the '<em>Choice</em>' class.
540 * <!-- begin-user-doc -->
541 * <!-- end-user-doc -->
542 * @generated
543 * @ordered
544 */
545 int CHOICE_OPERATION_COUNT = PSEUDOSTATE_OPERATION_COUNT + 0;
546
547 /**
548 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl.ExitImpl <em>Exit</em>}' class.
549 * <!-- begin-user-doc -->
550 * <!-- end-user-doc -->
551 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl.ExitImpl
552 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl.YakindummPackageImpl#getExit()
553 * @generated
554 */
555 int EXIT = 11;
556
557 /**
558 * The feature id for the '<em><b>Incoming Transitions</b></em>' reference list.
559 * <!-- begin-user-doc -->
560 * <!-- end-user-doc -->
561 * @generated
562 * @ordered
563 */
564 int EXIT__INCOMING_TRANSITIONS = PSEUDOSTATE__INCOMING_TRANSITIONS;
565
566 /**
567 * The feature id for the '<em><b>Outgoing Transitions</b></em>' containment reference list.
568 * <!-- begin-user-doc -->
569 * <!-- end-user-doc -->
570 * @generated
571 * @ordered
572 */
573 int EXIT__OUTGOING_TRANSITIONS = PSEUDOSTATE__OUTGOING_TRANSITIONS;
574
575 /**
576 * The number of structural features of the '<em>Exit</em>' class.
577 * <!-- begin-user-doc -->
578 * <!-- end-user-doc -->
579 * @generated
580 * @ordered
581 */
582 int EXIT_FEATURE_COUNT = PSEUDOSTATE_FEATURE_COUNT + 0;
583
584 /**
585 * The number of operations of the '<em>Exit</em>' class.
586 * <!-- begin-user-doc -->
587 * <!-- end-user-doc -->
588 * @generated
589 * @ordered
590 */
591 int EXIT_OPERATION_COUNT = PSEUDOSTATE_OPERATION_COUNT + 0;
592
593
594 /**
595 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl.FinalStateImpl <em>Final State</em>}' class.
596 * <!-- begin-user-doc -->
597 * <!-- end-user-doc -->
598 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl.FinalStateImpl
599 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl.YakindummPackageImpl#getFinalState()
600 * @generated
601 */
602 int FINAL_STATE = 12;
603
604 /**
605 * The feature id for the '<em><b>Incoming Transitions</b></em>' reference list.
606 * <!-- begin-user-doc -->
607 * <!-- end-user-doc -->
608 * @generated
609 * @ordered
610 */
611 int FINAL_STATE__INCOMING_TRANSITIONS = REGULAR_STATE__INCOMING_TRANSITIONS;
612
613 /**
614 * The feature id for the '<em><b>Outgoing Transitions</b></em>' containment reference list.
615 * <!-- begin-user-doc -->
616 * <!-- end-user-doc -->
617 * @generated
618 * @ordered
619 */
620 int FINAL_STATE__OUTGOING_TRANSITIONS = REGULAR_STATE__OUTGOING_TRANSITIONS;
621
622 /**
623 * The number of structural features of the '<em>Final State</em>' class.
624 * <!-- begin-user-doc -->
625 * <!-- end-user-doc -->
626 * @generated
627 * @ordered
628 */
629 int FINAL_STATE_FEATURE_COUNT = REGULAR_STATE_FEATURE_COUNT + 0;
630
631 /**
632 * The number of operations of the '<em>Final State</em>' class.
633 * <!-- begin-user-doc -->
634 * <!-- end-user-doc -->
635 * @generated
636 * @ordered
637 */
638 int FINAL_STATE_OPERATION_COUNT = REGULAR_STATE_OPERATION_COUNT + 0;
639
640
641 /**
502 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Pseudostate <em>Pseudostate</em>}'. 642 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Pseudostate <em>Pseudostate</em>}'.
503 * <!-- begin-user-doc --> 643 * <!-- begin-user-doc -->
504 * <!-- end-user-doc --> 644 * <!-- end-user-doc -->
@@ -665,6 +805,36 @@ public interface YakindummPackage extends EPackage {
665 EReference getCompositeElement_Regions(); 805 EReference getCompositeElement_Regions();
666 806
667 /** 807 /**
808 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Choice <em>Choice</em>}'.
809 * <!-- begin-user-doc -->
810 * <!-- end-user-doc -->
811 * @return the meta object for class '<em>Choice</em>'.
812 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Choice
813 * @generated
814 */
815 EClass getChoice();
816
817 /**
818 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Exit <em>Exit</em>}'.
819 * <!-- begin-user-doc -->
820 * <!-- end-user-doc -->
821 * @return the meta object for class '<em>Exit</em>'.
822 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Exit
823 * @generated
824 */
825 EClass getExit();
826
827 /**
828 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.FinalState <em>Final State</em>}'.
829 * <!-- begin-user-doc -->
830 * <!-- end-user-doc -->
831 * @return the meta object for class '<em>Final State</em>'.
832 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.FinalState
833 * @generated
834 */
835 EClass getFinalState();
836
837 /**
668 * Returns the factory that creates the instances of the model. 838 * Returns the factory that creates the instances of the model.
669 * <!-- begin-user-doc --> 839 * <!-- begin-user-doc -->
670 * <!-- end-user-doc --> 840 * <!-- end-user-doc -->
@@ -835,6 +1005,36 @@ public interface YakindummPackage extends EPackage {
835 */ 1005 */
836 EReference COMPOSITE_ELEMENT__REGIONS = eINSTANCE.getCompositeElement_Regions(); 1006 EReference COMPOSITE_ELEMENT__REGIONS = eINSTANCE.getCompositeElement_Regions();
837 1007
1008 /**
1009 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl.ChoiceImpl <em>Choice</em>}' class.
1010 * <!-- begin-user-doc -->
1011 * <!-- end-user-doc -->
1012 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl.ChoiceImpl
1013 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl.YakindummPackageImpl#getChoice()
1014 * @generated
1015 */
1016 EClass CHOICE = eINSTANCE.getChoice();
1017
1018 /**
1019 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl.ExitImpl <em>Exit</em>}' class.
1020 * <!-- begin-user-doc -->
1021 * <!-- end-user-doc -->
1022 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl.ExitImpl
1023 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl.YakindummPackageImpl#getExit()
1024 * @generated
1025 */
1026 EClass EXIT = eINSTANCE.getExit();
1027
1028 /**
1029 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl.FinalStateImpl <em>Final State</em>}' class.
1030 * <!-- begin-user-doc -->
1031 * <!-- end-user-doc -->
1032 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl.FinalStateImpl
1033 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl.YakindummPackageImpl#getFinalState()
1034 * @generated
1035 */
1036 EClass FINAL_STATE = eINSTANCE.getFinalState();
1037
838 } 1038 }
839 1039
840} //YakindummPackage 1040} //YakindummPackage
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/YakindummFactoryImpl.java b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/YakindummFactoryImpl.java
index 3578e66a..9c4fc4f1 100644
--- a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/YakindummFactoryImpl.java
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/YakindummFactoryImpl.java
@@ -62,6 +62,9 @@ public class YakindummFactoryImpl extends EFactoryImpl implements YakindummFacto
62 case YakindummPackage.ENTRY: return createEntry(); 62 case YakindummPackage.ENTRY: return createEntry();
63 case YakindummPackage.SYNCHRONIZATION: return createSynchronization(); 63 case YakindummPackage.SYNCHRONIZATION: return createSynchronization();
64 case YakindummPackage.STATE: return createState(); 64 case YakindummPackage.STATE: return createState();
65 case YakindummPackage.CHOICE: return createChoice();
66 case YakindummPackage.EXIT: return createExit();
67 case YakindummPackage.FINAL_STATE: return createFinalState();
65 default: 68 default:
66 throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); 69 throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier");
67 } 70 }
@@ -132,6 +135,36 @@ public class YakindummFactoryImpl extends EFactoryImpl implements YakindummFacto
132 * <!-- end-user-doc --> 135 * <!-- end-user-doc -->
133 * @generated 136 * @generated
134 */ 137 */
138 public Choice createChoice() {
139 ChoiceImpl choice = new ChoiceImpl();
140 return choice;
141 }
142
143 /**
144 * <!-- begin-user-doc -->
145 * <!-- end-user-doc -->
146 * @generated
147 */
148 public Exit createExit() {
149 ExitImpl exit = new ExitImpl();
150 return exit;
151 }
152
153 /**
154 * <!-- begin-user-doc -->
155 * <!-- end-user-doc -->
156 * @generated
157 */
158 public FinalState createFinalState() {
159 FinalStateImpl finalState = new FinalStateImpl();
160 return finalState;
161 }
162
163 /**
164 * <!-- begin-user-doc -->
165 * <!-- end-user-doc -->
166 * @generated
167 */
135 public YakindummPackage getYakindummPackage() { 168 public YakindummPackage getYakindummPackage() {
136 return (YakindummPackage)getEPackage(); 169 return (YakindummPackage)getEPackage();
137 } 170 }
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/YakindummPackageImpl.java b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/YakindummPackageImpl.java
index 2d8abfab..77092c17 100644
--- a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/YakindummPackageImpl.java
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/YakindummPackageImpl.java
@@ -2,8 +2,11 @@
2 */ 2 */
3package hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl; 3package hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl;
4 4
5import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Choice;
5import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.CompositeElement; 6import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.CompositeElement;
6import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Entry; 7import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Entry;
8import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Exit;
9import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.FinalState;
7import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Pseudostate; 10import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Pseudostate;
8import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Region; 11import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Region;
9import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.RegularState; 12import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.RegularState;
@@ -99,6 +102,27 @@ public class YakindummPackageImpl extends EPackageImpl implements YakindummPacka
99 private EClass compositeElementEClass = null; 102 private EClass compositeElementEClass = null;
100 103
101 /** 104 /**
105 * <!-- begin-user-doc -->
106 * <!-- end-user-doc -->
107 * @generated
108 */
109 private EClass choiceEClass = null;
110
111 /**
112 * <!-- begin-user-doc -->
113 * <!-- end-user-doc -->
114 * @generated
115 */
116 private EClass exitEClass = null;
117
118 /**
119 * <!-- begin-user-doc -->
120 * <!-- end-user-doc -->
121 * @generated
122 */
123 private EClass finalStateEClass = null;
124
125 /**
102 * Creates an instance of the model <b>Package</b>, registered with 126 * Creates an instance of the model <b>Package</b>, registered with
103 * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package 127 * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package
104 * package URI value. 128 * package URI value.
@@ -308,6 +332,33 @@ public class YakindummPackageImpl extends EPackageImpl implements YakindummPacka
308 * <!-- end-user-doc --> 332 * <!-- end-user-doc -->
309 * @generated 333 * @generated
310 */ 334 */
335 public EClass getChoice() {
336 return choiceEClass;
337 }
338
339 /**
340 * <!-- begin-user-doc -->
341 * <!-- end-user-doc -->
342 * @generated
343 */
344 public EClass getExit() {
345 return exitEClass;
346 }
347
348 /**
349 * <!-- begin-user-doc -->
350 * <!-- end-user-doc -->
351 * @generated
352 */
353 public EClass getFinalState() {
354 return finalStateEClass;
355 }
356
357 /**
358 * <!-- begin-user-doc -->
359 * <!-- end-user-doc -->
360 * @generated
361 */
311 public YakindummFactory getYakindummFactory() { 362 public YakindummFactory getYakindummFactory() {
312 return (YakindummFactory)getEFactoryInstance(); 363 return (YakindummFactory)getEFactoryInstance();
313 } 364 }
@@ -356,6 +407,12 @@ public class YakindummPackageImpl extends EPackageImpl implements YakindummPacka
356 407
357 compositeElementEClass = createEClass(COMPOSITE_ELEMENT); 408 compositeElementEClass = createEClass(COMPOSITE_ELEMENT);
358 createEReference(compositeElementEClass, COMPOSITE_ELEMENT__REGIONS); 409 createEReference(compositeElementEClass, COMPOSITE_ELEMENT__REGIONS);
410
411 choiceEClass = createEClass(CHOICE);
412
413 exitEClass = createEClass(EXIT);
414
415 finalStateEClass = createEClass(FINAL_STATE);
359 } 416 }
360 417
361 /** 418 /**
@@ -393,6 +450,9 @@ public class YakindummPackageImpl extends EPackageImpl implements YakindummPacka
393 stateEClass.getESuperTypes().add(this.getRegularState()); 450 stateEClass.getESuperTypes().add(this.getRegularState());
394 stateEClass.getESuperTypes().add(this.getCompositeElement()); 451 stateEClass.getESuperTypes().add(this.getCompositeElement());
395 regularStateEClass.getESuperTypes().add(this.getVertex()); 452 regularStateEClass.getESuperTypes().add(this.getVertex());
453 choiceEClass.getESuperTypes().add(this.getPseudostate());
454 exitEClass.getESuperTypes().add(this.getPseudostate());
455 finalStateEClass.getESuperTypes().add(this.getRegularState());
396 456
397 // Initialize classes, features, and operations; add parameters 457 // Initialize classes, features, and operations; add parameters
398 initEClass(pseudostateEClass, Pseudostate.class, "Pseudostate", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); 458 initEClass(pseudostateEClass, Pseudostate.class, "Pseudostate", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
@@ -406,7 +466,7 @@ public class YakindummPackageImpl extends EPackageImpl implements YakindummPacka
406 466
407 initEClass(transitionEClass, Transition.class, "Transition", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); 467 initEClass(transitionEClass, Transition.class, "Transition", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
408 initEReference(getTransition_Target(), this.getVertex(), this.getVertex_IncomingTransitions(), "target", null, 1, 1, Transition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, !IS_ORDERED); 468 initEReference(getTransition_Target(), this.getVertex(), this.getVertex_IncomingTransitions(), "target", null, 1, 1, Transition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, !IS_ORDERED);
409 initEReference(getTransition_Source(), this.getVertex(), this.getVertex_OutgoingTransitions(), "source", null, 1, 1, Transition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, !IS_ORDERED); 469 initEReference(getTransition_Source(), this.getVertex(), this.getVertex_OutgoingTransitions(), "source", null, 0, 1, Transition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, !IS_ORDERED);
410 470
411 initEClass(statechartEClass, Statechart.class, "Statechart", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); 471 initEClass(statechartEClass, Statechart.class, "Statechart", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
412 472
@@ -421,6 +481,12 @@ public class YakindummPackageImpl extends EPackageImpl implements YakindummPacka
421 initEClass(compositeElementEClass, CompositeElement.class, "CompositeElement", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); 481 initEClass(compositeElementEClass, CompositeElement.class, "CompositeElement", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
422 initEReference(getCompositeElement_Regions(), this.getRegion(), null, "regions", null, 0, -1, CompositeElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); 482 initEReference(getCompositeElement_Regions(), this.getRegion(), null, "regions", null, 0, -1, CompositeElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
423 483
484 initEClass(choiceEClass, Choice.class, "Choice", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
485
486 initEClass(exitEClass, Exit.class, "Exit", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
487
488 initEClass(finalStateEClass, FinalState.class, "FinalState", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
489
424 // Create resource 490 // Create resource
425 createResource(eNS_URI); 491 createResource(eNS_URI);
426 } 492 }
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/util/YakindummAdapterFactory.java b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/util/YakindummAdapterFactory.java
index 06393ef6..5fe6c27a 100644
--- a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/util/YakindummAdapterFactory.java
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/util/YakindummAdapterFactory.java
@@ -108,6 +108,18 @@ public class YakindummAdapterFactory extends AdapterFactoryImpl {
108 return createCompositeElementAdapter(); 108 return createCompositeElementAdapter();
109 } 109 }
110 @Override 110 @Override
111 public Adapter caseChoice(Choice object) {
112 return createChoiceAdapter();
113 }
114 @Override
115 public Adapter caseExit(Exit object) {
116 return createExitAdapter();
117 }
118 @Override
119 public Adapter caseFinalState(FinalState object) {
120 return createFinalStateAdapter();
121 }
122 @Override
111 public Adapter defaultCase(EObject object) { 123 public Adapter defaultCase(EObject object) {
112 return createEObjectAdapter(); 124 return createEObjectAdapter();
113 } 125 }
@@ -268,6 +280,48 @@ public class YakindummAdapterFactory extends AdapterFactoryImpl {
268 } 280 }
269 281
270 /** 282 /**
283 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Choice <em>Choice</em>}'.
284 * <!-- begin-user-doc -->
285 * This default implementation returns null so that we can easily ignore cases;
286 * it's useful to ignore a case when inheritance will catch all the cases anyway.
287 * <!-- end-user-doc -->
288 * @return the new adapter.
289 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Choice
290 * @generated
291 */
292 public Adapter createChoiceAdapter() {
293 return null;
294 }
295
296 /**
297 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Exit <em>Exit</em>}'.
298 * <!-- begin-user-doc -->
299 * This default implementation returns null so that we can easily ignore cases;
300 * it's useful to ignore a case when inheritance will catch all the cases anyway.
301 * <!-- end-user-doc -->
302 * @return the new adapter.
303 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Exit
304 * @generated
305 */
306 public Adapter createExitAdapter() {
307 return null;
308 }
309
310 /**
311 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.FinalState <em>Final State</em>}'.
312 * <!-- begin-user-doc -->
313 * This default implementation returns null so that we can easily ignore cases;
314 * it's useful to ignore a case when inheritance will catch all the cases anyway.
315 * <!-- end-user-doc -->
316 * @return the new adapter.
317 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.FinalState
318 * @generated
319 */
320 public Adapter createFinalStateAdapter() {
321 return null;
322 }
323
324 /**
271 * Creates a new adapter for the default case. 325 * Creates a new adapter for the default case.
272 * <!-- begin-user-doc --> 326 * <!-- begin-user-doc -->
273 * This default implementation returns null. 327 * This default implementation returns null.
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/util/YakindummSwitch.java b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/util/YakindummSwitch.java
index 269486fb..6e0c3567 100644
--- a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/util/YakindummSwitch.java
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/util/YakindummSwitch.java
@@ -136,6 +136,30 @@ public class YakindummSwitch<T> extends Switch<T> {
136 if (result == null) result = defaultCase(theEObject); 136 if (result == null) result = defaultCase(theEObject);
137 return result; 137 return result;
138 } 138 }
139 case YakindummPackage.CHOICE: {
140 Choice choice = (Choice)theEObject;
141 T result = caseChoice(choice);
142 if (result == null) result = casePseudostate(choice);
143 if (result == null) result = caseVertex(choice);
144 if (result == null) result = defaultCase(theEObject);
145 return result;
146 }
147 case YakindummPackage.EXIT: {
148 Exit exit = (Exit)theEObject;
149 T result = caseExit(exit);
150 if (result == null) result = casePseudostate(exit);
151 if (result == null) result = caseVertex(exit);
152 if (result == null) result = defaultCase(theEObject);
153 return result;
154 }
155 case YakindummPackage.FINAL_STATE: {
156 FinalState finalState = (FinalState)theEObject;
157 T result = caseFinalState(finalState);
158 if (result == null) result = caseRegularState(finalState);
159 if (result == null) result = caseVertex(finalState);
160 if (result == null) result = defaultCase(theEObject);
161 return result;
162 }
139 default: return defaultCase(theEObject); 163 default: return defaultCase(theEObject);
140 } 164 }
141 } 165 }
@@ -291,6 +315,51 @@ public class YakindummSwitch<T> extends Switch<T> {
291 } 315 }
292 316
293 /** 317 /**
318 * Returns the result of interpreting the object as an instance of '<em>Choice</em>'.
319 * <!-- begin-user-doc -->
320 * This implementation returns null;
321 * returning a non-null result will terminate the switch.
322 * <!-- end-user-doc -->
323 * @param object the target of the switch.
324 * @return the result of interpreting the object as an instance of '<em>Choice</em>'.
325 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
326 * @generated
327 */
328 public T caseChoice(Choice object) {
329 return null;
330 }
331
332 /**
333 * Returns the result of interpreting the object as an instance of '<em>Exit</em>'.
334 * <!-- begin-user-doc -->
335 * This implementation returns null;
336 * returning a non-null result will terminate the switch.
337 * <!-- end-user-doc -->
338 * @param object the target of the switch.
339 * @return the result of interpreting the object as an instance of '<em>Exit</em>'.
340 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
341 * @generated
342 */
343 public T caseExit(Exit object) {
344 return null;
345 }
346
347 /**
348 * Returns the result of interpreting the object as an instance of '<em>Final State</em>'.
349 * <!-- begin-user-doc -->
350 * This implementation returns null;
351 * returning a non-null result will terminate the switch.
352 * <!-- end-user-doc -->
353 * @param object the target of the switch.
354 * @return the result of interpreting the object as an instance of '<em>Final State</em>'.
355 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
356 * @generated
357 */
358 public T caseFinalState(FinalState object) {
359 return null;
360 }
361
362 /**
294 * Returns the result of interpreting the object as an instance of '<em>EObject</em>'. 363 * Returns the result of interpreting the object as an instance of '<em>EObject</em>'.
295 * <!-- begin-user-doc --> 364 * <!-- begin-user-doc -->
296 * This implementation returns null; 365 * This implementation returns null;
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/yakindu_simplified.aird b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/yakindu_simplified.aird
index 544c3d4e..4676d4bf 100644
--- a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/yakindu_simplified.aird
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/yakindu_simplified.aird
@@ -1,1167 +1,1331 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<viewpoint:DAnalysis xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.2/notation" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style" xmi:id="_4BLrgG6uEeaxlsDSOll0vg" selectedViews="_4C5iwG6uEeaxlsDSOll0vg _4DCFoG6uEeaxlsDSOll0vg _4DHlMG6uEeaxlsDSOll0vg _4DO58G6uEeaxlsDSOll0vg" version="10.1.0.201509162000"> 2<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.2/notation" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style">
3 <semanticResources>yakindu_simplified.ecore</semanticResources> 3 <viewpoint:DAnalysis xmi:id="_4BLrgG6uEeaxlsDSOll0vg" selectedViews="_4C5iwG6uEeaxlsDSOll0vg _4DCFoG6uEeaxlsDSOll0vg _4DHlMG6uEeaxlsDSOll0vg _4DO58G6uEeaxlsDSOll0vg" version="11.1.0.201608251200">
4 <ownedViews xmi:type="viewpoint:DRepresentationContainer" xmi:id="_4C5iwG6uEeaxlsDSOll0vg"> 4 <semanticResources>yakindu_simplified.ecore</semanticResources>
5 <ownedRepresentations xmi:type="diagram:DSemanticDiagram" xmi:id="_427AsG6uEeaxlsDSOll0vg" name="yakindumm class diagram"> 5 <ownedViews xmi:type="viewpoint:DView" xmi:id="_4C5iwG6uEeaxlsDSOll0vg">
6 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_427AsW6uEeaxlsDSOll0vg" source="DANNOTATION_CUSTOMIZATION_KEY"> 6 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']"/>
7 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" xmi:id="_427Asm6uEeaxlsDSOll0vg"> 7 <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" xmi:id="_EmAasFWxEee9fLm-jLw3Vg" name="yakindumm class diagram" representation="_427AsG6uEeaxlsDSOll0vg">
8 <computedStyleDescriptions xmi:type="style:EdgeStyleDescription" xmi:id="_5T20UG6uEeaxlsDSOll0vg" sourceArrow="FillDiamond" routingStyle="manhattan"> 8 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
9 <strokeColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 9 <target xmi:type="ecore:EPackage" href="yakindu_simplified.ecore#/"/>
10 <centerLabelStyleDescription xmi:type="style:CenterLabelStyleDescription" xmi:id="_5T20UW6uEeaxlsDSOll0vg" showIcon="false" labelExpression="service:render"> 10 </ownedRepresentationDescriptors>
11 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 11 <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" xmi:id="_EmAasVWxEee9fLm-jLw3Vg" name="onecol" representation="_XL-bgDJrEeePYJD6fP7hdw">
12 </centerLabelStyleDescription> 12 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
13 <endLabelStyleDescription xmi:type="style:EndLabelStyleDescription" xmi:id="_5T20Um6uEeaxlsDSOll0vg" labelSize="6" showIcon="false" labelExpression="service:eKeysLabel"> 13 <target xmi:type="ecore:EPackage" href="yakindu_simplified.ecore#/"/>
14 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_blue']"/> 14 </ownedRepresentationDescriptors>
15 </endLabelStyleDescription> 15 </ownedViews>
16 </computedStyleDescriptions> 16 <ownedViews xmi:type="viewpoint:DView" xmi:id="_4DCFoG6uEeaxlsDSOll0vg">
17 <computedStyleDescriptions xmi:type="style:EdgeStyleDescription" xmi:id="_5T8T4W6uEeaxlsDSOll0vg" sourceArrow="FillDiamond" routingStyle="manhattan"> 17 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Review']"/>
18 <strokeColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 18 </ownedViews>
19 <beginLabelStyleDescription xmi:type="style:BeginLabelStyleDescription" xmi:id="_5T8T4m6uEeaxlsDSOll0vg" showIcon="false" labelExpression="service:renderEOpposite"> 19 <ownedViews xmi:type="viewpoint:DView" xmi:id="_4DHlMG6uEeaxlsDSOll0vg">
20 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 20 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']"/>
21 </beginLabelStyleDescription> 21 </ownedViews>
22 <endLabelStyleDescription xmi:type="style:EndLabelStyleDescription" xmi:id="_5T8T426uEeaxlsDSOll0vg" showIcon="false" labelExpression="service:render"> 22 <ownedViews xmi:type="viewpoint:DView" xmi:id="_4DO58G6uEeaxlsDSOll0vg">
23 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 23 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Generation']"/>
24 </endLabelStyleDescription> 24 </ownedViews>
25 </computedStyleDescriptions> 25 </viewpoint:DAnalysis>
26 </data> 26 <diagram:DSemanticDiagram xmi:id="_427AsG6uEeaxlsDSOll0vg" name="yakindumm class diagram">
27 </ownedAnnotationEntries> 27 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_427AsW6uEeaxlsDSOll0vg" source="DANNOTATION_CUSTOMIZATION_KEY">
28 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_427Atm6uEeaxlsDSOll0vg" source="GMF_DIAGRAMS"> 28 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" xmi:id="_427Asm6uEeaxlsDSOll0vg">
29 <data xmi:type="notation:Diagram" xmi:id="_427At26uEeaxlsDSOll0vg" type="Sirius" element="_427AsG6uEeaxlsDSOll0vg" measurementUnit="Pixel"> 29 <computedStyleDescriptions xmi:type="style:EdgeStyleDescription" xmi:id="_5T20UG6uEeaxlsDSOll0vg" sourceArrow="FillDiamond" routingStyle="manhattan">
30 <children xmi:type="notation:Node" xmi:id="_5T-JEG6uEeaxlsDSOll0vg" type="2003" element="_5Tox4G6uEeaxlsDSOll0vg"> 30 <strokeColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
31 <children xmi:type="notation:Node" xmi:id="_5T-JE26uEeaxlsDSOll0vg" type="5007"/> 31 <centerLabelStyleDescription xmi:type="style:CenterLabelStyleDescription" xmi:id="_5T20UW6uEeaxlsDSOll0vg" showIcon="false" labelExpression="service:render">
32 <children xmi:type="notation:Node" xmi:id="_5T-JFG6uEeaxlsDSOll0vg" type="7004"> 32 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
33 <styles xmi:type="notation:SortingStyle" xmi:id="_5T-JFW6uEeaxlsDSOll0vg"/> 33 </centerLabelStyleDescription>
34 <styles xmi:type="notation:FilteringStyle" xmi:id="_5T-JFm6uEeaxlsDSOll0vg"/> 34 <endLabelStyleDescription xmi:type="style:EndLabelStyleDescription" xmi:id="_5T20Um6uEeaxlsDSOll0vg" labelSize="6" showIcon="false" labelExpression="service:eKeysLabel">
35 </children> 35 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_blue']"/>
36 <styles xmi:type="notation:ShapeStyle" xmi:id="_5T-JEW6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8" italic="true"/> 36 </endLabelStyleDescription>
37 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5T-JEm6uEeaxlsDSOll0vg" x="380" y="570" height="28"/> 37 </computedStyleDescriptions>
38 </children> 38 <computedStyleDescriptions xmi:type="style:EdgeStyleDescription" xmi:id="_5T8T4W6uEeaxlsDSOll0vg" sourceArrow="FillDiamond" routingStyle="manhattan">
39 <children xmi:type="notation:Node" xmi:id="_5T-JF26uEeaxlsDSOll0vg" type="2003" element="_5TqAAG6uEeaxlsDSOll0vg"> 39 <strokeColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
40 <children xmi:type="notation:Node" xmi:id="_5T-wIG6uEeaxlsDSOll0vg" type="5007"/> 40 <beginLabelStyleDescription xmi:type="style:BeginLabelStyleDescription" xmi:id="_5T8T4m6uEeaxlsDSOll0vg" showIcon="false" labelExpression="service:renderEOpposite">
41 <children xmi:type="notation:Node" xmi:id="_5T-wIW6uEeaxlsDSOll0vg" type="7004"> 41 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
42 <styles xmi:type="notation:SortingStyle" xmi:id="_5T-wIm6uEeaxlsDSOll0vg"/> 42 </beginLabelStyleDescription>
43 <styles xmi:type="notation:FilteringStyle" xmi:id="_5T-wI26uEeaxlsDSOll0vg"/> 43 <endLabelStyleDescription xmi:type="style:EndLabelStyleDescription" xmi:id="_5T8T426uEeaxlsDSOll0vg" showIcon="false" labelExpression="service:render">
44 </children> 44 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
45 <styles xmi:type="notation:ShapeStyle" xmi:id="_5T-JGG6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8" bold="true" italic="true" fillColor="10265827"/> 45 </endLabelStyleDescription>
46 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5T-JGW6uEeaxlsDSOll0vg" x="625" y="505" height="28"/> 46 </computedStyleDescriptions>
47 </children> 47 </data>
48 <children xmi:type="notation:Node" xmi:id="_5T-wJG6uEeaxlsDSOll0vg" type="2003" element="_5TqnEW6uEeaxlsDSOll0vg"> 48 </ownedAnnotationEntries>
49 <children xmi:type="notation:Node" xmi:id="_5T_XMG6uEeaxlsDSOll0vg" type="5007"/> 49 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_427Atm6uEeaxlsDSOll0vg" source="GMF_DIAGRAMS">
50 <children xmi:type="notation:Node" xmi:id="_5T_XMW6uEeaxlsDSOll0vg" type="7004"> 50 <data xmi:type="notation:Diagram" xmi:id="_427At26uEeaxlsDSOll0vg" type="Sirius" element="_427AsG6uEeaxlsDSOll0vg" measurementUnit="Pixel">
51 <styles xmi:type="notation:SortingStyle" xmi:id="_5T_XMm6uEeaxlsDSOll0vg"/> 51 <children xmi:type="notation:Node" xmi:id="_5T-JEG6uEeaxlsDSOll0vg" type="2003" element="_5Tox4G6uEeaxlsDSOll0vg">
52 <styles xmi:type="notation:FilteringStyle" xmi:id="_5T_XM26uEeaxlsDSOll0vg"/> 52 <children xmi:type="notation:Node" xmi:id="_5T-JE26uEeaxlsDSOll0vg" type="5007"/>
53 </children> 53 <children xmi:type="notation:Node" xmi:id="_5T-JFG6uEeaxlsDSOll0vg" type="7004">
54 <styles xmi:type="notation:ShapeStyle" xmi:id="_5T-wJW6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/> 54 <styles xmi:type="notation:SortingStyle" xmi:id="_5T-JFW6uEeaxlsDSOll0vg"/>
55 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5T-wJm6uEeaxlsDSOll0vg" x="818" y="505" height="28"/> 55 <styles xmi:type="notation:FilteringStyle" xmi:id="_5T-JFm6uEeaxlsDSOll0vg"/>
56 </children> 56 </children>
57 <children xmi:type="notation:Node" xmi:id="_5T_XNG6uEeaxlsDSOll0vg" type="2003" element="_5TrOIW6uEeaxlsDSOll0vg"> 57 <styles xmi:type="notation:ShapeStyle" xmi:id="_5T-JEW6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8" italic="true"/>
58 <children xmi:type="notation:Node" xmi:id="_5T_-QG6uEeaxlsDSOll0vg" type="5007"/> 58 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5T-JEm6uEeaxlsDSOll0vg" x="420" y="570" height="28"/>
59 <children xmi:type="notation:Node" xmi:id="_5T_-QW6uEeaxlsDSOll0vg" type="7004"> 59 </children>
60 <styles xmi:type="notation:SortingStyle" xmi:id="_5T_-Qm6uEeaxlsDSOll0vg"/> 60 <children xmi:type="notation:Node" xmi:id="_5T-JF26uEeaxlsDSOll0vg" type="2003" element="_5TqAAG6uEeaxlsDSOll0vg">
61 <styles xmi:type="notation:FilteringStyle" xmi:id="_5T_-Q26uEeaxlsDSOll0vg"/> 61 <children xmi:type="notation:Node" xmi:id="_5T-wIG6uEeaxlsDSOll0vg" type="5007"/>
62 </children> 62 <children xmi:type="notation:Node" xmi:id="_5T-wIW6uEeaxlsDSOll0vg" type="7004">
63 <styles xmi:type="notation:ShapeStyle" xmi:id="_5T_XNW6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8" bold="true" fillColor="10265827"/> 63 <styles xmi:type="notation:SortingStyle" xmi:id="_5T-wIm6uEeaxlsDSOll0vg"/>
64 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5T_XNm6uEeaxlsDSOll0vg" x="290" y="505" height="28"/> 64 <styles xmi:type="notation:FilteringStyle" xmi:id="_5T-wI26uEeaxlsDSOll0vg"/>
65 </children> 65 </children>
66 <children xmi:type="notation:Node" xmi:id="_5UAlUG6uEeaxlsDSOll0vg" type="2003" element="_5TscQG6uEeaxlsDSOll0vg"> 66 <styles xmi:type="notation:ShapeStyle" xmi:id="_5T-JGG6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8" italic="true"/>
67 <children xmi:type="notation:Node" xmi:id="_5UBMYG6uEeaxlsDSOll0vg" type="5007"/> 67 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5T-JGW6uEeaxlsDSOll0vg" x="625" y="505" height="28"/>
68 <children xmi:type="notation:Node" xmi:id="_5UBzcG6uEeaxlsDSOll0vg" type="7004"> 68 </children>
69 <styles xmi:type="notation:SortingStyle" xmi:id="_5UBzcW6uEeaxlsDSOll0vg"/> 69 <children xmi:type="notation:Node" xmi:id="_5T-wJG6uEeaxlsDSOll0vg" type="2003" element="_5TqnEW6uEeaxlsDSOll0vg">
70 <styles xmi:type="notation:FilteringStyle" xmi:id="_5UBzcm6uEeaxlsDSOll0vg"/> 70 <children xmi:type="notation:Node" xmi:id="_5T_XMG6uEeaxlsDSOll0vg" type="5007"/>
71 </children> 71 <children xmi:type="notation:Node" xmi:id="_5T_XMW6uEeaxlsDSOll0vg" type="7004">
72 <styles xmi:type="notation:ShapeStyle" xmi:id="_5UAlUW6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/> 72 <styles xmi:type="notation:SortingStyle" xmi:id="_5T_XMm6uEeaxlsDSOll0vg"/>
73 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UAlUm6uEeaxlsDSOll0vg" x="818" y="635" height="28"/> 73 <styles xmi:type="notation:FilteringStyle" xmi:id="_5T_XM26uEeaxlsDSOll0vg"/>
74 </children> 74 </children>
75 <children xmi:type="notation:Node" xmi:id="_5UBzc26uEeaxlsDSOll0vg" type="2003" element="_5TtqYG6uEeaxlsDSOll0vg"> 75 <styles xmi:type="notation:ShapeStyle" xmi:id="_5T-wJW6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/>
76 <children xmi:type="notation:Node" xmi:id="_5UBzdm6uEeaxlsDSOll0vg" type="5007"/> 76 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5T-wJm6uEeaxlsDSOll0vg" x="818" y="505" height="28"/>
77 <children xmi:type="notation:Node" xmi:id="_5UCagG6uEeaxlsDSOll0vg" type="7004"> 77 </children>
78 <styles xmi:type="notation:SortingStyle" xmi:id="_5UCagW6uEeaxlsDSOll0vg"/> 78 <children xmi:type="notation:Node" xmi:id="_5T_XNG6uEeaxlsDSOll0vg" type="2003" element="_5TrOIW6uEeaxlsDSOll0vg">
79 <styles xmi:type="notation:FilteringStyle" xmi:id="_5UCagm6uEeaxlsDSOll0vg"/> 79 <children xmi:type="notation:Node" xmi:id="_5T_-QG6uEeaxlsDSOll0vg" type="5007"/>
80 </children> 80 <children xmi:type="notation:Node" xmi:id="_5T_-QW6uEeaxlsDSOll0vg" type="7004">
81 <styles xmi:type="notation:ShapeStyle" xmi:id="_5UBzdG6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/> 81 <styles xmi:type="notation:SortingStyle" xmi:id="_5T_-Qm6uEeaxlsDSOll0vg"/>
82 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UBzdW6uEeaxlsDSOll0vg" x="295" y="635" height="28"/> 82 <styles xmi:type="notation:FilteringStyle" xmi:id="_5T_-Q26uEeaxlsDSOll0vg"/>
83 </children> 83 </children>
84 <children xmi:type="notation:Node" xmi:id="_5UCag26uEeaxlsDSOll0vg" type="2003" element="_5TuRcW6uEeaxlsDSOll0vg"> 84 <styles xmi:type="notation:ShapeStyle" xmi:id="_5T_XNW6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/>
85 <children xmi:type="notation:Node" xmi:id="_5UCahm6uEeaxlsDSOll0vg" type="5007"/> 85 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5T_XNm6uEeaxlsDSOll0vg" x="285" y="505" height="28"/>
86 <children xmi:type="notation:Node" xmi:id="_5UCah26uEeaxlsDSOll0vg" type="7004"> 86 </children>
87 <styles xmi:type="notation:SortingStyle" xmi:id="_5UCaiG6uEeaxlsDSOll0vg"/> 87 <children xmi:type="notation:Node" xmi:id="_5UAlUG6uEeaxlsDSOll0vg" type="2003" element="_5TscQG6uEeaxlsDSOll0vg">
88 <styles xmi:type="notation:FilteringStyle" xmi:id="_5UCaiW6uEeaxlsDSOll0vg"/> 88 <children xmi:type="notation:Node" xmi:id="_5UBMYG6uEeaxlsDSOll0vg" type="5007"/>
89 </children> 89 <children xmi:type="notation:Node" xmi:id="_5UBzcG6uEeaxlsDSOll0vg" type="7004">
90 <styles xmi:type="notation:ShapeStyle" xmi:id="_5UCahG6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8" bold="true" fillColor="10265827"/> 90 <styles xmi:type="notation:SortingStyle" xmi:id="_5UBzcW6uEeaxlsDSOll0vg"/>
91 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UCahW6uEeaxlsDSOll0vg" x="465" y="635" height="28"/> 91 <styles xmi:type="notation:FilteringStyle" xmi:id="_5UBzcm6uEeaxlsDSOll0vg"/>
92 </children> 92 </children>
93 <children xmi:type="notation:Node" xmi:id="_5UCaim6uEeaxlsDSOll0vg" type="2003" element="_5TvfkG6uEeaxlsDSOll0vg"> 93 <styles xmi:type="notation:ShapeStyle" xmi:id="_5UAlUW6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/>
94 <children xmi:type="notation:Node" xmi:id="_5UDBkG6uEeaxlsDSOll0vg" type="5007"/> 94 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UAlUm6uEeaxlsDSOll0vg" x="846" y="635" width="90" height="28"/>
95 <children xmi:type="notation:Node" xmi:id="_5UDBkW6uEeaxlsDSOll0vg" type="7004"> 95 </children>
96 <styles xmi:type="notation:SortingStyle" xmi:id="_5UDBkm6uEeaxlsDSOll0vg"/> 96 <children xmi:type="notation:Node" xmi:id="_5UBzc26uEeaxlsDSOll0vg" type="2003" element="_5TtqYG6uEeaxlsDSOll0vg">
97 <styles xmi:type="notation:FilteringStyle" xmi:id="_5UDBk26uEeaxlsDSOll0vg"/> 97 <children xmi:type="notation:Node" xmi:id="_5UBzdm6uEeaxlsDSOll0vg" type="5007"/>
98 </children> 98 <children xmi:type="notation:Node" xmi:id="_5UCagG6uEeaxlsDSOll0vg" type="7004">
99 <styles xmi:type="notation:ShapeStyle" xmi:id="_5UCai26uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/> 99 <styles xmi:type="notation:SortingStyle" xmi:id="_5UCagW6uEeaxlsDSOll0vg"/>
100 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UCajG6uEeaxlsDSOll0vg" x="635" y="635" height="28"/> 100 <styles xmi:type="notation:FilteringStyle" xmi:id="_5UCagm6uEeaxlsDSOll0vg"/>
101 </children> 101 </children>
102 <children xmi:type="notation:Node" xmi:id="_5UDBlG6uEeaxlsDSOll0vg" type="2003" element="_5TwGoG6uEeaxlsDSOll0vg"> 102 <styles xmi:type="notation:ShapeStyle" xmi:id="_5UBzdG6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/>
103 <children xmi:type="notation:Node" xmi:id="_5UDBl26uEeaxlsDSOll0vg" type="5007"/> 103 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UBzdW6uEeaxlsDSOll0vg" x="290" y="635" width="65" height="28"/>
104 <children xmi:type="notation:Node" xmi:id="_5UDooG6uEeaxlsDSOll0vg" type="7004"> 104 </children>
105 <styles xmi:type="notation:SortingStyle" xmi:id="_5UDooW6uEeaxlsDSOll0vg"/> 105 <children xmi:type="notation:Node" xmi:id="_5UCag26uEeaxlsDSOll0vg" type="2003" element="_5TuRcW6uEeaxlsDSOll0vg">
106 <styles xmi:type="notation:FilteringStyle" xmi:id="_5UDoom6uEeaxlsDSOll0vg"/> 106 <children xmi:type="notation:Node" xmi:id="_5UCahm6uEeaxlsDSOll0vg" type="5007"/>
107 </children> 107 <children xmi:type="notation:Node" xmi:id="_5UCah26uEeaxlsDSOll0vg" type="7004">
108 <styles xmi:type="notation:ShapeStyle" xmi:id="_5UDBlW6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8" italic="true"/> 108 <styles xmi:type="notation:SortingStyle" xmi:id="_5UCaiG6uEeaxlsDSOll0vg"/>
109 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UDBlm6uEeaxlsDSOll0vg" x="635" y="570" height="28"/> 109 <styles xmi:type="notation:FilteringStyle" xmi:id="_5UCaiW6uEeaxlsDSOll0vg"/>
110 </children> 110 </children>
111 <children xmi:type="notation:Node" xmi:id="_5UDoo26uEeaxlsDSOll0vg" type="2003" element="_5TwGom6uEeaxlsDSOll0vg"> 111 <styles xmi:type="notation:ShapeStyle" xmi:id="_5UCahG6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/>
112 <children xmi:type="notation:Node" xmi:id="_5UDopm6uEeaxlsDSOll0vg" type="5007"/> 112 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UCahW6uEeaxlsDSOll0vg" x="525" y="635" width="123" height="28"/>
113 <children xmi:type="notation:Node" xmi:id="_5UDop26uEeaxlsDSOll0vg" type="7004"> 113 </children>
114 <styles xmi:type="notation:SortingStyle" xmi:id="_5UDoqG6uEeaxlsDSOll0vg"/> 114 <children xmi:type="notation:Node" xmi:id="_5UCaim6uEeaxlsDSOll0vg" type="2003" element="_5TvfkG6uEeaxlsDSOll0vg">
115 <styles xmi:type="notation:FilteringStyle" xmi:id="_5UDoqW6uEeaxlsDSOll0vg"/> 115 <children xmi:type="notation:Node" xmi:id="_5UDBkG6uEeaxlsDSOll0vg" type="5007"/>
116 </children> 116 <children xmi:type="notation:Node" xmi:id="_5UDBkW6uEeaxlsDSOll0vg" type="7004">
117 <styles xmi:type="notation:ShapeStyle" xmi:id="_5UDopG6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8" italic="true"/> 117 <styles xmi:type="notation:SortingStyle" xmi:id="_5UDBkm6uEeaxlsDSOll0vg"/>
118 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UDopW6uEeaxlsDSOll0vg" x="818" y="570" height="28"/> 118 <styles xmi:type="notation:FilteringStyle" xmi:id="_5UDBk26uEeaxlsDSOll0vg"/>
119 </children> 119 </children>
120 <styles xmi:type="notation:DiagramStyle" xmi:id="_427AuG6uEeaxlsDSOll0vg"/> 120 <styles xmi:type="notation:ShapeStyle" xmi:id="_5UCai26uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/>
121 <edges xmi:type="notation:Edge" xmi:id="_5UEPsG6uEeaxlsDSOll0vg" type="4001" element="_5T2NQG6uEeaxlsDSOll0vg" source="_5T-wJG6uEeaxlsDSOll0vg" target="_5T-JF26uEeaxlsDSOll0vg"> 121 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UCajG6uEeaxlsDSOll0vg" x="763" y="635" width="75" height="28"/>
122 <children xmi:type="notation:Node" xmi:id="_5UE2wG6uEeaxlsDSOll0vg" type="6001"> 122 </children>
123 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UE2wW6uEeaxlsDSOll0vg" x="-2" y="13"/> 123 <children xmi:type="notation:Node" xmi:id="_5UDBlG6uEeaxlsDSOll0vg" type="2003" element="_5TwGoG6uEeaxlsDSOll0vg">
124 </children> 124 <children xmi:type="notation:Node" xmi:id="_5UDBl26uEeaxlsDSOll0vg" type="5007"/>
125 <children xmi:type="notation:Node" xmi:id="_5UE2wm6uEeaxlsDSOll0vg" type="6002"> 125 <children xmi:type="notation:Node" xmi:id="_5UDooG6uEeaxlsDSOll0vg" type="7004">
126 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UE2w26uEeaxlsDSOll0vg" x="10" y="-10"/> 126 <styles xmi:type="notation:SortingStyle" xmi:id="_5UDooW6uEeaxlsDSOll0vg"/>
127 </children> 127 <styles xmi:type="notation:FilteringStyle" xmi:id="_5UDoom6uEeaxlsDSOll0vg"/>
128 <children xmi:type="notation:Node" xmi:id="_5UE2xG6uEeaxlsDSOll0vg" type="6003"> 128 </children>
129 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UE2xW6uEeaxlsDSOll0vg" x="1" y="-10"/> 129 <styles xmi:type="notation:ShapeStyle" xmi:id="_5UDBlW6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8" italic="true"/>
130 </children> 130 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UDBlm6uEeaxlsDSOll0vg" x="690" y="570" height="28"/>
131 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UEPsW6uEeaxlsDSOll0vg" routing="Rectilinear"/> 131 </children>
132 <styles xmi:type="notation:FontStyle" xmi:id="_5UEPsm6uEeaxlsDSOll0vg" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 132 <children xmi:type="notation:Node" xmi:id="_5UDoo26uEeaxlsDSOll0vg" type="2003" element="_5TwGom6uEeaxlsDSOll0vg">
133 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UEPs26uEeaxlsDSOll0vg" points="[-59, 19, 134, -128]$[-134, 19, 59, -128]"/> 133 <children xmi:type="notation:Node" xmi:id="_5UDopm6uEeaxlsDSOll0vg" type="5007"/>
134 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UE2xm6uEeaxlsDSOll0vg" id="(0.5,0.0)"/> 134 <children xmi:type="notation:Node" xmi:id="_5UDop26uEeaxlsDSOll0vg" type="7004">
135 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UE2x26uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/> 135 <styles xmi:type="notation:SortingStyle" xmi:id="_5UDoqG6uEeaxlsDSOll0vg"/>
136 </edges> 136 <styles xmi:type="notation:FilteringStyle" xmi:id="_5UDoqW6uEeaxlsDSOll0vg"/>
137 <edges xmi:type="notation:Edge" xmi:id="_5UE2yG6uEeaxlsDSOll0vg" type="4001" element="_5T3bYG6uEeaxlsDSOll0vg" source="_5UDoo26uEeaxlsDSOll0vg" target="_5T-wJG6uEeaxlsDSOll0vg"> 137 </children>
138 <children xmi:type="notation:Node" xmi:id="_5UFd0G6uEeaxlsDSOll0vg" type="6001"> 138 <styles xmi:type="notation:ShapeStyle" xmi:id="_5UDopG6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8" italic="true"/>
139 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UFd0W6uEeaxlsDSOll0vg" x="1" y="36"/> 139 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UDopW6uEeaxlsDSOll0vg" x="818" y="570" height="28"/>
140 </children> 140 </children>
141 <children xmi:type="notation:Node" xmi:id="_5UGE4G6uEeaxlsDSOll0vg" type="6002"> 141 <children xmi:type="notation:Node" xmi:id="_AmCEgFW5Eee9fLm-jLw3Vg" type="2003" element="_AlQBYFW5Eee9fLm-jLw3Vg">
142 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UGE4W6uEeaxlsDSOll0vg" x="7" y="10"/> 142 <children xmi:type="notation:Node" xmi:id="_AmKAUFW5Eee9fLm-jLw3Vg" type="5007"/>
143 </children> 143 <children xmi:type="notation:Node" xmi:id="_AmLOcFW5Eee9fLm-jLw3Vg" type="7004">
144 <children xmi:type="notation:Node" xmi:id="_5UGE4m6uEeaxlsDSOll0vg" type="6003"> 144 <styles xmi:type="notation:SortingStyle" xmi:id="_AmLOcVW5Eee9fLm-jLw3Vg"/>
145 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UGE426uEeaxlsDSOll0vg" x="-2" y="10"/> 145 <styles xmi:type="notation:FilteringStyle" xmi:id="_AmLOclW5Eee9fLm-jLw3Vg"/>
146 </children> 146 </children>
147 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UE2yW6uEeaxlsDSOll0vg" routing="Rectilinear"/> 147 <styles xmi:type="notation:ShapeStyle" xmi:id="_AmCEgVW5Eee9fLm-jLw3Vg" fontName="Segoe UI" fontHeight="8"/>
148 <styles xmi:type="notation:FontStyle" xmi:id="_5UE2ym6uEeaxlsDSOll0vg" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 148 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_AmCEglW5Eee9fLm-jLw3Vg" x="445" y="635" width="75" height="41"/>
149 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UE2y26uEeaxlsDSOll0vg" points="[-37, 0, -37, -82]$[-37, -26, -37, -108]"/> 149 </children>
150 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UGE5G6uEeaxlsDSOll0vg" id="(0.5,0.0)"/> 150 <children xmi:type="notation:Node" xmi:id="_Fj8wAFW5Eee9fLm-jLw3Vg" type="2003" element="_FjXhMFW5Eee9fLm-jLw3Vg">
151 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UGE5W6uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/> 151 <children xmi:type="notation:Node" xmi:id="_Fj9XEFW5Eee9fLm-jLw3Vg" type="5007"/>
152 </edges> 152 <children xmi:type="notation:Node" xmi:id="_Fj9XEVW5Eee9fLm-jLw3Vg" type="7004">
153 <edges xmi:type="notation:Edge" xmi:id="_5UGr-G6uEeaxlsDSOll0vg" type="4001" element="_5T4pgG6uEeaxlsDSOll0vg" source="_5T-JEG6uEeaxlsDSOll0vg" target="_5T-JF26uEeaxlsDSOll0vg"> 153 <styles xmi:type="notation:SortingStyle" xmi:id="_Fj9-IFW5Eee9fLm-jLw3Vg"/>
154 <children xmi:type="notation:Node" xmi:id="_5UHTAG6uEeaxlsDSOll0vg" type="6001"> 154 <styles xmi:type="notation:FilteringStyle" xmi:id="_Fj9-IVW5Eee9fLm-jLw3Vg"/>
155 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UHTAW6uEeaxlsDSOll0vg" x="5" y="-10"/> 155 </children>
156 </children> 156 <styles xmi:type="notation:ShapeStyle" xmi:id="_Fj8wAVW5Eee9fLm-jLw3Vg" fontName="Segoe UI" fontHeight="8"/>
157 <children xmi:type="notation:Node" xmi:id="_5UHTAm6uEeaxlsDSOll0vg" type="6002"> 157 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Fj8wAlW5Eee9fLm-jLw3Vg" x="362" y="635" width="73" height="41"/>
158 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UHTA26uEeaxlsDSOll0vg" x="3" y="10"/> 158 </children>
159 </children> 159 <children xmi:type="notation:Node" xmi:id="_nXiyAFaYEee9fLm-jLw3Vg" type="2003" element="_nXVWoFaYEee9fLm-jLw3Vg">
160 <children xmi:type="notation:Node" xmi:id="_5UHTBG6uEeaxlsDSOll0vg" type="6003"> 160 <children xmi:type="notation:Node" xmi:id="_nXjZEFaYEee9fLm-jLw3Vg" type="5007"/>
161 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UHTBW6uEeaxlsDSOll0vg" x="7" y="10"/> 161 <children xmi:type="notation:Node" xmi:id="_nXjZEVaYEee9fLm-jLw3Vg" type="7004">
162 </children> 162 <styles xmi:type="notation:SortingStyle" xmi:id="_nXjZElaYEee9fLm-jLw3Vg"/>
163 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UGr-W6uEeaxlsDSOll0vg" routing="Tree"/> 163 <styles xmi:type="notation:FilteringStyle" xmi:id="_nXjZE1aYEee9fLm-jLw3Vg"/>
164 <styles xmi:type="notation:FontStyle" xmi:id="_5UGr-m6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/> 164 </children>
165 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UGr-26uEeaxlsDSOll0vg" points="[0, 0, -135, -92]$[0, -5, -135, -97]$[136, -5, 1, -97]$[136, -16, 1, -108]"/> 165 <styles xmi:type="notation:ShapeStyle" xmi:id="_nXiyAVaYEee9fLm-jLw3Vg" fontName="Segoe UI" fontHeight="8"/>
166 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UHTBm6uEeaxlsDSOll0vg" id="(0.5,0.0)"/> 166 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_nXiyAlaYEee9fLm-jLw3Vg" x="655" y="635" width="103" height="41"/>
167 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UHTB26uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/> 167 </children>
168 </edges> 168 <styles xmi:type="notation:DiagramStyle" xmi:id="_427AuG6uEeaxlsDSOll0vg"/>
169 <edges xmi:type="notation:Edge" xmi:id="_5UHTCG6uEeaxlsDSOll0vg" type="4001" element="_5T5Qk26uEeaxlsDSOll0vg" source="_5UAlUG6uEeaxlsDSOll0vg" target="_5UDoo26uEeaxlsDSOll0vg"> 169 <edges xmi:type="notation:Edge" xmi:id="_5UEPsG6uEeaxlsDSOll0vg" type="4001" element="_5T2NQG6uEeaxlsDSOll0vg" source="_5T-wJG6uEeaxlsDSOll0vg" target="_5T-JF26uEeaxlsDSOll0vg">
170 <children xmi:type="notation:Node" xmi:id="_5UH6EG6uEeaxlsDSOll0vg" type="6001"> 170 <children xmi:type="notation:Node" xmi:id="_5UE2wG6uEeaxlsDSOll0vg" type="6001">
171 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UH6EW6uEeaxlsDSOll0vg" x="1" y="3"/> 171 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UE2wW6uEeaxlsDSOll0vg" x="-2" y="13"/>
172 </children> 172 </children>
173 <children xmi:type="notation:Node" xmi:id="_5UH6Em6uEeaxlsDSOll0vg" type="6002"> 173 <children xmi:type="notation:Node" xmi:id="_5UE2wm6uEeaxlsDSOll0vg" type="6002">
174 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UH6E26uEeaxlsDSOll0vg" x="-2" y="10"/> 174 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UE2w26uEeaxlsDSOll0vg" x="10" y="-10"/>
175 </children> 175 </children>
176 <children xmi:type="notation:Node" xmi:id="_5UH6FG6uEeaxlsDSOll0vg" type="6003"> 176 <children xmi:type="notation:Node" xmi:id="_5UE2xG6uEeaxlsDSOll0vg" type="6003">
177 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UH6FW6uEeaxlsDSOll0vg" x="-12" y="22"/> 177 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UE2xW6uEeaxlsDSOll0vg" x="1" y="-10"/>
178 </children> 178 </children>
179 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UHTCW6uEeaxlsDSOll0vg" routing="Tree"/> 179 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UEPsW6uEeaxlsDSOll0vg" routing="Rectilinear"/>
180 <styles xmi:type="notation:FontStyle" xmi:id="_5UHTCm6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/> 180 <styles xmi:type="notation:FontStyle" xmi:id="_5UEPsm6uEeaxlsDSOll0vg" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
181 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UHTC26uEeaxlsDSOll0vg" points="[0, 0, 0, -82]$[0, -10, 0, -92]$[-12, -10, -12, -92]$[-12, -26, -12, -108]"/> 181 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UEPs26uEeaxlsDSOll0vg" points="[-59, 19, 134, -128]$[-134, 19, 59, -128]"/>
182 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UH6Fm6uEeaxlsDSOll0vg" id="(0.5,0.0)"/> 182 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UE2xm6uEeaxlsDSOll0vg" id="(0.5,0.0)"/>
183 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UH6F26uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/> 183 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UE2x26uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/>
184 </edges> 184 </edges>
185 <edges xmi:type="notation:Edge" xmi:id="_5UIhIG6uEeaxlsDSOll0vg" type="4001" element="_5T53oG6uEeaxlsDSOll0vg" source="_5UBzc26uEeaxlsDSOll0vg" target="_5T-JEG6uEeaxlsDSOll0vg"> 185 <edges xmi:type="notation:Edge" xmi:id="_5UE2yG6uEeaxlsDSOll0vg" type="4001" element="_5T3bYG6uEeaxlsDSOll0vg" source="_5UDoo26uEeaxlsDSOll0vg" target="_5T-wJG6uEeaxlsDSOll0vg">
186 <children xmi:type="notation:Node" xmi:id="_5UIhJG6uEeaxlsDSOll0vg" type="6001"> 186 <children xmi:type="notation:Node" xmi:id="_5UFd0G6uEeaxlsDSOll0vg" type="6001">
187 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UIhJW6uEeaxlsDSOll0vg" y="-10"/> 187 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UFd0W6uEeaxlsDSOll0vg" x="1" y="36"/>
188 </children> 188 </children>
189 <children xmi:type="notation:Node" xmi:id="_5UIhJm6uEeaxlsDSOll0vg" type="6002"> 189 <children xmi:type="notation:Node" xmi:id="_5UGE4G6uEeaxlsDSOll0vg" type="6002">
190 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UIhJ26uEeaxlsDSOll0vg" y="10"/> 190 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UGE4W6uEeaxlsDSOll0vg" x="7" y="10"/>
191 </children> 191 </children>
192 <children xmi:type="notation:Node" xmi:id="_5UIhKG6uEeaxlsDSOll0vg" type="6003"> 192 <children xmi:type="notation:Node" xmi:id="_5UGE4m6uEeaxlsDSOll0vg" type="6003">
193 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UIhKW6uEeaxlsDSOll0vg" y="10"/> 193 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UGE426uEeaxlsDSOll0vg" x="-2" y="10"/>
194 </children> 194 </children>
195 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UIhIW6uEeaxlsDSOll0vg" routing="Tree"/> 195 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UE2yW6uEeaxlsDSOll0vg" routing="Rectilinear"/>
196 <styles xmi:type="notation:FontStyle" xmi:id="_5UIhIm6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/> 196 <styles xmi:type="notation:FontStyle" xmi:id="_5UE2ym6uEeaxlsDSOll0vg" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
197 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UIhI26uEeaxlsDSOll0vg" points="[0, 0, -105, 60]$[105, -60, 0, 0]"/> 197 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UE2y26uEeaxlsDSOll0vg" points="[-37, 0, -37, -82]$[-37, -26, -37, -108]"/>
198 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UJIMG6uEeaxlsDSOll0vg" id="(0.5,0.0)"/> 198 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UGE5G6uEeaxlsDSOll0vg" id="(0.5,0.0)"/>
199 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UJIMW6uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/> 199 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UGE5W6uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/>
200 </edges> 200 </edges>
201 <edges xmi:type="notation:Edge" xmi:id="_5UJIMm6uEeaxlsDSOll0vg" type="4001" element="_5T53pG6uEeaxlsDSOll0vg" source="_5UCag26uEeaxlsDSOll0vg" target="_5T-JEG6uEeaxlsDSOll0vg"> 201 <edges xmi:type="notation:Edge" xmi:id="_5UGr-G6uEeaxlsDSOll0vg" type="4001" element="_5T4pgG6uEeaxlsDSOll0vg" source="_5T-JEG6uEeaxlsDSOll0vg" target="_5T-JF26uEeaxlsDSOll0vg">
202 <children xmi:type="notation:Node" xmi:id="_5UJINm6uEeaxlsDSOll0vg" type="6001"> 202 <children xmi:type="notation:Node" xmi:id="_5UHTAG6uEeaxlsDSOll0vg" type="6001">
203 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UJIN26uEeaxlsDSOll0vg" y="-10"/> 203 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UHTAW6uEeaxlsDSOll0vg" x="5" y="-10"/>
204 </children> 204 </children>
205 <children xmi:type="notation:Node" xmi:id="_5UJIOG6uEeaxlsDSOll0vg" type="6002"> 205 <children xmi:type="notation:Node" xmi:id="_5UHTAm6uEeaxlsDSOll0vg" type="6002">
206 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UJIOW6uEeaxlsDSOll0vg" y="10"/> 206 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UHTA26uEeaxlsDSOll0vg" x="3" y="10"/>
207 </children> 207 </children>
208 <children xmi:type="notation:Node" xmi:id="_5UJIOm6uEeaxlsDSOll0vg" type="6003"> 208 <children xmi:type="notation:Node" xmi:id="_5UHTBG6uEeaxlsDSOll0vg" type="6003">
209 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UJIO26uEeaxlsDSOll0vg" y="10"/> 209 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UHTBW6uEeaxlsDSOll0vg" x="7" y="10"/>
210 </children> 210 </children>
211 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UJIM26uEeaxlsDSOll0vg" routing="Tree"/> 211 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UGr-W6uEeaxlsDSOll0vg" routing="Tree"/>
212 <styles xmi:type="notation:FontStyle" xmi:id="_5UJING6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/> 212 <styles xmi:type="notation:FontStyle" xmi:id="_5UGr-m6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/>
213 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UJINW6uEeaxlsDSOll0vg" points="[0, 0, 75, 60]$[-75, -60, 0, 0]"/> 213 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UGr-26uEeaxlsDSOll0vg" points="[0, 0, -135, -92]$[0, -5, -135, -97]$[136, -5, 1, -97]$[136, -16, 1, -108]"/>
214 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UJvQG6uEeaxlsDSOll0vg" id="(0.5,0.0)"/> 214 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UHTBm6uEeaxlsDSOll0vg" id="(0.5,0.0)"/>
215 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UJvQW6uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/> 215 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UHTB26uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/>
216 </edges> 216 </edges>
217 <edges xmi:type="notation:Edge" xmi:id="_5UJvQm6uEeaxlsDSOll0vg" type="4001" element="_5T6esG6uEeaxlsDSOll0vg" source="_5UCaim6uEeaxlsDSOll0vg" target="_5UDBlG6uEeaxlsDSOll0vg"> 217 <edges xmi:type="notation:Edge" xmi:id="_5UHTCG6uEeaxlsDSOll0vg" type="4001" element="_5T5Qk26uEeaxlsDSOll0vg" source="_5UAlUG6uEeaxlsDSOll0vg" target="_5UDoo26uEeaxlsDSOll0vg">
218 <children xmi:type="notation:Node" xmi:id="_5UJvRm6uEeaxlsDSOll0vg" type="6001"> 218 <children xmi:type="notation:Node" xmi:id="_5UH6EG6uEeaxlsDSOll0vg" type="6001">
219 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UJvR26uEeaxlsDSOll0vg" x="-5" y="5"/> 219 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UH6EW6uEeaxlsDSOll0vg" x="5"/>
220 </children> 220 </children>
221 <children xmi:type="notation:Node" xmi:id="_5UJvSG6uEeaxlsDSOll0vg" type="6002"> 221 <children xmi:type="notation:Node" xmi:id="_5UH6Em6uEeaxlsDSOll0vg" type="6002">
222 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UJvSW6uEeaxlsDSOll0vg" x="-3" y="10"/> 222 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UH6E26uEeaxlsDSOll0vg" x="-4"/>
223 </children> 223 </children>
224 <children xmi:type="notation:Node" xmi:id="_5UJvSm6uEeaxlsDSOll0vg" type="6003"> 224 <children xmi:type="notation:Node" xmi:id="_5UH6FG6uEeaxlsDSOll0vg" type="6003">
225 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UJvS26uEeaxlsDSOll0vg" x="3" y="10"/> 225 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UH6FW6uEeaxlsDSOll0vg" x="-4"/>
226 </children> 226 </children>
227 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UJvQ26uEeaxlsDSOll0vg" routing="Tree"/> 227 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UHTCW6uEeaxlsDSOll0vg"/>
228 <styles xmi:type="notation:FontStyle" xmi:id="_5UJvRG6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/> 228 <styles xmi:type="notation:FontStyle" xmi:id="_5UHTCm6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/>
229 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UJvRW6uEeaxlsDSOll0vg" points="[0, 0, 0, -82]$[0, -10, 0, -92]$[-22, -10, -22, -92]$[-22, -26, -22, -108]"/> 229 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UHTC26uEeaxlsDSOll0vg" points="[-4, -19, 9, 46]$[-4, -45, 9, 20]"/>
230 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UKWUG6uEeaxlsDSOll0vg" id="(0.5,0.0)"/> 230 </edges>
231 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UKWUW6uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/> 231 <edges xmi:type="notation:Edge" xmi:id="_5UIhIG6uEeaxlsDSOll0vg" type="4001" element="_5T53oG6uEeaxlsDSOll0vg" source="_5UBzc26uEeaxlsDSOll0vg" target="_5T-JEG6uEeaxlsDSOll0vg">
232 </edges> 232 <children xmi:type="notation:Node" xmi:id="_5UIhJG6uEeaxlsDSOll0vg" type="6001">
233 <edges xmi:type="notation:Edge" xmi:id="_5UKWUm6uEeaxlsDSOll0vg" type="4001" element="_5T6etG6uEeaxlsDSOll0vg" source="_5UCaim6uEeaxlsDSOll0vg" target="_5UDoo26uEeaxlsDSOll0vg"> 233 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UIhJW6uEeaxlsDSOll0vg" x="-5" y="-10"/>
234 <children xmi:type="notation:Node" xmi:id="_5UKWVm6uEeaxlsDSOll0vg" type="6001"> 234 </children>
235 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UKWV26uEeaxlsDSOll0vg" x="-28" y="-10"/> 235 <children xmi:type="notation:Node" xmi:id="_5UIhJm6uEeaxlsDSOll0vg" type="6002">
236 </children> 236 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UIhJ26uEeaxlsDSOll0vg" x="-5" y="5"/>
237 <children xmi:type="notation:Node" xmi:id="_5UKWWG6uEeaxlsDSOll0vg" type="6002"> 237 </children>
238 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UKWWW6uEeaxlsDSOll0vg" x="-4" y="8"/> 238 <children xmi:type="notation:Node" xmi:id="_5UIhKG6uEeaxlsDSOll0vg" type="6003">
239 </children> 239 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UIhKW6uEeaxlsDSOll0vg" x="-5" y="10"/>
240 <children xmi:type="notation:Node" xmi:id="_5UKWWm6uEeaxlsDSOll0vg" type="6003"> 240 </children>
241 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UKWW26uEeaxlsDSOll0vg" x="-3" y="10"/> 241 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UIhIW6uEeaxlsDSOll0vg" routing="Tree"/>
242 </children> 242 <styles xmi:type="notation:FontStyle" xmi:id="_5UIhIm6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/>
243 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UKWU26uEeaxlsDSOll0vg" routing="Tree"/> 243 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UIhI26uEeaxlsDSOll0vg" points="[0, 0, -135, -82]$[0, -10, -135, -92]$[136, -10, 1, -92]$[136, -26, 1, -108]"/>
244 <styles xmi:type="notation:FontStyle" xmi:id="_5UKWVG6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/> 244 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UJIMG6uEeaxlsDSOll0vg" id="(0.4412698412698412,0.024390243902439025)"/>
245 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UKWVW6uEeaxlsDSOll0vg" points="[0, 0, -145, -82]$[0, -10, -145, -92]$[118, -10, -27, -92]$[118, -26, -27, -108]"/> 245 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UJIMW6uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/>
246 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UKWXG6uEeaxlsDSOll0vg" id="(0.5,0.0)"/> 246 </edges>
247 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UKWXW6uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/> 247 <edges xmi:type="notation:Edge" xmi:id="_5UJIMm6uEeaxlsDSOll0vg" type="4001" element="_5T53pG6uEeaxlsDSOll0vg" source="_5UCag26uEeaxlsDSOll0vg" target="_5T-JEG6uEeaxlsDSOll0vg">
248 </edges> 248 <children xmi:type="notation:Node" xmi:id="_5UJINm6uEeaxlsDSOll0vg" type="6001">
249 <edges xmi:type="notation:Edge" xmi:id="_5UKWXm6uEeaxlsDSOll0vg" type="4001" element="_5T7Fw26uEeaxlsDSOll0vg" source="_5UDBlG6uEeaxlsDSOll0vg" target="_5T-JF26uEeaxlsDSOll0vg"> 249 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UJIN26uEeaxlsDSOll0vg" y="-10"/>
250 <children xmi:type="notation:Node" xmi:id="_5UK9YG6uEeaxlsDSOll0vg" type="6001"> 250 </children>
251 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UK9YW6uEeaxlsDSOll0vg" y="-10"/> 251 <children xmi:type="notation:Node" xmi:id="_5UJIOG6uEeaxlsDSOll0vg" type="6002">
252 </children> 252 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UJIOW6uEeaxlsDSOll0vg" y="10"/>
253 <children xmi:type="notation:Node" xmi:id="_5UK9Ym6uEeaxlsDSOll0vg" type="6002"> 253 </children>
254 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UK9Y26uEeaxlsDSOll0vg" y="10"/> 254 <children xmi:type="notation:Node" xmi:id="_5UJIOm6uEeaxlsDSOll0vg" type="6003">
255 </children> 255 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UJIO26uEeaxlsDSOll0vg" y="10"/>
256 <children xmi:type="notation:Node" xmi:id="_5UK9ZG6uEeaxlsDSOll0vg" type="6003"> 256 </children>
257 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UK9ZW6uEeaxlsDSOll0vg" y="10"/> 257 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UJIM26uEeaxlsDSOll0vg" routing="Tree"/>
258 </children> 258 <styles xmi:type="notation:FontStyle" xmi:id="_5UJING6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/>
259 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UKWX26uEeaxlsDSOll0vg" routing="Tree"/> 259 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UJINW6uEeaxlsDSOll0vg" points="[0, 0, 75, 60]$[-75, -60, 0, 0]"/>
260 <styles xmi:type="notation:FontStyle" xmi:id="_5UKWYG6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/> 260 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UJvQG6uEeaxlsDSOll0vg" id="(0.4876033057851239,0.0)"/>
261 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UKWYW6uEeaxlsDSOll0vg" points="[0, 0, 0, 60]$[0, -60, 0, 0]"/> 261 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UJvQW6uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/>
262 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UK9Zm6uEeaxlsDSOll0vg" id="(0.5,0.0)"/> 262 </edges>
263 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UK9Z26uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/> 263 <edges xmi:type="notation:Edge" xmi:id="_5UJvQm6uEeaxlsDSOll0vg" type="4001" element="_5T6esG6uEeaxlsDSOll0vg" source="_5UCaim6uEeaxlsDSOll0vg" target="_5UDBlG6uEeaxlsDSOll0vg">
264 </edges> 264 <children xmi:type="notation:Node" xmi:id="_5UJvRm6uEeaxlsDSOll0vg" type="6001">
265 <edges xmi:type="notation:Edge" xmi:id="_5UK9aG6uEeaxlsDSOll0vg" type="4001" element="_5T7s0G6uEeaxlsDSOll0vg" source="_5T-JF26uEeaxlsDSOll0vg" target="_5T_XNG6uEeaxlsDSOll0vg"> 265 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UJvR26uEeaxlsDSOll0vg" x="-4" y="5"/>
266 <children xmi:type="notation:Node" xmi:id="_5UK9bG6uEeaxlsDSOll0vg" type="6001"> 266 </children>
267 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UK9bW6uEeaxlsDSOll0vg" x="-5" y="10"/> 267 <children xmi:type="notation:Node" xmi:id="_5UJvSG6uEeaxlsDSOll0vg" type="6002">
268 </children> 268 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UJvSW6uEeaxlsDSOll0vg" x="12" y="1"/>
269 <children xmi:type="notation:Node" xmi:id="_5UK9bm6uEeaxlsDSOll0vg" type="6002"> 269 </children>
270 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UK9b26uEeaxlsDSOll0vg" x="-2" y="-11"/> 270 <children xmi:type="notation:Node" xmi:id="_5UJvSm6uEeaxlsDSOll0vg" type="6003">
271 </children> 271 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UJvS26uEeaxlsDSOll0vg" y="10"/>
272 <children xmi:type="notation:Node" xmi:id="_5UK9cG6uEeaxlsDSOll0vg" type="6003"> 272 </children>
273 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UK9cW6uEeaxlsDSOll0vg" x="-33" y="-11"/> 273 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UJvQ26uEeaxlsDSOll0vg" routing="Tree"/>
274 </children> 274 <styles xmi:type="notation:FontStyle" xmi:id="_5UJvRG6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/>
275 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UK9aW6uEeaxlsDSOll0vg" routing="Rectilinear" lineColor="10265827"/> 275 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UJvRW6uEeaxlsDSOll0vg" points="[0, 0, 15, -82]$[0, -10, 15, -92]$[-16, -10, -1, -92]$[-16, -26, -1, -108]"/>
276 <styles xmi:type="notation:FontStyle" xmi:id="_5UK9am6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/> 276 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UKWUG6uEeaxlsDSOll0vg" id="(0.6027397260273972,0.0)"/>
277 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UK9a26uEeaxlsDSOll0vg" points="[-59, 30, 276, -117]$[-276, 30, 59, -117]"/> 277 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UKWUW6uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/>
278 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5ULkcG6uEeaxlsDSOll0vg" id="(0.5,0.0)"/> 278 </edges>
279 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5ULkcW6uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/> 279 <edges xmi:type="notation:Edge" xmi:id="_5UKWUm6uEeaxlsDSOll0vg" type="4001" element="_5T6etG6uEeaxlsDSOll0vg" source="_5UCaim6uEeaxlsDSOll0vg" target="_5UDoo26uEeaxlsDSOll0vg">
280 </edges> 280 <children xmi:type="notation:Node" xmi:id="_5UKWVm6uEeaxlsDSOll0vg" type="6001">
281 <edges xmi:type="notation:Edge" xmi:id="_5ULkcm6uEeaxlsDSOll0vg" type="4001" element="_5T8T4G6uEeaxlsDSOll0vg" source="_5T-JF26uEeaxlsDSOll0vg" target="_5T_XNG6uEeaxlsDSOll0vg"> 281 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UKWV26uEeaxlsDSOll0vg" x="-18" y="-10"/>
282 <children xmi:type="notation:Node" xmi:id="_5ULkdm6uEeaxlsDSOll0vg" type="6001"> 282 </children>
283 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5ULkd26uEeaxlsDSOll0vg" x="-5" y="10"/> 283 <children xmi:type="notation:Node" xmi:id="_5UKWWG6uEeaxlsDSOll0vg" type="6002">
284 </children> 284 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UKWWW6uEeaxlsDSOll0vg" x="-10"/>
285 <children xmi:type="notation:Node" xmi:id="_5ULkeG6uEeaxlsDSOll0vg" type="6002"> 285 </children>
286 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5ULkeW6uEeaxlsDSOll0vg" x="-1" y="9"/> 286 <children xmi:type="notation:Node" xmi:id="_5UKWWm6uEeaxlsDSOll0vg" type="6003">
287 </children> 287 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UKWW26uEeaxlsDSOll0vg" x="-9" y="7"/>
288 <children xmi:type="notation:Node" xmi:id="_5ULkem6uEeaxlsDSOll0vg" type="6003"> 288 </children>
289 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5ULke26uEeaxlsDSOll0vg" x="-34" y="9"/> 289 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UKWU26uEeaxlsDSOll0vg" routing="Tree"/>
290 </children> 290 <styles xmi:type="notation:FontStyle" xmi:id="_5UKWVG6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/>
291 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5ULkc26uEeaxlsDSOll0vg" routing="Rectilinear" lineColor="10265827"/> 291 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UKWVW6uEeaxlsDSOll0vg" points="[0, 0, -83, -82]$[0, -10, -83, -92]$[39, -10, -44, -92]$[39, -26, -44, -108]"/>
292 <styles xmi:type="notation:FontStyle" xmi:id="_5ULkdG6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/> 292 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UKWXG6uEeaxlsDSOll0vg" id="(0.6027397260273972,0.0)"/>
293 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5ULkdW6uEeaxlsDSOll0vg" points="[-59, 10, 276, -137]$[-276, 10, 59, -137]"/> 293 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UKWXW6uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/>
294 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5ULkfG6uEeaxlsDSOll0vg" id="(0.5,0.0)"/> 294 </edges>
295 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5ULkfW6uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/> 295 <edges xmi:type="notation:Edge" xmi:id="_5UKWXm6uEeaxlsDSOll0vg" type="4001" element="_5T7Fw26uEeaxlsDSOll0vg" source="_5UDBlG6uEeaxlsDSOll0vg" target="_5T-JF26uEeaxlsDSOll0vg">
296 </edges> 296 <children xmi:type="notation:Node" xmi:id="_5UK9YG6uEeaxlsDSOll0vg" type="6001">
297 </data> 297 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UK9YW6uEeaxlsDSOll0vg" y="-10"/>
298 </ownedAnnotationEntries> 298 </children>
299 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5Tox4G6uEeaxlsDSOll0vg" name="Pseudostate" tooltipText="" outgoingEdges="_5T4pgG6uEeaxlsDSOll0vg" incomingEdges="_5T53oG6uEeaxlsDSOll0vg _5T53pG6uEeaxlsDSOll0vg" width="12" height="10"> 299 <children xmi:type="notation:Node" xmi:id="_5UK9Ym6uEeaxlsDSOll0vg" type="6002">
300 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Pseudostate"/> 300 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UK9Y26uEeaxlsDSOll0vg" y="10"/>
301 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Pseudostate"/> 301 </children>
302 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 302 <children xmi:type="notation:Node" xmi:id="_5UK9ZG6uEeaxlsDSOll0vg" type="6003">
303 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 303 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UK9ZW6uEeaxlsDSOll0vg" y="10"/>
304 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 304 </children>
305 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5TpY8G6uEeaxlsDSOll0vg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 305 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UKWX26uEeaxlsDSOll0vg" routing="Tree"/>
306 <styles xmi:type="notation:FontStyle" xmi:id="_5UKWYG6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/>
307 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UKWYW6uEeaxlsDSOll0vg" points="[0, 0, 0, 60]$[0, -60, 0, 0]"/>
308 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UK9Zm6uEeaxlsDSOll0vg" id="(0.5,0.0)"/>
309 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5UK9Z26uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/>
310 </edges>
311 <edges xmi:type="notation:Edge" xmi:id="_5UK9aG6uEeaxlsDSOll0vg" type="4001" element="_5T7s0G6uEeaxlsDSOll0vg" source="_5T-JF26uEeaxlsDSOll0vg" target="_5T_XNG6uEeaxlsDSOll0vg">
312 <children xmi:type="notation:Node" xmi:id="_5UK9bG6uEeaxlsDSOll0vg" type="6001">
313 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UK9bW6uEeaxlsDSOll0vg" x="-7" y="10"/>
314 </children>
315 <children xmi:type="notation:Node" xmi:id="_5UK9bm6uEeaxlsDSOll0vg" type="6002">
316 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UK9b26uEeaxlsDSOll0vg" x="-2" y="-11"/>
317 </children>
318 <children xmi:type="notation:Node" xmi:id="_5UK9cG6uEeaxlsDSOll0vg" type="6003">
319 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5UK9cW6uEeaxlsDSOll0vg" x="-38" y="-11"/>
320 </children>
321 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5UK9aW6uEeaxlsDSOll0vg" routing="Rectilinear" lineColor="0"/>
322 <styles xmi:type="notation:FontStyle" xmi:id="_5UK9am6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/>
323 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5UK9a26uEeaxlsDSOll0vg" points="[-59, 30, 281, -117]$[-281, 30, 59, -117]"/>
324 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5ULkcG6uEeaxlsDSOll0vg" id="(0.5,0.0)"/>
325 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5ULkcW6uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/>
326 </edges>
327 <edges xmi:type="notation:Edge" xmi:id="_5ULkcm6uEeaxlsDSOll0vg" type="4001" element="_5T8T4G6uEeaxlsDSOll0vg" source="_5T-JF26uEeaxlsDSOll0vg" target="_5T_XNG6uEeaxlsDSOll0vg">
328 <children xmi:type="notation:Node" xmi:id="_5ULkdm6uEeaxlsDSOll0vg" type="6001">
329 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5ULkd26uEeaxlsDSOll0vg" x="-7" y="10"/>
330 </children>
331 <children xmi:type="notation:Node" xmi:id="_5ULkeG6uEeaxlsDSOll0vg" type="6002">
332 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5ULkeW6uEeaxlsDSOll0vg" x="-1" y="9"/>
333 </children>
334 <children xmi:type="notation:Node" xmi:id="_5ULkem6uEeaxlsDSOll0vg" type="6003">
335 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5ULke26uEeaxlsDSOll0vg" x="-39" y="9"/>
336 </children>
337 <styles xmi:type="notation:ConnectorStyle" xmi:id="_5ULkc26uEeaxlsDSOll0vg" routing="Rectilinear" lineColor="0"/>
338 <styles xmi:type="notation:FontStyle" xmi:id="_5ULkdG6uEeaxlsDSOll0vg" fontName="Segoe UI" fontHeight="8"/>
339 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5ULkdW6uEeaxlsDSOll0vg" points="[-59, 10, 281, -137]$[-281, 10, 59, -137]"/>
340 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5ULkfG6uEeaxlsDSOll0vg" id="(0.5,0.0)"/>
341 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_5ULkfW6uEeaxlsDSOll0vg" id="(0.5,3.769230769230769)"/>
342 </edges>
343 <edges xmi:type="notation:Edge" xmi:id="_RkOD8FW5Eee9fLm-jLw3Vg" type="4001" element="_RjqDQFW5Eee9fLm-jLw3Vg" source="_Fj8wAFW5Eee9fLm-jLw3Vg" target="_5T-JEG6uEeaxlsDSOll0vg">
344 <children xmi:type="notation:Node" xmi:id="_RkRHQFW5Eee9fLm-jLw3Vg" type="6001">
345 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_RkRHQVW5Eee9fLm-jLw3Vg" x="2" y="-10"/>
346 </children>
347 <children xmi:type="notation:Node" xmi:id="_RkSVYFW5Eee9fLm-jLw3Vg" type="6002">
348 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_RkSVYVW5Eee9fLm-jLw3Vg" x="-12" y="2"/>
349 </children>
350 <children xmi:type="notation:Node" xmi:id="_RkS8cFW5Eee9fLm-jLw3Vg" type="6003">
351 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_RkS8cVW5Eee9fLm-jLw3Vg" y="10"/>
352 </children>
353 <styles xmi:type="notation:ConnectorStyle" xmi:id="_RkOrAFW5Eee9fLm-jLw3Vg" routing="Tree"/>
354 <styles xmi:type="notation:FontStyle" xmi:id="_RkOrAVW5Eee9fLm-jLw3Vg" fontName="Segoe UI" fontHeight="8"/>
355 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_RkOrAlW5Eee9fLm-jLw3Vg" points="[0, 0, -40, -82]$[0, -10, -40, -92]$[41, -10, 1, -92]$[41, -26, 1, -108]"/>
356 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_RkUKkFW5Eee9fLm-jLw3Vg" id="(0.6885758998435055,0.0975609756097561)"/>
357 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_RkUKkVW5Eee9fLm-jLw3Vg" id="(0.5,3.769230769230769)"/>
358 </edges>
359 <edges xmi:type="notation:Edge" xmi:id="_SFyf8FW5Eee9fLm-jLw3Vg" type="4001" element="_SFRikFW5Eee9fLm-jLw3Vg" source="_AmCEgFW5Eee9fLm-jLw3Vg" target="_5T-JEG6uEeaxlsDSOll0vg">
360 <children xmi:type="notation:Node" xmi:id="_SFzHAFW5Eee9fLm-jLw3Vg" type="6001">
361 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SFzHAVW5Eee9fLm-jLw3Vg" x="5" y="-10"/>
362 </children>
363 <children xmi:type="notation:Node" xmi:id="_SFzHAlW5Eee9fLm-jLw3Vg" type="6002">
364 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SFzHA1W5Eee9fLm-jLw3Vg" x="5" y="10"/>
365 </children>
366 <children xmi:type="notation:Node" xmi:id="_SFzHBFW5Eee9fLm-jLw3Vg" type="6003">
367 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SFzHBVW5Eee9fLm-jLw3Vg" x="5" y="5"/>
368 </children>
369 <styles xmi:type="notation:ConnectorStyle" xmi:id="_SFyf8VW5Eee9fLm-jLw3Vg" routing="Tree"/>
370 <styles xmi:type="notation:FontStyle" xmi:id="_SFyf8lW5Eee9fLm-jLw3Vg" fontName="Segoe UI" fontHeight="8"/>
371 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_SFyf81W5Eee9fLm-jLw3Vg" points="[0, 0, 81, -82]$[0, -15, 81, -97]$[-80, -15, 1, -97]$[-80, -26, 1, -108]"/>
372 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_SFzHBlW5Eee9fLm-jLw3Vg" id="(0.4776255707762557,0.21951219512195122)"/>
373 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_SFzHB1W5Eee9fLm-jLw3Vg" id="(0.5,3.769230769230769)"/>
374 </edges>
375 <edges xmi:type="notation:Edge" xmi:id="_tAXbsFaYEee9fLm-jLw3Vg" type="4001" element="_tAL1gFaYEee9fLm-jLw3Vg" source="_nXiyAFaYEee9fLm-jLw3Vg" target="_5UDBlG6uEeaxlsDSOll0vg">
376 <children xmi:type="notation:Node" xmi:id="_tAXbtFaYEee9fLm-jLw3Vg" type="6001">
377 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_tAXbtVaYEee9fLm-jLw3Vg" x="14" y="-7"/>
378 </children>
379 <children xmi:type="notation:Node" xmi:id="_tAXbtlaYEee9fLm-jLw3Vg" type="6002">
380 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_tAXbt1aYEee9fLm-jLw3Vg" x="-6" y="4"/>
381 </children>
382 <children xmi:type="notation:Node" xmi:id="_tAXbuFaYEee9fLm-jLw3Vg" type="6003">
383 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_tAXbuVaYEee9fLm-jLw3Vg" x="-4" y="5"/>
384 </children>
385 <styles xmi:type="notation:ConnectorStyle" xmi:id="_tAXbsVaYEee9fLm-jLw3Vg"/>
386 <styles xmi:type="notation:FontStyle" xmi:id="_tAXbslaYEee9fLm-jLw3Vg" fontName="Segoe UI" fontHeight="8"/>
387 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_tAXbs1aYEee9fLm-jLw3Vg" points="[-3, -5, 0, 27]$[-3, -31, 0, 1]"/>
388 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_xYoccFaYEee9fLm-jLw3Vg" id="(0.5825242718446602,0.14634146341463414)"/>
389 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_tAXbu1aYEee9fLm-jLw3Vg" id="(0.175,0.975609756097561)"/>
390 </edges>
391 </data>
392 </ownedAnnotationEntries>
393 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5Tox4G6uEeaxlsDSOll0vg" name="Pseudostate" tooltipText="" outgoingEdges="_5T4pgG6uEeaxlsDSOll0vg" incomingEdges="_5T53oG6uEeaxlsDSOll0vg _5T53pG6uEeaxlsDSOll0vg _RjqDQFW5Eee9fLm-jLw3Vg _SFRikFW5Eee9fLm-jLw3Vg" width="12" height="10">
394 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Pseudostate"/>
395 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Pseudostate"/>
396 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
397 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
398 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
399 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5TpY8G6uEeaxlsDSOll0vg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
400 <labelFormat>italic</labelFormat>
401 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
402 </ownedStyle>
403 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
404 </ownedDiagramElements>
405 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5TqAAG6uEeaxlsDSOll0vg" name="Vertex" tooltipText="" outgoingEdges="_5T7s0G6uEeaxlsDSOll0vg _5T8T4G6uEeaxlsDSOll0vg" incomingEdges="_5T2NQG6uEeaxlsDSOll0vg _5T4pgG6uEeaxlsDSOll0vg _5T7Fw26uEeaxlsDSOll0vg" width="12" height="10">
406 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Vertex"/>
407 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Vertex"/>
408 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
409 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
410 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
411 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5TqnEG6uEeaxlsDSOll0vg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
412 <customFeatures>labelFormat</customFeatures>
413 <customFeatures>backgroundColor</customFeatures>
414 <labelFormat>italic</labelFormat>
415 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
416 </ownedStyle>
417 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
418 </ownedDiagramElements>
419 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5TqnEW6uEeaxlsDSOll0vg" name="Region" tooltipText="" outgoingEdges="_5T2NQG6uEeaxlsDSOll0vg" incomingEdges="_5T3bYG6uEeaxlsDSOll0vg" width="12" height="10">
420 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Region"/>
421 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Region"/>
422 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
423 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
424 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
425 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5TrOIG6uEeaxlsDSOll0vg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255">
426 <customFeatures>backgroundColor</customFeatures>
427 <customFeatures>foregroundColor</customFeatures>
428 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
429 </ownedStyle>
430 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
431 </ownedDiagramElements>
432 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5TrOIW6uEeaxlsDSOll0vg" name="Transition" tooltipText="" incomingEdges="_5T7s0G6uEeaxlsDSOll0vg _5T8T4G6uEeaxlsDSOll0vg" width="12" height="10">
433 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Transition"/>
434 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Transition"/>
435 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
436 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
437 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
438 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5Tr1MG6uEeaxlsDSOll0vg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255">
439 <customFeatures>labelFormat</customFeatures>
440 <customFeatures>backgroundColor</customFeatures>
441 <customFeatures>foregroundColor</customFeatures>
442 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
443 </ownedStyle>
444 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
445 </ownedDiagramElements>
446 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5TscQG6uEeaxlsDSOll0vg" name="Statechart" tooltipText="" outgoingEdges="_5T5Qk26uEeaxlsDSOll0vg" width="12" height="10">
447 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Statechart"/>
448 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Statechart"/>
449 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
450 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
451 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
452 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5TscQW6uEeaxlsDSOll0vg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255">
453 <customFeatures>backgroundColor</customFeatures>
454 <customFeatures>foregroundColor</customFeatures>
455 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
456 </ownedStyle>
457 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
458 </ownedDiagramElements>
459 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5TtqYG6uEeaxlsDSOll0vg" name="Entry" tooltipText="" outgoingEdges="_5T53oG6uEeaxlsDSOll0vg" width="12" height="10">
460 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Entry"/>
461 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Entry"/>
462 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
463 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
464 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
465 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5TuRcG6uEeaxlsDSOll0vg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255">
466 <customFeatures>backgroundColor</customFeatures>
467 <customFeatures>foregroundColor</customFeatures>
468 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
469 </ownedStyle>
470 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
471 </ownedDiagramElements>
472 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5TuRcW6uEeaxlsDSOll0vg" name="Synchronization" tooltipText="" outgoingEdges="_5T53pG6uEeaxlsDSOll0vg" width="12" height="10">
473 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Synchronization"/>
474 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Synchronization"/>
475 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
476 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
477 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
478 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5Tu4gG6uEeaxlsDSOll0vg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255">
479 <customFeatures>labelFormat</customFeatures>
480 <customFeatures>backgroundColor</customFeatures>
481 <customFeatures>foregroundColor</customFeatures>
482 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
483 </ownedStyle>
484 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
485 </ownedDiagramElements>
486 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5TvfkG6uEeaxlsDSOll0vg" name="State" tooltipText="" outgoingEdges="_5T6esG6uEeaxlsDSOll0vg _5T6etG6uEeaxlsDSOll0vg" width="12" height="10">
487 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//State"/>
488 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//State"/>
489 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
490 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
491 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
492 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5TvfkW6uEeaxlsDSOll0vg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255">
493 <customFeatures>backgroundColor</customFeatures>
494 <customFeatures>foregroundColor</customFeatures>
495 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
496 </ownedStyle>
497 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
498 </ownedDiagramElements>
499 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5TwGoG6uEeaxlsDSOll0vg" name="RegularState" tooltipText="" outgoingEdges="_5T7Fw26uEeaxlsDSOll0vg" incomingEdges="_5T6esG6uEeaxlsDSOll0vg _tAL1gFaYEee9fLm-jLw3Vg" width="12" height="10">
500 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//RegularState"/>
501 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//RegularState"/>
502 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
503 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
504 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
505 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5TwGoW6uEeaxlsDSOll0vg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
506 <labelFormat>italic</labelFormat>
507 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
508 </ownedStyle>
509 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
510 </ownedDiagramElements>
511 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5TwGom6uEeaxlsDSOll0vg" name="CompositeElement" tooltipText="" outgoingEdges="_5T3bYG6uEeaxlsDSOll0vg" incomingEdges="_5T5Qk26uEeaxlsDSOll0vg _5T6etG6uEeaxlsDSOll0vg" width="12" height="10">
512 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//CompositeElement"/>
513 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//CompositeElement"/>
514 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
515 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
516 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
517 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5TwtsG6uEeaxlsDSOll0vg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
518 <labelFormat>italic</labelFormat>
519 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
520 </ownedStyle>
521 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
522 </ownedDiagramElements>
523 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T2NQG6uEeaxlsDSOll0vg" name="[0..*] vertices" sourceNode="_5TqnEW6uEeaxlsDSOll0vg" targetNode="_5TqAAG6uEeaxlsDSOll0vg">
524 <target xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Region/vertices"/>
525 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Region/vertices"/>
526 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T20U26uEeaxlsDSOll0vg" description="_5T20UG6uEeaxlsDSOll0vg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
527 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5T20VG6uEeaxlsDSOll0vg" showIcon="false">
528 <customFeatures>labelSize</customFeatures>
529 </centerLabelStyle>
530 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_5T20VW6uEeaxlsDSOll0vg" showIcon="false" labelColor="39,76,114">
531 <customFeatures>labelSize</customFeatures>
532 </endLabelStyle>
533 </ownedStyle>
534 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
535 </ownedDiagramElements>
536 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T3bYG6uEeaxlsDSOll0vg" name="[0..*] regions" sourceNode="_5TwGom6uEeaxlsDSOll0vg" targetNode="_5TqnEW6uEeaxlsDSOll0vg">
537 <target xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//CompositeElement/regions"/>
538 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//CompositeElement/regions"/>
539 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T4CcG6uEeaxlsDSOll0vg" description="_5T20UG6uEeaxlsDSOll0vg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
540 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5T4CcW6uEeaxlsDSOll0vg" showIcon="false">
541 <customFeatures>labelSize</customFeatures>
542 </centerLabelStyle>
543 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_5T4Ccm6uEeaxlsDSOll0vg" showIcon="false" labelColor="39,76,114">
544 <customFeatures>labelSize</customFeatures>
545 </endLabelStyle>
546 </ownedStyle>
547 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
548 </ownedDiagramElements>
549 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T4pgG6uEeaxlsDSOll0vg" sourceNode="_5Tox4G6uEeaxlsDSOll0vg" targetNode="_5TqAAG6uEeaxlsDSOll0vg">
550 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Pseudostate"/>
551 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//Pseudostate/@eGenericSuperTypes.0"/>
552 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T5QkG6uEeaxlsDSOll0vg" targetArrow="InputClosedArrow" routingStyle="tree">
553 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
554 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5T5QkW6uEeaxlsDSOll0vg" showIcon="false">
306 <labelFormat>italic</labelFormat> 555 <labelFormat>italic</labelFormat>
307 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 556 </beginLabelStyle>
308 </ownedStyle> 557 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5T5Qkm6uEeaxlsDSOll0vg" showIcon="false"/>
309 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 558 </ownedStyle>
310 </ownedDiagramElements> 559 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
311 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5TqAAG6uEeaxlsDSOll0vg" name="Vertex" tooltipText="" outgoingEdges="_5T7s0G6uEeaxlsDSOll0vg _5T8T4G6uEeaxlsDSOll0vg" incomingEdges="_5T2NQG6uEeaxlsDSOll0vg _5T4pgG6uEeaxlsDSOll0vg _5T7Fw26uEeaxlsDSOll0vg" width="12" height="10"> 560 </ownedDiagramElements>
312 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Vertex"/> 561 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T5Qk26uEeaxlsDSOll0vg" sourceNode="_5TscQG6uEeaxlsDSOll0vg" targetNode="_5TwGom6uEeaxlsDSOll0vg">
313 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Vertex"/> 562 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Statechart"/>
314 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 563 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//Statechart/@eGenericSuperTypes.0"/>
315 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 564 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T5QlG6uEeaxlsDSOll0vg" targetArrow="InputClosedArrow">
316 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 565 <customFeatures>routingStyle</customFeatures>
317 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5TqnEG6uEeaxlsDSOll0vg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" backgroundColor="227,164,156" foregroundColor="227,164,156"> 566 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
318 <customFeatures>labelFormat</customFeatures> 567 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5T5QlW6uEeaxlsDSOll0vg" showIcon="false">
319 <customFeatures>backgroundColor</customFeatures>
320 <customFeatures>foregroundColor</customFeatures>
321 <labelFormat>italic</labelFormat> 568 <labelFormat>italic</labelFormat>
322 <labelFormat>bold</labelFormat> 569 </beginLabelStyle>
323 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 570 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5T5Qlm6uEeaxlsDSOll0vg" showIcon="false"/>
324 </ownedStyle> 571 </ownedStyle>
325 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 572 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
326 </ownedDiagramElements> 573 </ownedDiagramElements>
327 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5TqnEW6uEeaxlsDSOll0vg" name="Region" tooltipText="" outgoingEdges="_5T2NQG6uEeaxlsDSOll0vg" incomingEdges="_5T3bYG6uEeaxlsDSOll0vg" width="12" height="10"> 574 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T53oG6uEeaxlsDSOll0vg" sourceNode="_5TtqYG6uEeaxlsDSOll0vg" targetNode="_5Tox4G6uEeaxlsDSOll0vg">
328 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Region"/> 575 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Entry"/>
329 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Region"/> 576 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//Entry/@eGenericSuperTypes.0"/>
330 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 577 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T53oW6uEeaxlsDSOll0vg" targetArrow="InputClosedArrow" routingStyle="tree">
331 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 578 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
332 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 579 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5T53om6uEeaxlsDSOll0vg" showIcon="false">
333 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5TrOIG6uEeaxlsDSOll0vg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
334 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
335 </ownedStyle>
336 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
337 </ownedDiagramElements>
338 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5TrOIW6uEeaxlsDSOll0vg" name="Transition" tooltipText="" incomingEdges="_5T7s0G6uEeaxlsDSOll0vg _5T8T4G6uEeaxlsDSOll0vg" width="12" height="10">
339 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Transition"/>
340 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Transition"/>
341 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
342 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
343 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
344 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5Tr1MG6uEeaxlsDSOll0vg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" backgroundColor="227,164,156" foregroundColor="227,164,156">
345 <customFeatures>labelFormat</customFeatures>
346 <customFeatures>backgroundColor</customFeatures>
347 <customFeatures>foregroundColor</customFeatures>
348 <labelFormat>bold</labelFormat>
349 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
350 </ownedStyle>
351 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
352 </ownedDiagramElements>
353 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5TscQG6uEeaxlsDSOll0vg" name="Statechart" tooltipText="" outgoingEdges="_5T5Qk26uEeaxlsDSOll0vg" width="12" height="10">
354 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Statechart"/>
355 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Statechart"/>
356 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
357 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
358 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
359 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5TscQW6uEeaxlsDSOll0vg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
360 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
361 </ownedStyle>
362 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
363 </ownedDiagramElements>
364 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5TtqYG6uEeaxlsDSOll0vg" name="Entry" tooltipText="" outgoingEdges="_5T53oG6uEeaxlsDSOll0vg" width="12" height="10">
365 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Entry"/>
366 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Entry"/>
367 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
368 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
369 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
370 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5TuRcG6uEeaxlsDSOll0vg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
371 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
372 </ownedStyle>
373 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
374 </ownedDiagramElements>
375 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5TuRcW6uEeaxlsDSOll0vg" name="Synchronization" tooltipText="" outgoingEdges="_5T53pG6uEeaxlsDSOll0vg" width="12" height="10">
376 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Synchronization"/>
377 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Synchronization"/>
378 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
379 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
380 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
381 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5Tu4gG6uEeaxlsDSOll0vg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" backgroundColor="227,164,156" foregroundColor="227,164,156">
382 <customFeatures>labelFormat</customFeatures>
383 <customFeatures>backgroundColor</customFeatures>
384 <customFeatures>foregroundColor</customFeatures>
385 <labelFormat>bold</labelFormat>
386 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
387 </ownedStyle>
388 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
389 </ownedDiagramElements>
390 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5TvfkG6uEeaxlsDSOll0vg" name="State" tooltipText="" outgoingEdges="_5T6esG6uEeaxlsDSOll0vg _5T6etG6uEeaxlsDSOll0vg" width="12" height="10">
391 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//State"/>
392 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//State"/>
393 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
394 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
395 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
396 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5TvfkW6uEeaxlsDSOll0vg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
397 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
398 </ownedStyle>
399 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
400 </ownedDiagramElements>
401 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5TwGoG6uEeaxlsDSOll0vg" name="RegularState" tooltipText="" outgoingEdges="_5T7Fw26uEeaxlsDSOll0vg" incomingEdges="_5T6esG6uEeaxlsDSOll0vg" width="12" height="10">
402 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//RegularState"/>
403 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//RegularState"/>
404 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
405 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
406 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
407 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5TwGoW6uEeaxlsDSOll0vg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
408 <labelFormat>italic</labelFormat> 580 <labelFormat>italic</labelFormat>
409 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 581 </beginLabelStyle>
410 </ownedStyle> 582 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5T53o26uEeaxlsDSOll0vg" showIcon="false"/>
411 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 583 </ownedStyle>
412 </ownedDiagramElements> 584 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
413 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_5TwGom6uEeaxlsDSOll0vg" name="CompositeElement" tooltipText="" outgoingEdges="_5T3bYG6uEeaxlsDSOll0vg" incomingEdges="_5T5Qk26uEeaxlsDSOll0vg _5T6etG6uEeaxlsDSOll0vg" width="12" height="10"> 585 </ownedDiagramElements>
414 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//CompositeElement"/> 586 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T53pG6uEeaxlsDSOll0vg" sourceNode="_5TuRcW6uEeaxlsDSOll0vg" targetNode="_5Tox4G6uEeaxlsDSOll0vg">
415 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//CompositeElement"/> 587 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Synchronization"/>
416 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 588 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//Synchronization/@eGenericSuperTypes.0"/>
417 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 589 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T53pW6uEeaxlsDSOll0vg" targetArrow="InputClosedArrow" routingStyle="tree">
418 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 590 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
419 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5TwtsG6uEeaxlsDSOll0vg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 591 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5T53pm6uEeaxlsDSOll0vg" showIcon="false">
420 <labelFormat>italic</labelFormat> 592 <labelFormat>italic</labelFormat>
421 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 593 </beginLabelStyle>
422 </ownedStyle> 594 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5T53p26uEeaxlsDSOll0vg" showIcon="false"/>
423 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 595 </ownedStyle>
424 </ownedDiagramElements> 596 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
425 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T2NQG6uEeaxlsDSOll0vg" name="[0..*] vertices" sourceNode="_5TqnEW6uEeaxlsDSOll0vg" targetNode="_5TqAAG6uEeaxlsDSOll0vg"> 597 </ownedDiagramElements>
426 <target xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Region/vertices"/> 598 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T6esG6uEeaxlsDSOll0vg" sourceNode="_5TvfkG6uEeaxlsDSOll0vg" targetNode="_5TwGoG6uEeaxlsDSOll0vg">
427 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Region/vertices"/> 599 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//State"/>
428 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T20U26uEeaxlsDSOll0vg" description="_5T20UG6uEeaxlsDSOll0vg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 600 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//State/@eGenericSuperTypes.0"/>
429 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5T20VG6uEeaxlsDSOll0vg" showIcon="false"> 601 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//State/@eGenericSuperTypes.1"/>
430 <customFeatures>labelSize</customFeatures> 602 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T6esW6uEeaxlsDSOll0vg" targetArrow="InputClosedArrow" routingStyle="tree">
431 </centerLabelStyle> 603 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
432 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_5T20VW6uEeaxlsDSOll0vg" showIcon="false" labelColor="39,76,114"> 604 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5T6esm6uEeaxlsDSOll0vg" showIcon="false">
433 <customFeatures>labelSize</customFeatures>
434 </endLabelStyle>
435 </ownedStyle>
436 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
437 </ownedDiagramElements>
438 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T3bYG6uEeaxlsDSOll0vg" name="[0..*] regions" sourceNode="_5TwGom6uEeaxlsDSOll0vg" targetNode="_5TqnEW6uEeaxlsDSOll0vg">
439 <target xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//CompositeElement/regions"/>
440 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//CompositeElement/regions"/>
441 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T4CcG6uEeaxlsDSOll0vg" description="_5T20UG6uEeaxlsDSOll0vg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
442 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5T4CcW6uEeaxlsDSOll0vg" showIcon="false">
443 <customFeatures>labelSize</customFeatures>
444 </centerLabelStyle>
445 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_5T4Ccm6uEeaxlsDSOll0vg" showIcon="false" labelColor="39,76,114">
446 <customFeatures>labelSize</customFeatures>
447 </endLabelStyle>
448 </ownedStyle>
449 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
450 </ownedDiagramElements>
451 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T4pgG6uEeaxlsDSOll0vg" sourceNode="_5Tox4G6uEeaxlsDSOll0vg" targetNode="_5TqAAG6uEeaxlsDSOll0vg">
452 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Pseudostate"/>
453 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//Pseudostate/@eGenericSuperTypes.0"/>
454 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T5QkG6uEeaxlsDSOll0vg" targetArrow="InputClosedArrow" routingStyle="tree">
455 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
456 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5T5QkW6uEeaxlsDSOll0vg" showIcon="false">
457 <labelFormat>italic</labelFormat>
458 </beginLabelStyle>
459 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5T5Qkm6uEeaxlsDSOll0vg" showIcon="false"/>
460 </ownedStyle>
461 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
462 </ownedDiagramElements>
463 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T5Qk26uEeaxlsDSOll0vg" sourceNode="_5TscQG6uEeaxlsDSOll0vg" targetNode="_5TwGom6uEeaxlsDSOll0vg">
464 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Statechart"/>
465 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//Statechart/@eGenericSuperTypes.0"/>
466 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T5QlG6uEeaxlsDSOll0vg" targetArrow="InputClosedArrow" routingStyle="tree">
467 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
468 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5T5QlW6uEeaxlsDSOll0vg" showIcon="false">
469 <labelFormat>italic</labelFormat>
470 </beginLabelStyle>
471 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5T5Qlm6uEeaxlsDSOll0vg" showIcon="false"/>
472 </ownedStyle>
473 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
474 </ownedDiagramElements>
475 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T53oG6uEeaxlsDSOll0vg" sourceNode="_5TtqYG6uEeaxlsDSOll0vg" targetNode="_5Tox4G6uEeaxlsDSOll0vg">
476 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Entry"/>
477 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//Entry/@eGenericSuperTypes.0"/>
478 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T53oW6uEeaxlsDSOll0vg" targetArrow="InputClosedArrow" routingStyle="tree">
479 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
480 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5T53om6uEeaxlsDSOll0vg" showIcon="false">
481 <labelFormat>italic</labelFormat>
482 </beginLabelStyle>
483 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5T53o26uEeaxlsDSOll0vg" showIcon="false"/>
484 </ownedStyle>
485 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
486 </ownedDiagramElements>
487 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T53pG6uEeaxlsDSOll0vg" sourceNode="_5TuRcW6uEeaxlsDSOll0vg" targetNode="_5Tox4G6uEeaxlsDSOll0vg">
488 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Synchronization"/>
489 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//Synchronization/@eGenericSuperTypes.0"/>
490 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T53pW6uEeaxlsDSOll0vg" targetArrow="InputClosedArrow" routingStyle="tree">
491 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
492 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5T53pm6uEeaxlsDSOll0vg" showIcon="false">
493 <labelFormat>italic</labelFormat>
494 </beginLabelStyle>
495 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5T53p26uEeaxlsDSOll0vg" showIcon="false"/>
496 </ownedStyle>
497 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
498 </ownedDiagramElements>
499 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T6esG6uEeaxlsDSOll0vg" sourceNode="_5TvfkG6uEeaxlsDSOll0vg" targetNode="_5TwGoG6uEeaxlsDSOll0vg">
500 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//State"/>
501 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//State/@eGenericSuperTypes.0"/>
502 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//State/@eGenericSuperTypes.1"/>
503 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T6esW6uEeaxlsDSOll0vg" targetArrow="InputClosedArrow" routingStyle="tree">
504 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
505 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5T6esm6uEeaxlsDSOll0vg" showIcon="false">
506 <labelFormat>italic</labelFormat>
507 </beginLabelStyle>
508 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5T6es26uEeaxlsDSOll0vg" showIcon="false"/>
509 </ownedStyle>
510 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
511 </ownedDiagramElements>
512 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T6etG6uEeaxlsDSOll0vg" sourceNode="_5TvfkG6uEeaxlsDSOll0vg" targetNode="_5TwGom6uEeaxlsDSOll0vg">
513 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//State"/>
514 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//State/@eGenericSuperTypes.0"/>
515 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//State/@eGenericSuperTypes.1"/>
516 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T7FwG6uEeaxlsDSOll0vg" targetArrow="InputClosedArrow" routingStyle="tree">
517 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
518 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5T7FwW6uEeaxlsDSOll0vg" showIcon="false">
519 <labelFormat>italic</labelFormat>
520 </beginLabelStyle>
521 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5T7Fwm6uEeaxlsDSOll0vg" showIcon="false"/>
522 </ownedStyle>
523 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
524 </ownedDiagramElements>
525 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T7Fw26uEeaxlsDSOll0vg" sourceNode="_5TwGoG6uEeaxlsDSOll0vg" targetNode="_5TqAAG6uEeaxlsDSOll0vg">
526 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//RegularState"/>
527 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//RegularState/@eGenericSuperTypes.0"/>
528 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T7FxG6uEeaxlsDSOll0vg" targetArrow="InputClosedArrow" routingStyle="tree">
529 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
530 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5T7FxW6uEeaxlsDSOll0vg" showIcon="false">
531 <labelFormat>italic</labelFormat>
532 </beginLabelStyle>
533 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5T7Fxm6uEeaxlsDSOll0vg" showIcon="false"/>
534 </ownedStyle>
535 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
536 </ownedDiagramElements>
537 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T7s0G6uEeaxlsDSOll0vg" sourceNode="_5TqAAG6uEeaxlsDSOll0vg" targetNode="_5TrOIW6uEeaxlsDSOll0vg" beginLabel="[1..1] target" endLabel="[0..*] incomingTransitions">
538 <target xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Vertex/incomingTransitions"/>
539 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Vertex/incomingTransitions"/>
540 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Transition/target"/>
541 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T7s0W6uEeaxlsDSOll0vg" sourceArrow="InputArrow" size="3" routingStyle="manhattan" strokeColor="227,164,156">
542 <customFeatures>strokeColor</customFeatures>
543 <customFeatures>size</customFeatures>
544 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']/@style"/>
545 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5T7s0m6uEeaxlsDSOll0vg" showIcon="false">
546 <customFeatures>labelFormat</customFeatures>
547 </beginLabelStyle>
548 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_5T7s026uEeaxlsDSOll0vg" showIcon="false">
549 <customFeatures>labelFormat</customFeatures>
550 </endLabelStyle>
551 </ownedStyle>
552 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/>
553 </ownedDiagramElements>
554 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T8T4G6uEeaxlsDSOll0vg" sourceNode="_5TqAAG6uEeaxlsDSOll0vg" targetNode="_5TrOIW6uEeaxlsDSOll0vg" beginLabel="[0..1] source" endLabel="[0..*] outgoingTransitions">
555 <target xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Vertex/outgoingTransitions"/>
556 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Vertex/outgoingTransitions"/>
557 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Transition/source"/>
558 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T8T5G6uEeaxlsDSOll0vg" description="_5T8T4W6uEeaxlsDSOll0vg" sourceArrow="FillDiamond" size="3" routingStyle="manhattan" strokeColor="227,164,156">
559 <customFeatures>strokeColor</customFeatures>
560 <customFeatures>size</customFeatures>
561 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5T8T5W6uEeaxlsDSOll0vg" showIcon="false">
562 <customFeatures>labelFormat</customFeatures>
563 </beginLabelStyle>
564 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_5T8T5m6uEeaxlsDSOll0vg" showIcon="false">
565 <customFeatures>labelFormat</customFeatures>
566 </endLabelStyle>
567 </ownedStyle>
568 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/>
569 </ownedDiagramElements>
570 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
571 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" xmi:id="_427AtW6uEeaxlsDSOll0vg"/>
572 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/>
573 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/>
574 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/>
575 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']/@ownedRepresentationExtensions[name='Entities%20With%20Archetypes']/@layers[name='Archetypes']"/>
576 <target xmi:type="ecore:EPackage" href="yakindu_simplified.ecore#/"/>
577 </ownedRepresentations>
578 <ownedRepresentations xmi:type="diagram:DSemanticDiagram" xmi:id="_XL-bgDJrEeePYJD6fP7hdw" name="onecol">
579 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_XL_CkDJrEeePYJD6fP7hdw" source="DANNOTATION_CUSTOMIZATION_KEY">
580 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" xmi:id="_XL_CkTJrEeePYJD6fP7hdw">
581 <computedStyleDescriptions xmi:type="style:EdgeStyleDescription" xmi:id="_XL_CkjJrEeePYJD6fP7hdw" sourceArrow="FillDiamond" routingStyle="manhattan">
582 <strokeColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
583 <centerLabelStyleDescription xmi:type="style:CenterLabelStyleDescription" xmi:id="_XL_CkzJrEeePYJD6fP7hdw" showIcon="false" labelExpression="service:render">
584 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
585 </centerLabelStyleDescription>
586 <endLabelStyleDescription xmi:type="style:EndLabelStyleDescription" xmi:id="_XL_ClDJrEeePYJD6fP7hdw" labelSize="6" showIcon="false" labelExpression="service:eKeysLabel">
587 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_blue']"/>
588 </endLabelStyleDescription>
589 </computedStyleDescriptions>
590 <computedStyleDescriptions xmi:type="style:EdgeStyleDescription" xmi:id="_XL_ClTJrEeePYJD6fP7hdw" sourceArrow="FillDiamond" routingStyle="manhattan">
591 <strokeColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
592 <beginLabelStyleDescription xmi:type="style:BeginLabelStyleDescription" xmi:id="_XL_CljJrEeePYJD6fP7hdw" showIcon="false" labelExpression="service:renderEOpposite">
593 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
594 </beginLabelStyleDescription>
595 <endLabelStyleDescription xmi:type="style:EndLabelStyleDescription" xmi:id="_XL_ClzJrEeePYJD6fP7hdw" showIcon="false" labelExpression="service:render">
596 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
597 </endLabelStyleDescription>
598 </computedStyleDescriptions>
599 </data>
600 </ownedAnnotationEntries>
601 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_XL_CmDJrEeePYJD6fP7hdw" source="GMF_DIAGRAMS">
602 <data xmi:type="notation:Diagram" xmi:id="_XL_CmTJrEeePYJD6fP7hdw" type="Sirius" element="_XL-bgDJrEeePYJD6fP7hdw" measurementUnit="Pixel">
603 <children xmi:type="notation:Node" xmi:id="_XL_CmjJrEeePYJD6fP7hdw" type="2003" element="_XL_p9jJrEeePYJD6fP7hdw">
604 <children xmi:type="notation:Node" xmi:id="_XL_CmzJrEeePYJD6fP7hdw" type="5007"/>
605 <children xmi:type="notation:Node" xmi:id="_XL_CnDJrEeePYJD6fP7hdw" type="7004">
606 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_CnTJrEeePYJD6fP7hdw"/>
607 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_CnjJrEeePYJD6fP7hdw"/>
608 </children>
609 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_CnzJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8" italic="true"/>
610 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_CoDJrEeePYJD6fP7hdw" x="460" y="570" width="102" height="28"/>
611 </children>
612 <children xmi:type="notation:Node" xmi:id="_XL_CoTJrEeePYJD6fP7hdw" type="2003" element="_XL_p-DJrEeePYJD6fP7hdw">
613 <children xmi:type="notation:Node" xmi:id="_XL_CojJrEeePYJD6fP7hdw" type="5007"/>
614 <children xmi:type="notation:Node" xmi:id="_XL_CozJrEeePYJD6fP7hdw" type="7004">
615 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_CpDJrEeePYJD6fP7hdw"/>
616 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_CpTJrEeePYJD6fP7hdw"/>
617 </children>
618 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_CpjJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8" italic="true"/>
619 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_CpzJrEeePYJD6fP7hdw" x="635" y="505" width="90" height="28"/>
620 </children>
621 <children xmi:type="notation:Node" xmi:id="_XL_CqDJrEeePYJD6fP7hdw" type="2003" element="_XL_p-jJrEeePYJD6fP7hdw">
622 <children xmi:type="notation:Node" xmi:id="_XL_CqTJrEeePYJD6fP7hdw" type="5007"/>
623 <children xmi:type="notation:Node" xmi:id="_XL_CqjJrEeePYJD6fP7hdw" type="7004">
624 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_CqzJrEeePYJD6fP7hdw"/>
625 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_CrDJrEeePYJD6fP7hdw"/>
626 </children>
627 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_CrTJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
628 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_CrjJrEeePYJD6fP7hdw" x="762" y="505" width="93" height="28"/>
629 </children>
630 <children xmi:type="notation:Node" xmi:id="_XL_CrzJrEeePYJD6fP7hdw" type="2003" element="_XL_p_DJrEeePYJD6fP7hdw">
631 <children xmi:type="notation:Node" xmi:id="_XL_CsDJrEeePYJD6fP7hdw" type="5007"/>
632 <children xmi:type="notation:Node" xmi:id="_XL_CsTJrEeePYJD6fP7hdw" type="7004">
633 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_CsjJrEeePYJD6fP7hdw"/>
634 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_CszJrEeePYJD6fP7hdw"/>
635 </children>
636 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_CtDJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
637 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_CtTJrEeePYJD6fP7hdw" x="460" y="505" width="90" height="28"/>
638 </children>
639 <children xmi:type="notation:Node" xmi:id="_XL_CtjJrEeePYJD6fP7hdw" type="2003" element="_XL_p_jJrEeePYJD6fP7hdw">
640 <children xmi:type="notation:Node" xmi:id="_XL_CtzJrEeePYJD6fP7hdw" type="5007"/>
641 <children xmi:type="notation:Node" xmi:id="_XL_CuDJrEeePYJD6fP7hdw" type="7004">
642 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_CuTJrEeePYJD6fP7hdw"/>
643 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_CujJrEeePYJD6fP7hdw"/>
644 </children>
645 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_CuzJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
646 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_CvDJrEeePYJD6fP7hdw" x="765" y="635" width="88" height="28"/>
647 </children>
648 <children xmi:type="notation:Node" xmi:id="_XL_CvTJrEeePYJD6fP7hdw" type="2003" element="_XL_qADJrEeePYJD6fP7hdw">
649 <children xmi:type="notation:Node" xmi:id="_XL_CvjJrEeePYJD6fP7hdw" type="5007"/>
650 <children xmi:type="notation:Node" xmi:id="_XL_CvzJrEeePYJD6fP7hdw" type="7004">
651 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_CwDJrEeePYJD6fP7hdw"/>
652 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_CwTJrEeePYJD6fP7hdw"/>
653 </children>
654 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_CwjJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
655 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_CwzJrEeePYJD6fP7hdw" x="460" y="635" width="77" height="28"/>
656 </children>
657 <children xmi:type="notation:Node" xmi:id="_XL_CxDJrEeePYJD6fP7hdw" type="2003" element="_XL_qAjJrEeePYJD6fP7hdw">
658 <children xmi:type="notation:Node" xmi:id="_XL_CxTJrEeePYJD6fP7hdw" type="5007"/>
659 <children xmi:type="notation:Node" xmi:id="_XL_CxjJrEeePYJD6fP7hdw" type="7004">
660 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_CxzJrEeePYJD6fP7hdw"/>
661 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_CyDJrEeePYJD6fP7hdw"/>
662 </children>
663 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_CyTJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
664 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_CyjJrEeePYJD6fP7hdw" x="545" y="635" height="28"/>
665 </children>
666 <children xmi:type="notation:Node" xmi:id="_XL_CyzJrEeePYJD6fP7hdw" type="2003" element="_XL_qBDJrEeePYJD6fP7hdw">
667 <children xmi:type="notation:Node" xmi:id="_XL_CzDJrEeePYJD6fP7hdw" type="5007"/>
668 <children xmi:type="notation:Node" xmi:id="_XL_CzTJrEeePYJD6fP7hdw" type="7004">
669 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_CzjJrEeePYJD6fP7hdw"/>
670 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_CzzJrEeePYJD6fP7hdw"/>
671 </children>
672 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_C0DJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
673 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C0TJrEeePYJD6fP7hdw" x="675" y="635" width="80" height="28"/>
674 </children>
675 <children xmi:type="notation:Node" xmi:id="_XL_C0jJrEeePYJD6fP7hdw" type="2003" element="_XL_qBjJrEeePYJD6fP7hdw">
676 <children xmi:type="notation:Node" xmi:id="_XL_C0zJrEeePYJD6fP7hdw" type="5007"/>
677 <children xmi:type="notation:Node" xmi:id="_XL_C1DJrEeePYJD6fP7hdw" type="7004">
678 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_C1TJrEeePYJD6fP7hdw"/>
679 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_C1jJrEeePYJD6fP7hdw"/>
680 </children>
681 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_C1zJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8" italic="true"/>
682 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C2DJrEeePYJD6fP7hdw" x="605" y="570" width="105" height="28"/>
683 </children>
684 <children xmi:type="notation:Node" xmi:id="_XL_C2TJrEeePYJD6fP7hdw" type="2003" element="_XL_qCDJrEeePYJD6fP7hdw">
685 <children xmi:type="notation:Node" xmi:id="_XL_C2jJrEeePYJD6fP7hdw" type="5007"/>
686 <children xmi:type="notation:Node" xmi:id="_XL_C2zJrEeePYJD6fP7hdw" type="7004">
687 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_C3DJrEeePYJD6fP7hdw"/>
688 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_C3TJrEeePYJD6fP7hdw"/>
689 </children>
690 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_C3jJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8" italic="true"/>
691 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C3zJrEeePYJD6fP7hdw" x="733" y="570" height="28"/>
692 </children>
693 <styles xmi:type="notation:DiagramStyle" xmi:id="_XL_C4DJrEeePYJD6fP7hdw"/>
694 <edges xmi:type="notation:Edge" xmi:id="_XL_C4TJrEeePYJD6fP7hdw" type="4001" element="_XL_qCjJrEeePYJD6fP7hdw" source="_XL_CqDJrEeePYJD6fP7hdw" target="_XL_CoTJrEeePYJD6fP7hdw">
695 <children xmi:type="notation:Node" xmi:id="_XL_C4jJrEeePYJD6fP7hdw" type="6001">
696 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C4zJrEeePYJD6fP7hdw" x="3" y="28"/>
697 </children>
698 <children xmi:type="notation:Node" xmi:id="_XL_C5DJrEeePYJD6fP7hdw" type="6002">
699 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C5TJrEeePYJD6fP7hdw" x="-2" y="-10"/>
700 </children>
701 <children xmi:type="notation:Node" xmi:id="_XL_C5jJrEeePYJD6fP7hdw" type="6003">
702 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C5zJrEeePYJD6fP7hdw" x="-24" y="-10"/>
703 </children>
704 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_C6DJrEeePYJD6fP7hdw" routing="Rectilinear"/>
705 <styles xmi:type="notation:FontStyle" xmi:id="_XL_C6TJrEeePYJD6fP7hdw" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
706 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_C6jJrEeePYJD6fP7hdw" points="[-59, 19, 98, -128]$[-98, 19, 59, -128]"/>
707 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_C6zJrEeePYJD6fP7hdw" id="(0.6483516483516483,0.0)"/>
708 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_C7DJrEeePYJD6fP7hdw" id="(0.32954545454545453,3.769230769230769)"/>
709 </edges>
710 <edges xmi:type="notation:Edge" xmi:id="_XL_C7TJrEeePYJD6fP7hdw" type="4001" element="_XL_qDjJrEeePYJD6fP7hdw" source="_XL_C2TJrEeePYJD6fP7hdw" target="_XL_CqDJrEeePYJD6fP7hdw">
711 <children xmi:type="notation:Node" xmi:id="_XL_C7jJrEeePYJD6fP7hdw" type="6001">
712 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C7zJrEeePYJD6fP7hdw" x="1" y="40"/>
713 </children>
714 <children xmi:type="notation:Node" xmi:id="_XL_C8DJrEeePYJD6fP7hdw" type="6002">
715 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C8TJrEeePYJD6fP7hdw" x="-10"/>
716 </children>
717 <children xmi:type="notation:Node" xmi:id="_XL_C8jJrEeePYJD6fP7hdw" type="6003">
718 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C8zJrEeePYJD6fP7hdw" x="-7" y="-5"/>
719 </children>
720 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_C9DJrEeePYJD6fP7hdw" routing="Rectilinear"/>
721 <styles xmi:type="notation:FontStyle" xmi:id="_XL_C9TJrEeePYJD6fP7hdw" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
722 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_C9jJrEeePYJD6fP7hdw" points="[-14, 0, -43, -82]$[-14, -26, -43, -108]"/>
723 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_C9zJrEeePYJD6fP7hdw" id="(0.5,0.0)"/>
724 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_C-DJrEeePYJD6fP7hdw" id="(0.6483516483516483,3.769230769230769)"/>
725 </edges>
726 <edges xmi:type="notation:Edge" xmi:id="_XL_C-TJrEeePYJD6fP7hdw" type="4001" element="_XL_qEjJrEeePYJD6fP7hdw" source="_XL_CmjJrEeePYJD6fP7hdw" target="_XL_CoTJrEeePYJD6fP7hdw">
727 <children xmi:type="notation:Node" xmi:id="_XL_C-jJrEeePYJD6fP7hdw" type="6001">
728 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C-zJrEeePYJD6fP7hdw" x="5" y="-10"/>
729 </children>
730 <children xmi:type="notation:Node" xmi:id="_XL_C_DJrEeePYJD6fP7hdw" type="6002">
731 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C_TJrEeePYJD6fP7hdw" x="3" y="10"/>
732 </children>
733 <children xmi:type="notation:Node" xmi:id="_XL_C_jJrEeePYJD6fP7hdw" type="6003">
734 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C_zJrEeePYJD6fP7hdw" x="7" y="10"/>
735 </children>
736 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_DADJrEeePYJD6fP7hdw" routing="Tree"/>
737 <styles xmi:type="notation:FontStyle" xmi:id="_XL_DATJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
738 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_DAjJrEeePYJD6fP7hdw" points="[0, 0, -135, -92]$[0, -5, -135, -97]$[136, -5, 1, -97]$[136, -16, 1, -108]"/>
739 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_DAzJrEeePYJD6fP7hdw" id="(0.41,0.0)"/>
740 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_DBDJrEeePYJD6fP7hdw" id="(0.32954545454545453,3.769230769230769)"/>
741 </edges>
742 <edges xmi:type="notation:Edge" xmi:id="_XL_DBTJrEeePYJD6fP7hdw" type="4001" element="_XL_qFjJrEeePYJD6fP7hdw" source="_XL_CtjJrEeePYJD6fP7hdw" target="_XL_C2TJrEeePYJD6fP7hdw">
743 <children xmi:type="notation:Node" xmi:id="_XL_DBjJrEeePYJD6fP7hdw" type="6001">
744 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_DBzJrEeePYJD6fP7hdw" x="-3"/>
745 </children>
746 <children xmi:type="notation:Node" xmi:id="_XL_DCDJrEeePYJD6fP7hdw" type="6002">
747 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_DCTJrEeePYJD6fP7hdw" x="7" y="10"/>
748 </children>
749 <children xmi:type="notation:Node" xmi:id="_XL_DCjJrEeePYJD6fP7hdw" type="6003">
750 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_DCzJrEeePYJD6fP7hdw" x="-21"/>
751 </children>
752 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_DDDJrEeePYJD6fP7hdw" routing="Tree"/>
753 <styles xmi:type="notation:FontStyle" xmi:id="_XL_DDTJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
754 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_DDjJrEeePYJD6fP7hdw" points="[0, 0, 32, -82]$[0, -10, 32, -92]$[-1, -10, 31, -92]$[-1, -26, 31, -108]"/>
755 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_poDJrEeePYJD6fP7hdw" id="(0.686046511627907,0.0)"/>
756 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_poTJrEeePYJD6fP7hdw" id="(0.5,3.769230769230769)"/>
757 </edges>
758 <edges xmi:type="notation:Edge" xmi:id="_XL_pojJrEeePYJD6fP7hdw" type="4001" element="_XL_qGjJrEeePYJD6fP7hdw" source="_XL_CvTJrEeePYJD6fP7hdw" target="_XL_CmjJrEeePYJD6fP7hdw">
759 <children xmi:type="notation:Node" xmi:id="_XL_pozJrEeePYJD6fP7hdw" type="6001">
760 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_ppDJrEeePYJD6fP7hdw" y="-10"/>
761 </children>
762 <children xmi:type="notation:Node" xmi:id="_XL_ppTJrEeePYJD6fP7hdw" type="6002">
763 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_ppjJrEeePYJD6fP7hdw" y="10"/>
764 </children>
765 <children xmi:type="notation:Node" xmi:id="_XL_ppzJrEeePYJD6fP7hdw" type="6003">
766 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_pqDJrEeePYJD6fP7hdw" y="10"/>
767 </children>
768 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_pqTJrEeePYJD6fP7hdw" routing="Tree"/>
769 <styles xmi:type="notation:FontStyle" xmi:id="_XL_pqjJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
770 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_pqzJrEeePYJD6fP7hdw" points="[0, 0, -105, 60]$[105, -60, 0, 0]"/>
771 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_prDJrEeePYJD6fP7hdw" id="(0.21333333333333335,0.0)"/>
772 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_prTJrEeePYJD6fP7hdw" id="(0.41,3.769230769230769)"/>
773 </edges>
774 <edges xmi:type="notation:Edge" xmi:id="_XL_prjJrEeePYJD6fP7hdw" type="4001" element="_XL_qHjJrEeePYJD6fP7hdw" source="_XL_CxDJrEeePYJD6fP7hdw" target="_XL_CmjJrEeePYJD6fP7hdw">
775 <children xmi:type="notation:Node" xmi:id="_XL_przJrEeePYJD6fP7hdw" type="6001">
776 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_psDJrEeePYJD6fP7hdw" y="-10"/>
777 </children>
778 <children xmi:type="notation:Node" xmi:id="_XL_psTJrEeePYJD6fP7hdw" type="6002">
779 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_psjJrEeePYJD6fP7hdw" y="10"/>
780 </children>
781 <children xmi:type="notation:Node" xmi:id="_XL_pszJrEeePYJD6fP7hdw" type="6003">
782 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_ptDJrEeePYJD6fP7hdw" y="10"/>
783 </children>
784 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_ptTJrEeePYJD6fP7hdw" routing="Tree"/>
785 <styles xmi:type="notation:FontStyle" xmi:id="_XL_ptjJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
786 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_ptzJrEeePYJD6fP7hdw" points="[0, 0, 75, 60]$[-75, -60, 0, 0]"/>
787 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_puDJrEeePYJD6fP7hdw" id="(0.5,0.0)"/>
788 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_puTJrEeePYJD6fP7hdw" id="(0.41,3.769230769230769)"/>
789 </edges>
790 <edges xmi:type="notation:Edge" xmi:id="_XL_pujJrEeePYJD6fP7hdw" type="4001" element="_XL_qIjJrEeePYJD6fP7hdw" source="_XL_CyzJrEeePYJD6fP7hdw" target="_XL_C0jJrEeePYJD6fP7hdw">
791 <children xmi:type="notation:Node" xmi:id="_XL_puzJrEeePYJD6fP7hdw" type="6001">
792 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_pvDJrEeePYJD6fP7hdw" x="7" y="5"/>
793 </children>
794 <children xmi:type="notation:Node" xmi:id="_XL_pvTJrEeePYJD6fP7hdw" type="6002">
795 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_pvjJrEeePYJD6fP7hdw" y="10"/>
796 </children>
797 <children xmi:type="notation:Node" xmi:id="_XL_pvzJrEeePYJD6fP7hdw" type="6003">
798 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_pwDJrEeePYJD6fP7hdw" y="6"/>
799 </children>
800 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_pwTJrEeePYJD6fP7hdw" routing="Tree"/>
801 <styles xmi:type="notation:FontStyle" xmi:id="_XL_pwjJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
802 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_pwzJrEeePYJD6fP7hdw" points="[0, 0, 45, -82]$[0, -10, 45, -92]$[-46, -10, -1, -92]$[-46, -26, -1, -108]"/>
803 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_pxDJrEeePYJD6fP7hdw" id="(0.24358974358974358,0.0)"/>
804 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_pxTJrEeePYJD6fP7hdw" id="(0.42718446601941745,3.769230769230769)"/>
805 </edges>
806 <edges xmi:type="notation:Edge" xmi:id="_XL_pxjJrEeePYJD6fP7hdw" type="4001" element="_XL_qJjJrEeePYJD6fP7hdw" source="_XL_CyzJrEeePYJD6fP7hdw" target="_XL_C2TJrEeePYJD6fP7hdw">
807 <children xmi:type="notation:Node" xmi:id="_XL_pxzJrEeePYJD6fP7hdw" type="6001">
808 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_pyDJrEeePYJD6fP7hdw" x="-37" y="-10"/>
809 </children>
810 <children xmi:type="notation:Node" xmi:id="_XL_pyTJrEeePYJD6fP7hdw" type="6002">
811 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_pyjJrEeePYJD6fP7hdw" x="-7" y="8"/>
812 </children>
813 <children xmi:type="notation:Node" xmi:id="_XL_pyzJrEeePYJD6fP7hdw" type="6003">
814 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_pzDJrEeePYJD6fP7hdw" y="-7"/>
815 </children>
816 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_pzTJrEeePYJD6fP7hdw" routing="Tree"/>
817 <styles xmi:type="notation:FontStyle" xmi:id="_XL_pzjJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
818 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_pzzJrEeePYJD6fP7hdw" points="[0, 0, -81, 29]$[0, -10, -81, 19]$[71, -10, -10, 19]$[71, -26, -10, 3]"/>
819 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_p0DJrEeePYJD6fP7hdw" id="(0.24358974358974358,0.0)"/>
820 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_p0TJrEeePYJD6fP7hdw" id="(0.35833333333333334,0.926829268292683)"/>
821 </edges>
822 <edges xmi:type="notation:Edge" xmi:id="_XL_p0jJrEeePYJD6fP7hdw" type="4001" element="_XL_qKjJrEeePYJD6fP7hdw" source="_XL_C0jJrEeePYJD6fP7hdw" target="_XL_CoTJrEeePYJD6fP7hdw">
823 <children xmi:type="notation:Node" xmi:id="_XL_p0zJrEeePYJD6fP7hdw" type="6001">
824 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_p1DJrEeePYJD6fP7hdw" x="7" y="-13"/>
825 </children>
826 <children xmi:type="notation:Node" xmi:id="_XL_p1TJrEeePYJD6fP7hdw" type="6002">
827 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_p1jJrEeePYJD6fP7hdw" x="6" y="2"/>
828 </children>
829 <children xmi:type="notation:Node" xmi:id="_XL_p1zJrEeePYJD6fP7hdw" type="6003">
830 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_p2DJrEeePYJD6fP7hdw" x="3" y="10"/>
831 </children>
832 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_p2TJrEeePYJD6fP7hdw" routing="Tree"/>
833 <styles xmi:type="notation:FontStyle" xmi:id="_XL_p2jJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
834 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_p2zJrEeePYJD6fP7hdw" points="[0, 0, -15, -82]$[0, -5, -15, -87]$[36, -5, 21, -87]$[36, -26, 21, -108]"/>
835 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_p3DJrEeePYJD6fP7hdw" id="(0.42718446601941745,0.0)"/>
836 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_p3TJrEeePYJD6fP7hdw" id="(0.32954545454545453,3.769230769230769)"/>
837 </edges>
838 <edges xmi:type="notation:Edge" xmi:id="_XL_p3jJrEeePYJD6fP7hdw" type="4001" element="_XL_qLjJrEeePYJD6fP7hdw" source="_XL_CoTJrEeePYJD6fP7hdw" target="_XL_CrzJrEeePYJD6fP7hdw">
839 <children xmi:type="notation:Node" xmi:id="_XL_p3zJrEeePYJD6fP7hdw" type="6001">
840 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_p4DJrEeePYJD6fP7hdw" x="19" y="10"/>
841 </children>
842 <children xmi:type="notation:Node" xmi:id="_XL_p4TJrEeePYJD6fP7hdw" type="6002">
843 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_p4jJrEeePYJD6fP7hdw" x="-22" y="-14"/>
844 </children>
845 <children xmi:type="notation:Node" xmi:id="_XL_p4zJrEeePYJD6fP7hdw" type="6003">
846 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_p5DJrEeePYJD6fP7hdw" x="20" y="-14"/>
847 </children>
848 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_p5TJrEeePYJD6fP7hdw" routing="Rectilinear" lineColor="0"/>
849 <styles xmi:type="notation:FontStyle" xmi:id="_XL_p5jJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
850 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_p5zJrEeePYJD6fP7hdw" points="[-29, 30, 146, -117]$[-116, 30, 59, -117]"/>
851 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_p6DJrEeePYJD6fP7hdw" id="(0.32954545454545453,0.0)"/>
852 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_p6TJrEeePYJD6fP7hdw" id="(0.32954545454545453,3.769230769230769)"/>
853 </edges>
854 <edges xmi:type="notation:Edge" xmi:id="_XL_p6jJrEeePYJD6fP7hdw" type="4001" element="_XL_qMjJrEeePYJD6fP7hdw" source="_XL_CoTJrEeePYJD6fP7hdw" target="_XL_CrzJrEeePYJD6fP7hdw">
855 <children xmi:type="notation:Node" xmi:id="_XL_p6zJrEeePYJD6fP7hdw" type="6001">
856 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_p7DJrEeePYJD6fP7hdw" x="19" y="10"/>
857 </children>
858 <children xmi:type="notation:Node" xmi:id="_XL_p7TJrEeePYJD6fP7hdw" type="6002">
859 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_p7jJrEeePYJD6fP7hdw" x="-23" y="19"/>
860 </children>
861 <children xmi:type="notation:Node" xmi:id="_XL_p7zJrEeePYJD6fP7hdw" type="6003">
862 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_p8DJrEeePYJD6fP7hdw" x="20" y="19"/>
863 </children>
864 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_p8TJrEeePYJD6fP7hdw" routing="Rectilinear" lineColor="0"/>
865 <styles xmi:type="notation:FontStyle" xmi:id="_XL_p8jJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
866 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_p8zJrEeePYJD6fP7hdw" points="[-29, 10, 146, -137]$[-116, 10, 59, -137]"/>
867 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_p9DJrEeePYJD6fP7hdw" id="(0.32954545454545453,0.0)"/>
868 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_p9TJrEeePYJD6fP7hdw" id="(0.32954545454545453,3.769230769230769)"/>
869 </edges>
870 </data>
871 </ownedAnnotationEntries>
872 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_p9jJrEeePYJD6fP7hdw" name="Pseudostate" tooltipText="" outgoingEdges="_XL_qEjJrEeePYJD6fP7hdw" incomingEdges="_XL_qGjJrEeePYJD6fP7hdw _XL_qHjJrEeePYJD6fP7hdw" width="12" height="10">
873 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Pseudostate"/>
874 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Pseudostate"/>
875 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
876 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
877 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
878 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_p9zJrEeePYJD6fP7hdw" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
879 <labelFormat>italic</labelFormat> 605 <labelFormat>italic</labelFormat>
880 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 606 </beginLabelStyle>
881 </ownedStyle> 607 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5T6es26uEeaxlsDSOll0vg" showIcon="false"/>
882 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 608 </ownedStyle>
883 </ownedDiagramElements> 609 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
884 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_p-DJrEeePYJD6fP7hdw" name="Vertex" tooltipText="" outgoingEdges="_XL_qLjJrEeePYJD6fP7hdw _XL_qMjJrEeePYJD6fP7hdw" incomingEdges="_XL_qCjJrEeePYJD6fP7hdw _XL_qEjJrEeePYJD6fP7hdw _XL_qKjJrEeePYJD6fP7hdw" width="12" height="10"> 610 </ownedDiagramElements>
885 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Vertex"/> 611 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T6etG6uEeaxlsDSOll0vg" sourceNode="_5TvfkG6uEeaxlsDSOll0vg" targetNode="_5TwGom6uEeaxlsDSOll0vg">
886 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Vertex"/> 612 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//State"/>
887 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 613 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//State/@eGenericSuperTypes.0"/>
888 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 614 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//State/@eGenericSuperTypes.1"/>
889 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 615 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T7FwG6uEeaxlsDSOll0vg" targetArrow="InputClosedArrow" routingStyle="tree">
890 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_p-TJrEeePYJD6fP7hdw" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="255,255,255"> 616 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
891 <customFeatures>labelFormat</customFeatures> 617 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5T7FwW6uEeaxlsDSOll0vg" showIcon="false">
892 <customFeatures>backgroundColor</customFeatures>
893 <customFeatures>foregroundColor</customFeatures>
894 <labelFormat>italic</labelFormat> 618 <labelFormat>italic</labelFormat>
895 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 619 </beginLabelStyle>
896 </ownedStyle> 620 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5T7Fwm6uEeaxlsDSOll0vg" showIcon="false"/>
897 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 621 </ownedStyle>
898 </ownedDiagramElements> 622 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
899 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_p-jJrEeePYJD6fP7hdw" name="Region" tooltipText="" outgoingEdges="_XL_qCjJrEeePYJD6fP7hdw" incomingEdges="_XL_qDjJrEeePYJD6fP7hdw" width="12" height="10"> 623 </ownedDiagramElements>
900 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Region"/> 624 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T7Fw26uEeaxlsDSOll0vg" sourceNode="_5TwGoG6uEeaxlsDSOll0vg" targetNode="_5TqAAG6uEeaxlsDSOll0vg">
901 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Region"/> 625 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//RegularState"/>
902 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 626 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//RegularState/@eGenericSuperTypes.0"/>
903 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 627 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T7FxG6uEeaxlsDSOll0vg" targetArrow="InputClosedArrow" routingStyle="tree">
904 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 628 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
905 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_p-zJrEeePYJD6fP7hdw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255"> 629 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5T7FxW6uEeaxlsDSOll0vg" showIcon="false">
906 <customFeatures>backgroundColor</customFeatures> 630 <labelFormat>italic</labelFormat>
907 <customFeatures>foregroundColor</customFeatures> 631 </beginLabelStyle>
908 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 632 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5T7Fxm6uEeaxlsDSOll0vg" showIcon="false"/>
909 </ownedStyle> 633 </ownedStyle>
910 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 634 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
911 </ownedDiagramElements> 635 </ownedDiagramElements>
912 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_p_DJrEeePYJD6fP7hdw" name="Transition" tooltipText="" incomingEdges="_XL_qLjJrEeePYJD6fP7hdw _XL_qMjJrEeePYJD6fP7hdw" width="12" height="10"> 636 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T7s0G6uEeaxlsDSOll0vg" sourceNode="_5TqAAG6uEeaxlsDSOll0vg" targetNode="_5TrOIW6uEeaxlsDSOll0vg" beginLabel="[1..1] target" endLabel="[0..*] incomingTransitions">
913 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Transition"/> 637 <target xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Vertex/incomingTransitions"/>
914 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Transition"/> 638 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Vertex/incomingTransitions"/>
915 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 639 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Transition/target"/>
916 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 640 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T7s0W6uEeaxlsDSOll0vg" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0">
917 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 641 <customFeatures>strokeColor</customFeatures>
918 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_p_TJrEeePYJD6fP7hdw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255"> 642 <customFeatures>size</customFeatures>
643 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']/@style"/>
644 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5T7s0m6uEeaxlsDSOll0vg" showIcon="false">
645 <customFeatures>labelFormat</customFeatures>
646 </beginLabelStyle>
647 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_5T7s026uEeaxlsDSOll0vg" showIcon="false">
919 <customFeatures>labelFormat</customFeatures> 648 <customFeatures>labelFormat</customFeatures>
920 <customFeatures>backgroundColor</customFeatures> 649 </endLabelStyle>
921 <customFeatures>foregroundColor</customFeatures> 650 </ownedStyle>
922 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 651 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/>
923 </ownedStyle> 652 </ownedDiagramElements>
924 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 653 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_5T8T4G6uEeaxlsDSOll0vg" sourceNode="_5TqAAG6uEeaxlsDSOll0vg" targetNode="_5TrOIW6uEeaxlsDSOll0vg" beginLabel="[0..1] source" endLabel="[0..*] outgoingTransitions">
925 </ownedDiagramElements> 654 <target xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Vertex/outgoingTransitions"/>
926 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_p_jJrEeePYJD6fP7hdw" name="Statechart" tooltipText="" outgoingEdges="_XL_qFjJrEeePYJD6fP7hdw" width="12" height="10"> 655 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Vertex/outgoingTransitions"/>
927 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Statechart"/> 656 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Transition/source"/>
928 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Statechart"/> 657 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5T8T5G6uEeaxlsDSOll0vg" description="_5T8T4W6uEeaxlsDSOll0vg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
929 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 658 <customFeatures>strokeColor</customFeatures>
930 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 659 <customFeatures>size</customFeatures>
931 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 660 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5T8T5W6uEeaxlsDSOll0vg" showIcon="false">
932 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_p_zJrEeePYJD6fP7hdw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255">
933 <customFeatures>backgroundColor</customFeatures>
934 <customFeatures>foregroundColor</customFeatures>
935 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
936 </ownedStyle>
937 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
938 </ownedDiagramElements>
939 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_qADJrEeePYJD6fP7hdw" name="Entry" tooltipText="" outgoingEdges="_XL_qGjJrEeePYJD6fP7hdw" width="12" height="10">
940 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Entry"/>
941 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Entry"/>
942 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
943 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
944 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
945 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_qATJrEeePYJD6fP7hdw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255">
946 <customFeatures>backgroundColor</customFeatures>
947 <customFeatures>foregroundColor</customFeatures>
948 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
949 </ownedStyle>
950 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
951 </ownedDiagramElements>
952 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_qAjJrEeePYJD6fP7hdw" name="Synchronization" tooltipText="" outgoingEdges="_XL_qHjJrEeePYJD6fP7hdw" width="12" height="10">
953 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Synchronization"/>
954 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Synchronization"/>
955 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
956 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
957 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
958 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_qAzJrEeePYJD6fP7hdw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255">
959 <customFeatures>labelFormat</customFeatures> 661 <customFeatures>labelFormat</customFeatures>
960 <customFeatures>backgroundColor</customFeatures> 662 </beginLabelStyle>
961 <customFeatures>foregroundColor</customFeatures> 663 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_5T8T5m6uEeaxlsDSOll0vg" showIcon="false">
962 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 664 <customFeatures>labelFormat</customFeatures>
963 </ownedStyle> 665 </endLabelStyle>
964 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 666 </ownedStyle>
965 </ownedDiagramElements> 667 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/>
966 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_qBDJrEeePYJD6fP7hdw" name="State" tooltipText="" outgoingEdges="_XL_qIjJrEeePYJD6fP7hdw _XL_qJjJrEeePYJD6fP7hdw" width="12" height="10"> 668 </ownedDiagramElements>
967 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//State"/> 669 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_AlQBYFW5Eee9fLm-jLw3Vg" name="Choice" tooltipText="" outgoingEdges="_SFRikFW5Eee9fLm-jLw3Vg" width="12" height="10">
968 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//State"/> 670 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Choice"/>
969 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 671 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Choice"/>
970 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 672 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
971 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 673 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
972 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_qBTJrEeePYJD6fP7hdw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255"> 674 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
973 <customFeatures>backgroundColor</customFeatures> 675 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_AlSdoFW5Eee9fLm-jLw3Vg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255">
974 <customFeatures>foregroundColor</customFeatures> 676 <customFeatures>backgroundColor</customFeatures>
975 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 677 <customFeatures>foregroundColor</customFeatures>
976 </ownedStyle> 678 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
977 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 679 </ownedStyle>
978 </ownedDiagramElements> 680 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
979 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_qBjJrEeePYJD6fP7hdw" name="RegularState" tooltipText="" outgoingEdges="_XL_qKjJrEeePYJD6fP7hdw" incomingEdges="_XL_qIjJrEeePYJD6fP7hdw" width="12" height="10"> 681 </ownedDiagramElements>
980 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//RegularState"/> 682 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_FjXhMFW5Eee9fLm-jLw3Vg" name="Exit" tooltipText="" outgoingEdges="_RjqDQFW5Eee9fLm-jLw3Vg" width="12" height="10">
981 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//RegularState"/> 683 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Exit"/>
982 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 684 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Exit"/>
983 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 685 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
984 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 686 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
985 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_qBzJrEeePYJD6fP7hdw" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 687 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
688 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_FjYIQFW5Eee9fLm-jLw3Vg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255">
689 <customFeatures>backgroundColor</customFeatures>
690 <customFeatures>foregroundColor</customFeatures>
691 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
692 </ownedStyle>
693 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
694 </ownedDiagramElements>
695 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_RjqDQFW5Eee9fLm-jLw3Vg" sourceNode="_FjXhMFW5Eee9fLm-jLw3Vg" targetNode="_5Tox4G6uEeaxlsDSOll0vg">
696 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Exit"/>
697 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//Exit/@eGenericSuperTypes.0"/>
698 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_RjqqUFW5Eee9fLm-jLw3Vg" targetArrow="InputClosedArrow" routingStyle="tree">
699 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
700 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_RjqqUVW5Eee9fLm-jLw3Vg" showIcon="false">
701 <labelFormat>italic</labelFormat>
702 </beginLabelStyle>
703 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_RjqqUlW5Eee9fLm-jLw3Vg" showIcon="false"/>
704 </ownedStyle>
705 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
706 </ownedDiagramElements>
707 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_SFRikFW5Eee9fLm-jLw3Vg" sourceNode="_AlQBYFW5Eee9fLm-jLw3Vg" targetNode="_5Tox4G6uEeaxlsDSOll0vg">
708 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Choice"/>
709 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//Choice/@eGenericSuperTypes.0"/>
710 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_SFSJoFW5Eee9fLm-jLw3Vg" targetArrow="InputClosedArrow" routingStyle="tree">
711 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
712 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_SFSJoVW5Eee9fLm-jLw3Vg" showIcon="false">
713 <labelFormat>italic</labelFormat>
714 </beginLabelStyle>
715 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_SFSJolW5Eee9fLm-jLw3Vg" showIcon="false"/>
716 </ownedStyle>
717 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
718 </ownedDiagramElements>
719 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_nXVWoFaYEee9fLm-jLw3Vg" name="FinalState" tooltipText="" outgoingEdges="_tAL1gFaYEee9fLm-jLw3Vg" width="12" height="10">
720 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//FinalState"/>
721 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//FinalState"/>
722 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
723 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
724 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
725 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_nXV9sFaYEee9fLm-jLw3Vg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255">
726 <customFeatures>backgroundColor</customFeatures>
727 <customFeatures>foregroundColor</customFeatures>
728 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
729 </ownedStyle>
730 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
731 </ownedDiagramElements>
732 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_tAL1gFaYEee9fLm-jLw3Vg" sourceNode="_nXVWoFaYEee9fLm-jLw3Vg" targetNode="_5TwGoG6uEeaxlsDSOll0vg">
733 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//FinalState"/>
734 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//FinalState/@eGenericSuperTypes.0"/>
735 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_tAMckFaYEee9fLm-jLw3Vg" targetArrow="InputClosedArrow">
736 <customFeatures>routingStyle</customFeatures>
737 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
738 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_tAMckVaYEee9fLm-jLw3Vg" showIcon="false">
739 <labelFormat>italic</labelFormat>
740 </beginLabelStyle>
741 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_tAMcklaYEee9fLm-jLw3Vg" showIcon="false"/>
742 </ownedStyle>
743 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
744 </ownedDiagramElements>
745 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
746 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" xmi:id="_427AtW6uEeaxlsDSOll0vg"/>
747 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/>
748 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/>
749 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/>
750 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']/@ownedRepresentationExtensions[name='Entities%20With%20Archetypes']/@layers[name='Archetypes']"/>
751 <target xmi:type="ecore:EPackage" href="yakindu_simplified.ecore#/"/>
752 </diagram:DSemanticDiagram>
753 <diagram:DSemanticDiagram xmi:id="_XL-bgDJrEeePYJD6fP7hdw" name="onecol">
754 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_XL_CkDJrEeePYJD6fP7hdw" source="DANNOTATION_CUSTOMIZATION_KEY">
755 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" xmi:id="_XL_CkTJrEeePYJD6fP7hdw">
756 <computedStyleDescriptions xmi:type="style:EdgeStyleDescription" xmi:id="_XL_CkjJrEeePYJD6fP7hdw" sourceArrow="FillDiamond" routingStyle="manhattan">
757 <strokeColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
758 <centerLabelStyleDescription xmi:type="style:CenterLabelStyleDescription" xmi:id="_XL_CkzJrEeePYJD6fP7hdw" showIcon="false" labelExpression="service:render">
759 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
760 </centerLabelStyleDescription>
761 <endLabelStyleDescription xmi:type="style:EndLabelStyleDescription" xmi:id="_XL_ClDJrEeePYJD6fP7hdw" labelSize="6" showIcon="false" labelExpression="service:eKeysLabel">
762 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_blue']"/>
763 </endLabelStyleDescription>
764 </computedStyleDescriptions>
765 <computedStyleDescriptions xmi:type="style:EdgeStyleDescription" xmi:id="_XL_ClTJrEeePYJD6fP7hdw" sourceArrow="FillDiamond" routingStyle="manhattan">
766 <strokeColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
767 <beginLabelStyleDescription xmi:type="style:BeginLabelStyleDescription" xmi:id="_XL_CljJrEeePYJD6fP7hdw" showIcon="false" labelExpression="service:renderEOpposite">
768 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
769 </beginLabelStyleDescription>
770 <endLabelStyleDescription xmi:type="style:EndLabelStyleDescription" xmi:id="_XL_ClzJrEeePYJD6fP7hdw" showIcon="false" labelExpression="service:render">
771 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
772 </endLabelStyleDescription>
773 </computedStyleDescriptions>
774 </data>
775 </ownedAnnotationEntries>
776 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_XL_CmDJrEeePYJD6fP7hdw" source="GMF_DIAGRAMS">
777 <data xmi:type="notation:Diagram" xmi:id="_XL_CmTJrEeePYJD6fP7hdw" type="Sirius" element="_XL-bgDJrEeePYJD6fP7hdw" measurementUnit="Pixel">
778 <children xmi:type="notation:Node" xmi:id="_XL_CmjJrEeePYJD6fP7hdw" type="2003" element="_XL_p9jJrEeePYJD6fP7hdw">
779 <children xmi:type="notation:Node" xmi:id="_XL_CmzJrEeePYJD6fP7hdw" type="5007"/>
780 <children xmi:type="notation:Node" xmi:id="_XL_CnDJrEeePYJD6fP7hdw" type="7004">
781 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_CnTJrEeePYJD6fP7hdw"/>
782 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_CnjJrEeePYJD6fP7hdw"/>
783 </children>
784 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_CnzJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8" italic="true"/>
785 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_CoDJrEeePYJD6fP7hdw" x="460" y="570" width="102" height="28"/>
786 </children>
787 <children xmi:type="notation:Node" xmi:id="_XL_CoTJrEeePYJD6fP7hdw" type="2003" element="_XL_p-DJrEeePYJD6fP7hdw">
788 <children xmi:type="notation:Node" xmi:id="_XL_CojJrEeePYJD6fP7hdw" type="5007"/>
789 <children xmi:type="notation:Node" xmi:id="_XL_CozJrEeePYJD6fP7hdw" type="7004">
790 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_CpDJrEeePYJD6fP7hdw"/>
791 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_CpTJrEeePYJD6fP7hdw"/>
792 </children>
793 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_CpjJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8" italic="true"/>
794 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_CpzJrEeePYJD6fP7hdw" x="635" y="505" width="90" height="28"/>
795 </children>
796 <children xmi:type="notation:Node" xmi:id="_XL_CqDJrEeePYJD6fP7hdw" type="2003" element="_XL_p-jJrEeePYJD6fP7hdw">
797 <children xmi:type="notation:Node" xmi:id="_XL_CqTJrEeePYJD6fP7hdw" type="5007"/>
798 <children xmi:type="notation:Node" xmi:id="_XL_CqjJrEeePYJD6fP7hdw" type="7004">
799 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_CqzJrEeePYJD6fP7hdw"/>
800 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_CrDJrEeePYJD6fP7hdw"/>
801 </children>
802 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_CrTJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
803 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_CrjJrEeePYJD6fP7hdw" x="762" y="505" width="93" height="28"/>
804 </children>
805 <children xmi:type="notation:Node" xmi:id="_XL_CrzJrEeePYJD6fP7hdw" type="2003" element="_XL_p_DJrEeePYJD6fP7hdw">
806 <children xmi:type="notation:Node" xmi:id="_XL_CsDJrEeePYJD6fP7hdw" type="5007"/>
807 <children xmi:type="notation:Node" xmi:id="_XL_CsTJrEeePYJD6fP7hdw" type="7004">
808 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_CsjJrEeePYJD6fP7hdw"/>
809 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_CszJrEeePYJD6fP7hdw"/>
810 </children>
811 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_CtDJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
812 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_CtTJrEeePYJD6fP7hdw" x="460" y="505" width="90" height="28"/>
813 </children>
814 <children xmi:type="notation:Node" xmi:id="_XL_CtjJrEeePYJD6fP7hdw" type="2003" element="_XL_p_jJrEeePYJD6fP7hdw">
815 <children xmi:type="notation:Node" xmi:id="_XL_CtzJrEeePYJD6fP7hdw" type="5007"/>
816 <children xmi:type="notation:Node" xmi:id="_XL_CuDJrEeePYJD6fP7hdw" type="7004">
817 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_CuTJrEeePYJD6fP7hdw"/>
818 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_CujJrEeePYJD6fP7hdw"/>
819 </children>
820 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_CuzJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
821 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_CvDJrEeePYJD6fP7hdw" x="765" y="635" width="88" height="28"/>
822 </children>
823 <children xmi:type="notation:Node" xmi:id="_XL_CvTJrEeePYJD6fP7hdw" type="2003" element="_XL_qADJrEeePYJD6fP7hdw">
824 <children xmi:type="notation:Node" xmi:id="_XL_CvjJrEeePYJD6fP7hdw" type="5007"/>
825 <children xmi:type="notation:Node" xmi:id="_XL_CvzJrEeePYJD6fP7hdw" type="7004">
826 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_CwDJrEeePYJD6fP7hdw"/>
827 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_CwTJrEeePYJD6fP7hdw"/>
828 </children>
829 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_CwjJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
830 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_CwzJrEeePYJD6fP7hdw" x="460" y="635" width="77" height="28"/>
831 </children>
832 <children xmi:type="notation:Node" xmi:id="_XL_CxDJrEeePYJD6fP7hdw" type="2003" element="_XL_qAjJrEeePYJD6fP7hdw">
833 <children xmi:type="notation:Node" xmi:id="_XL_CxTJrEeePYJD6fP7hdw" type="5007"/>
834 <children xmi:type="notation:Node" xmi:id="_XL_CxjJrEeePYJD6fP7hdw" type="7004">
835 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_CxzJrEeePYJD6fP7hdw"/>
836 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_CyDJrEeePYJD6fP7hdw"/>
837 </children>
838 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_CyTJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
839 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_CyjJrEeePYJD6fP7hdw" x="545" y="635" height="28"/>
840 </children>
841 <children xmi:type="notation:Node" xmi:id="_XL_CyzJrEeePYJD6fP7hdw" type="2003" element="_XL_qBDJrEeePYJD6fP7hdw">
842 <children xmi:type="notation:Node" xmi:id="_XL_CzDJrEeePYJD6fP7hdw" type="5007"/>
843 <children xmi:type="notation:Node" xmi:id="_XL_CzTJrEeePYJD6fP7hdw" type="7004">
844 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_CzjJrEeePYJD6fP7hdw"/>
845 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_CzzJrEeePYJD6fP7hdw"/>
846 </children>
847 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_C0DJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
848 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C0TJrEeePYJD6fP7hdw" x="675" y="635" width="80" height="28"/>
849 </children>
850 <children xmi:type="notation:Node" xmi:id="_XL_C0jJrEeePYJD6fP7hdw" type="2003" element="_XL_qBjJrEeePYJD6fP7hdw">
851 <children xmi:type="notation:Node" xmi:id="_XL_C0zJrEeePYJD6fP7hdw" type="5007"/>
852 <children xmi:type="notation:Node" xmi:id="_XL_C1DJrEeePYJD6fP7hdw" type="7004">
853 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_C1TJrEeePYJD6fP7hdw"/>
854 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_C1jJrEeePYJD6fP7hdw"/>
855 </children>
856 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_C1zJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8" italic="true"/>
857 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C2DJrEeePYJD6fP7hdw" x="605" y="570" width="105" height="28"/>
858 </children>
859 <children xmi:type="notation:Node" xmi:id="_XL_C2TJrEeePYJD6fP7hdw" type="2003" element="_XL_qCDJrEeePYJD6fP7hdw">
860 <children xmi:type="notation:Node" xmi:id="_XL_C2jJrEeePYJD6fP7hdw" type="5007"/>
861 <children xmi:type="notation:Node" xmi:id="_XL_C2zJrEeePYJD6fP7hdw" type="7004">
862 <styles xmi:type="notation:SortingStyle" xmi:id="_XL_C3DJrEeePYJD6fP7hdw"/>
863 <styles xmi:type="notation:FilteringStyle" xmi:id="_XL_C3TJrEeePYJD6fP7hdw"/>
864 </children>
865 <styles xmi:type="notation:ShapeStyle" xmi:id="_XL_C3jJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8" italic="true"/>
866 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C3zJrEeePYJD6fP7hdw" x="733" y="570" height="28"/>
867 </children>
868 <styles xmi:type="notation:DiagramStyle" xmi:id="_XL_C4DJrEeePYJD6fP7hdw"/>
869 <edges xmi:type="notation:Edge" xmi:id="_XL_C4TJrEeePYJD6fP7hdw" type="4001" element="_XL_qCjJrEeePYJD6fP7hdw" source="_XL_CqDJrEeePYJD6fP7hdw" target="_XL_CoTJrEeePYJD6fP7hdw">
870 <children xmi:type="notation:Node" xmi:id="_XL_C4jJrEeePYJD6fP7hdw" type="6001">
871 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C4zJrEeePYJD6fP7hdw" x="3" y="28"/>
872 </children>
873 <children xmi:type="notation:Node" xmi:id="_XL_C5DJrEeePYJD6fP7hdw" type="6002">
874 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C5TJrEeePYJD6fP7hdw" x="-2" y="-10"/>
875 </children>
876 <children xmi:type="notation:Node" xmi:id="_XL_C5jJrEeePYJD6fP7hdw" type="6003">
877 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C5zJrEeePYJD6fP7hdw" x="-24" y="-10"/>
878 </children>
879 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_C6DJrEeePYJD6fP7hdw" routing="Rectilinear"/>
880 <styles xmi:type="notation:FontStyle" xmi:id="_XL_C6TJrEeePYJD6fP7hdw" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
881 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_C6jJrEeePYJD6fP7hdw" points="[-59, 19, 98, -128]$[-98, 19, 59, -128]"/>
882 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_C6zJrEeePYJD6fP7hdw" id="(0.6483516483516483,0.0)"/>
883 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_C7DJrEeePYJD6fP7hdw" id="(0.32954545454545453,3.769230769230769)"/>
884 </edges>
885 <edges xmi:type="notation:Edge" xmi:id="_XL_C7TJrEeePYJD6fP7hdw" type="4001" element="_XL_qDjJrEeePYJD6fP7hdw" source="_XL_C2TJrEeePYJD6fP7hdw" target="_XL_CqDJrEeePYJD6fP7hdw">
886 <children xmi:type="notation:Node" xmi:id="_XL_C7jJrEeePYJD6fP7hdw" type="6001">
887 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C7zJrEeePYJD6fP7hdw" x="1" y="40"/>
888 </children>
889 <children xmi:type="notation:Node" xmi:id="_XL_C8DJrEeePYJD6fP7hdw" type="6002">
890 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C8TJrEeePYJD6fP7hdw" x="-10"/>
891 </children>
892 <children xmi:type="notation:Node" xmi:id="_XL_C8jJrEeePYJD6fP7hdw" type="6003">
893 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C8zJrEeePYJD6fP7hdw" x="-7" y="-5"/>
894 </children>
895 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_C9DJrEeePYJD6fP7hdw" routing="Rectilinear"/>
896 <styles xmi:type="notation:FontStyle" xmi:id="_XL_C9TJrEeePYJD6fP7hdw" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
897 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_C9jJrEeePYJD6fP7hdw" points="[-14, 0, -43, -82]$[-14, -26, -43, -108]"/>
898 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_C9zJrEeePYJD6fP7hdw" id="(0.5,0.0)"/>
899 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_C-DJrEeePYJD6fP7hdw" id="(0.6483516483516483,3.769230769230769)"/>
900 </edges>
901 <edges xmi:type="notation:Edge" xmi:id="_XL_C-TJrEeePYJD6fP7hdw" type="4001" element="_XL_qEjJrEeePYJD6fP7hdw" source="_XL_CmjJrEeePYJD6fP7hdw" target="_XL_CoTJrEeePYJD6fP7hdw">
902 <children xmi:type="notation:Node" xmi:id="_XL_C-jJrEeePYJD6fP7hdw" type="6001">
903 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C-zJrEeePYJD6fP7hdw" x="5" y="-10"/>
904 </children>
905 <children xmi:type="notation:Node" xmi:id="_XL_C_DJrEeePYJD6fP7hdw" type="6002">
906 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C_TJrEeePYJD6fP7hdw" x="3" y="10"/>
907 </children>
908 <children xmi:type="notation:Node" xmi:id="_XL_C_jJrEeePYJD6fP7hdw" type="6003">
909 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_C_zJrEeePYJD6fP7hdw" x="7" y="10"/>
910 </children>
911 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_DADJrEeePYJD6fP7hdw" routing="Tree"/>
912 <styles xmi:type="notation:FontStyle" xmi:id="_XL_DATJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
913 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_DAjJrEeePYJD6fP7hdw" points="[0, 0, -135, -92]$[0, -5, -135, -97]$[136, -5, 1, -97]$[136, -16, 1, -108]"/>
914 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_DAzJrEeePYJD6fP7hdw" id="(0.41,0.0)"/>
915 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_DBDJrEeePYJD6fP7hdw" id="(0.32954545454545453,3.769230769230769)"/>
916 </edges>
917 <edges xmi:type="notation:Edge" xmi:id="_XL_DBTJrEeePYJD6fP7hdw" type="4001" element="_XL_qFjJrEeePYJD6fP7hdw" source="_XL_CtjJrEeePYJD6fP7hdw" target="_XL_C2TJrEeePYJD6fP7hdw">
918 <children xmi:type="notation:Node" xmi:id="_XL_DBjJrEeePYJD6fP7hdw" type="6001">
919 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_DBzJrEeePYJD6fP7hdw" x="-3"/>
920 </children>
921 <children xmi:type="notation:Node" xmi:id="_XL_DCDJrEeePYJD6fP7hdw" type="6002">
922 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_DCTJrEeePYJD6fP7hdw" x="7" y="10"/>
923 </children>
924 <children xmi:type="notation:Node" xmi:id="_XL_DCjJrEeePYJD6fP7hdw" type="6003">
925 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_DCzJrEeePYJD6fP7hdw" x="-21"/>
926 </children>
927 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_DDDJrEeePYJD6fP7hdw" routing="Tree"/>
928 <styles xmi:type="notation:FontStyle" xmi:id="_XL_DDTJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
929 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_DDjJrEeePYJD6fP7hdw" points="[0, 0, 32, -82]$[0, -10, 32, -92]$[-1, -10, 31, -92]$[-1, -26, 31, -108]"/>
930 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_poDJrEeePYJD6fP7hdw" id="(0.686046511627907,0.0)"/>
931 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_poTJrEeePYJD6fP7hdw" id="(0.5,3.769230769230769)"/>
932 </edges>
933 <edges xmi:type="notation:Edge" xmi:id="_XL_pojJrEeePYJD6fP7hdw" type="4001" element="_XL_qGjJrEeePYJD6fP7hdw" source="_XL_CvTJrEeePYJD6fP7hdw" target="_XL_CmjJrEeePYJD6fP7hdw">
934 <children xmi:type="notation:Node" xmi:id="_XL_pozJrEeePYJD6fP7hdw" type="6001">
935 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_ppDJrEeePYJD6fP7hdw" y="-10"/>
936 </children>
937 <children xmi:type="notation:Node" xmi:id="_XL_ppTJrEeePYJD6fP7hdw" type="6002">
938 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_ppjJrEeePYJD6fP7hdw" y="10"/>
939 </children>
940 <children xmi:type="notation:Node" xmi:id="_XL_ppzJrEeePYJD6fP7hdw" type="6003">
941 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_pqDJrEeePYJD6fP7hdw" y="10"/>
942 </children>
943 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_pqTJrEeePYJD6fP7hdw" routing="Tree"/>
944 <styles xmi:type="notation:FontStyle" xmi:id="_XL_pqjJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
945 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_pqzJrEeePYJD6fP7hdw" points="[0, 0, -105, 60]$[105, -60, 0, 0]"/>
946 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_prDJrEeePYJD6fP7hdw" id="(0.21333333333333335,0.0)"/>
947 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_prTJrEeePYJD6fP7hdw" id="(0.41,3.769230769230769)"/>
948 </edges>
949 <edges xmi:type="notation:Edge" xmi:id="_XL_prjJrEeePYJD6fP7hdw" type="4001" element="_XL_qHjJrEeePYJD6fP7hdw" source="_XL_CxDJrEeePYJD6fP7hdw" target="_XL_CmjJrEeePYJD6fP7hdw">
950 <children xmi:type="notation:Node" xmi:id="_XL_przJrEeePYJD6fP7hdw" type="6001">
951 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_psDJrEeePYJD6fP7hdw" y="-10"/>
952 </children>
953 <children xmi:type="notation:Node" xmi:id="_XL_psTJrEeePYJD6fP7hdw" type="6002">
954 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_psjJrEeePYJD6fP7hdw" y="10"/>
955 </children>
956 <children xmi:type="notation:Node" xmi:id="_XL_pszJrEeePYJD6fP7hdw" type="6003">
957 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_ptDJrEeePYJD6fP7hdw" y="10"/>
958 </children>
959 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_ptTJrEeePYJD6fP7hdw" routing="Tree"/>
960 <styles xmi:type="notation:FontStyle" xmi:id="_XL_ptjJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
961 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_ptzJrEeePYJD6fP7hdw" points="[0, 0, 75, 60]$[-75, -60, 0, 0]"/>
962 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_puDJrEeePYJD6fP7hdw" id="(0.5,0.0)"/>
963 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_puTJrEeePYJD6fP7hdw" id="(0.41,3.769230769230769)"/>
964 </edges>
965 <edges xmi:type="notation:Edge" xmi:id="_XL_pujJrEeePYJD6fP7hdw" type="4001" element="_XL_qIjJrEeePYJD6fP7hdw" source="_XL_CyzJrEeePYJD6fP7hdw" target="_XL_C0jJrEeePYJD6fP7hdw">
966 <children xmi:type="notation:Node" xmi:id="_XL_puzJrEeePYJD6fP7hdw" type="6001">
967 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_pvDJrEeePYJD6fP7hdw" x="7" y="5"/>
968 </children>
969 <children xmi:type="notation:Node" xmi:id="_XL_pvTJrEeePYJD6fP7hdw" type="6002">
970 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_pvjJrEeePYJD6fP7hdw" y="10"/>
971 </children>
972 <children xmi:type="notation:Node" xmi:id="_XL_pvzJrEeePYJD6fP7hdw" type="6003">
973 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_pwDJrEeePYJD6fP7hdw" y="6"/>
974 </children>
975 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_pwTJrEeePYJD6fP7hdw" routing="Tree"/>
976 <styles xmi:type="notation:FontStyle" xmi:id="_XL_pwjJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
977 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_pwzJrEeePYJD6fP7hdw" points="[0, 0, 45, -82]$[0, -10, 45, -92]$[-46, -10, -1, -92]$[-46, -26, -1, -108]"/>
978 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_pxDJrEeePYJD6fP7hdw" id="(0.24358974358974358,0.0)"/>
979 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_pxTJrEeePYJD6fP7hdw" id="(0.42718446601941745,3.769230769230769)"/>
980 </edges>
981 <edges xmi:type="notation:Edge" xmi:id="_XL_pxjJrEeePYJD6fP7hdw" type="4001" element="_XL_qJjJrEeePYJD6fP7hdw" source="_XL_CyzJrEeePYJD6fP7hdw" target="_XL_C2TJrEeePYJD6fP7hdw">
982 <children xmi:type="notation:Node" xmi:id="_XL_pxzJrEeePYJD6fP7hdw" type="6001">
983 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_pyDJrEeePYJD6fP7hdw" x="-37" y="-10"/>
984 </children>
985 <children xmi:type="notation:Node" xmi:id="_XL_pyTJrEeePYJD6fP7hdw" type="6002">
986 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_pyjJrEeePYJD6fP7hdw" x="-7" y="8"/>
987 </children>
988 <children xmi:type="notation:Node" xmi:id="_XL_pyzJrEeePYJD6fP7hdw" type="6003">
989 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_pzDJrEeePYJD6fP7hdw" y="-7"/>
990 </children>
991 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_pzTJrEeePYJD6fP7hdw" routing="Tree"/>
992 <styles xmi:type="notation:FontStyle" xmi:id="_XL_pzjJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
993 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_pzzJrEeePYJD6fP7hdw" points="[0, 0, -81, 29]$[0, -10, -81, 19]$[71, -10, -10, 19]$[71, -26, -10, 3]"/>
994 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_p0DJrEeePYJD6fP7hdw" id="(0.24358974358974358,0.0)"/>
995 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_p0TJrEeePYJD6fP7hdw" id="(0.35833333333333334,0.926829268292683)"/>
996 </edges>
997 <edges xmi:type="notation:Edge" xmi:id="_XL_p0jJrEeePYJD6fP7hdw" type="4001" element="_XL_qKjJrEeePYJD6fP7hdw" source="_XL_C0jJrEeePYJD6fP7hdw" target="_XL_CoTJrEeePYJD6fP7hdw">
998 <children xmi:type="notation:Node" xmi:id="_XL_p0zJrEeePYJD6fP7hdw" type="6001">
999 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_p1DJrEeePYJD6fP7hdw" x="7" y="-13"/>
1000 </children>
1001 <children xmi:type="notation:Node" xmi:id="_XL_p1TJrEeePYJD6fP7hdw" type="6002">
1002 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_p1jJrEeePYJD6fP7hdw" x="6" y="2"/>
1003 </children>
1004 <children xmi:type="notation:Node" xmi:id="_XL_p1zJrEeePYJD6fP7hdw" type="6003">
1005 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_p2DJrEeePYJD6fP7hdw" x="3" y="10"/>
1006 </children>
1007 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_p2TJrEeePYJD6fP7hdw" routing="Tree"/>
1008 <styles xmi:type="notation:FontStyle" xmi:id="_XL_p2jJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
1009 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_p2zJrEeePYJD6fP7hdw" points="[0, 0, -15, -82]$[0, -5, -15, -87]$[36, -5, 21, -87]$[36, -26, 21, -108]"/>
1010 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_p3DJrEeePYJD6fP7hdw" id="(0.42718446601941745,0.0)"/>
1011 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_p3TJrEeePYJD6fP7hdw" id="(0.32954545454545453,3.769230769230769)"/>
1012 </edges>
1013 <edges xmi:type="notation:Edge" xmi:id="_XL_p3jJrEeePYJD6fP7hdw" type="4001" element="_XL_qLjJrEeePYJD6fP7hdw" source="_XL_CoTJrEeePYJD6fP7hdw" target="_XL_CrzJrEeePYJD6fP7hdw">
1014 <children xmi:type="notation:Node" xmi:id="_XL_p3zJrEeePYJD6fP7hdw" type="6001">
1015 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_p4DJrEeePYJD6fP7hdw" x="19" y="10"/>
1016 </children>
1017 <children xmi:type="notation:Node" xmi:id="_XL_p4TJrEeePYJD6fP7hdw" type="6002">
1018 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_p4jJrEeePYJD6fP7hdw" x="-22" y="-14"/>
1019 </children>
1020 <children xmi:type="notation:Node" xmi:id="_XL_p4zJrEeePYJD6fP7hdw" type="6003">
1021 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_p5DJrEeePYJD6fP7hdw" x="20" y="-14"/>
1022 </children>
1023 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_p5TJrEeePYJD6fP7hdw" routing="Rectilinear" lineColor="0"/>
1024 <styles xmi:type="notation:FontStyle" xmi:id="_XL_p5jJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
1025 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_p5zJrEeePYJD6fP7hdw" points="[-29, 30, 146, -117]$[-116, 30, 59, -117]"/>
1026 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_p6DJrEeePYJD6fP7hdw" id="(0.32954545454545453,0.0)"/>
1027 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_p6TJrEeePYJD6fP7hdw" id="(0.32954545454545453,3.769230769230769)"/>
1028 </edges>
1029 <edges xmi:type="notation:Edge" xmi:id="_XL_p6jJrEeePYJD6fP7hdw" type="4001" element="_XL_qMjJrEeePYJD6fP7hdw" source="_XL_CoTJrEeePYJD6fP7hdw" target="_XL_CrzJrEeePYJD6fP7hdw">
1030 <children xmi:type="notation:Node" xmi:id="_XL_p6zJrEeePYJD6fP7hdw" type="6001">
1031 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_p7DJrEeePYJD6fP7hdw" x="19" y="10"/>
1032 </children>
1033 <children xmi:type="notation:Node" xmi:id="_XL_p7TJrEeePYJD6fP7hdw" type="6002">
1034 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_p7jJrEeePYJD6fP7hdw" x="-23" y="19"/>
1035 </children>
1036 <children xmi:type="notation:Node" xmi:id="_XL_p7zJrEeePYJD6fP7hdw" type="6003">
1037 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XL_p8DJrEeePYJD6fP7hdw" x="20" y="19"/>
1038 </children>
1039 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XL_p8TJrEeePYJD6fP7hdw" routing="Rectilinear" lineColor="0"/>
1040 <styles xmi:type="notation:FontStyle" xmi:id="_XL_p8jJrEeePYJD6fP7hdw" fontName="Segoe UI" fontHeight="8"/>
1041 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XL_p8zJrEeePYJD6fP7hdw" points="[-29, 10, 146, -137]$[-116, 10, 59, -137]"/>
1042 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_p9DJrEeePYJD6fP7hdw" id="(0.32954545454545453,0.0)"/>
1043 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XL_p9TJrEeePYJD6fP7hdw" id="(0.32954545454545453,3.769230769230769)"/>
1044 </edges>
1045 </data>
1046 </ownedAnnotationEntries>
1047 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_p9jJrEeePYJD6fP7hdw" name="Pseudostate" tooltipText="" outgoingEdges="_XL_qEjJrEeePYJD6fP7hdw" incomingEdges="_XL_qGjJrEeePYJD6fP7hdw _XL_qHjJrEeePYJD6fP7hdw" width="12" height="10">
1048 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Pseudostate"/>
1049 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Pseudostate"/>
1050 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
1051 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
1052 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
1053 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_p9zJrEeePYJD6fP7hdw" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
1054 <labelFormat>italic</labelFormat>
1055 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
1056 </ownedStyle>
1057 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
1058 </ownedDiagramElements>
1059 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_p-DJrEeePYJD6fP7hdw" name="Vertex" tooltipText="" outgoingEdges="_XL_qLjJrEeePYJD6fP7hdw _XL_qMjJrEeePYJD6fP7hdw" incomingEdges="_XL_qCjJrEeePYJD6fP7hdw _XL_qEjJrEeePYJD6fP7hdw _XL_qKjJrEeePYJD6fP7hdw" width="12" height="10">
1060 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Vertex"/>
1061 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Vertex"/>
1062 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
1063 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
1064 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
1065 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_p-TJrEeePYJD6fP7hdw" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="255,255,255">
1066 <customFeatures>labelFormat</customFeatures>
1067 <customFeatures>backgroundColor</customFeatures>
1068 <customFeatures>foregroundColor</customFeatures>
1069 <labelFormat>italic</labelFormat>
1070 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
1071 </ownedStyle>
1072 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
1073 </ownedDiagramElements>
1074 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_p-jJrEeePYJD6fP7hdw" name="Region" tooltipText="" outgoingEdges="_XL_qCjJrEeePYJD6fP7hdw" incomingEdges="_XL_qDjJrEeePYJD6fP7hdw" width="12" height="10">
1075 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Region"/>
1076 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Region"/>
1077 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
1078 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
1079 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
1080 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_p-zJrEeePYJD6fP7hdw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255">
1081 <customFeatures>backgroundColor</customFeatures>
1082 <customFeatures>foregroundColor</customFeatures>
1083 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
1084 </ownedStyle>
1085 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
1086 </ownedDiagramElements>
1087 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_p_DJrEeePYJD6fP7hdw" name="Transition" tooltipText="" incomingEdges="_XL_qLjJrEeePYJD6fP7hdw _XL_qMjJrEeePYJD6fP7hdw" width="12" height="10">
1088 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Transition"/>
1089 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Transition"/>
1090 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
1091 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
1092 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
1093 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_p_TJrEeePYJD6fP7hdw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255">
1094 <customFeatures>labelFormat</customFeatures>
1095 <customFeatures>backgroundColor</customFeatures>
1096 <customFeatures>foregroundColor</customFeatures>
1097 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
1098 </ownedStyle>
1099 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
1100 </ownedDiagramElements>
1101 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_p_jJrEeePYJD6fP7hdw" name="Statechart" tooltipText="" outgoingEdges="_XL_qFjJrEeePYJD6fP7hdw" width="12" height="10">
1102 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Statechart"/>
1103 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Statechart"/>
1104 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
1105 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
1106 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
1107 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_p_zJrEeePYJD6fP7hdw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255">
1108 <customFeatures>backgroundColor</customFeatures>
1109 <customFeatures>foregroundColor</customFeatures>
1110 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
1111 </ownedStyle>
1112 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
1113 </ownedDiagramElements>
1114 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_qADJrEeePYJD6fP7hdw" name="Entry" tooltipText="" outgoingEdges="_XL_qGjJrEeePYJD6fP7hdw" width="12" height="10">
1115 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Entry"/>
1116 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Entry"/>
1117 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
1118 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
1119 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
1120 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_qATJrEeePYJD6fP7hdw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255">
1121 <customFeatures>backgroundColor</customFeatures>
1122 <customFeatures>foregroundColor</customFeatures>
1123 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
1124 </ownedStyle>
1125 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
1126 </ownedDiagramElements>
1127 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_qAjJrEeePYJD6fP7hdw" name="Synchronization" tooltipText="" outgoingEdges="_XL_qHjJrEeePYJD6fP7hdw" width="12" height="10">
1128 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Synchronization"/>
1129 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Synchronization"/>
1130 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
1131 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
1132 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
1133 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_qAzJrEeePYJD6fP7hdw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255">
1134 <customFeatures>labelFormat</customFeatures>
1135 <customFeatures>backgroundColor</customFeatures>
1136 <customFeatures>foregroundColor</customFeatures>
1137 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
1138 </ownedStyle>
1139 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
1140 </ownedDiagramElements>
1141 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_qBDJrEeePYJD6fP7hdw" name="State" tooltipText="" outgoingEdges="_XL_qIjJrEeePYJD6fP7hdw _XL_qJjJrEeePYJD6fP7hdw" width="12" height="10">
1142 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//State"/>
1143 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//State"/>
1144 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
1145 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
1146 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
1147 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_qBTJrEeePYJD6fP7hdw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,255,255">
1148 <customFeatures>backgroundColor</customFeatures>
1149 <customFeatures>foregroundColor</customFeatures>
1150 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
1151 </ownedStyle>
1152 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
1153 </ownedDiagramElements>
1154 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_qBjJrEeePYJD6fP7hdw" name="RegularState" tooltipText="" outgoingEdges="_XL_qKjJrEeePYJD6fP7hdw" incomingEdges="_XL_qIjJrEeePYJD6fP7hdw" width="12" height="10">
1155 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//RegularState"/>
1156 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//RegularState"/>
1157 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
1158 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
1159 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
1160 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_qBzJrEeePYJD6fP7hdw" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
1161 <labelFormat>italic</labelFormat>
1162 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
1163 </ownedStyle>
1164 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
1165 </ownedDiagramElements>
1166 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_qCDJrEeePYJD6fP7hdw" name="CompositeElement" tooltipText="" outgoingEdges="_XL_qDjJrEeePYJD6fP7hdw" incomingEdges="_XL_qFjJrEeePYJD6fP7hdw _XL_qJjJrEeePYJD6fP7hdw" width="12" height="10">
1167 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//CompositeElement"/>
1168 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//CompositeElement"/>
1169 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
1170 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
1171 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
1172 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_qCTJrEeePYJD6fP7hdw" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
1173 <labelFormat>italic</labelFormat>
1174 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
1175 </ownedStyle>
1176 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
1177 </ownedDiagramElements>
1178 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qCjJrEeePYJD6fP7hdw" name="[0..*] vertices" sourceNode="_XL_p-jJrEeePYJD6fP7hdw" targetNode="_XL_p-DJrEeePYJD6fP7hdw">
1179 <target xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Region/vertices"/>
1180 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Region/vertices"/>
1181 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qCzJrEeePYJD6fP7hdw" description="_XL_CkjJrEeePYJD6fP7hdw" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
1182 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XL_qDDJrEeePYJD6fP7hdw" showIcon="false">
1183 <customFeatures>labelSize</customFeatures>
1184 </centerLabelStyle>
1185 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_XL_qDTJrEeePYJD6fP7hdw" showIcon="false" labelColor="39,76,114">
1186 <customFeatures>labelSize</customFeatures>
1187 </endLabelStyle>
1188 </ownedStyle>
1189 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
1190 </ownedDiagramElements>
1191 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qDjJrEeePYJD6fP7hdw" name="[0..*] regions" sourceNode="_XL_qCDJrEeePYJD6fP7hdw" targetNode="_XL_p-jJrEeePYJD6fP7hdw">
1192 <target xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//CompositeElement/regions"/>
1193 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//CompositeElement/regions"/>
1194 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qDzJrEeePYJD6fP7hdw" description="_XL_CkjJrEeePYJD6fP7hdw" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
1195 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XL_qEDJrEeePYJD6fP7hdw" showIcon="false">
1196 <customFeatures>labelSize</customFeatures>
1197 </centerLabelStyle>
1198 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_XL_qETJrEeePYJD6fP7hdw" showIcon="false" labelColor="39,76,114">
1199 <customFeatures>labelSize</customFeatures>
1200 </endLabelStyle>
1201 </ownedStyle>
1202 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
1203 </ownedDiagramElements>
1204 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qEjJrEeePYJD6fP7hdw" sourceNode="_XL_p9jJrEeePYJD6fP7hdw" targetNode="_XL_p-DJrEeePYJD6fP7hdw">
1205 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Pseudostate"/>
1206 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//Pseudostate/@eGenericSuperTypes.0"/>
1207 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qEzJrEeePYJD6fP7hdw" targetArrow="InputClosedArrow" routingStyle="tree">
1208 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
1209 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XL_qFDJrEeePYJD6fP7hdw" showIcon="false">
1210 <labelFormat>italic</labelFormat>
1211 </beginLabelStyle>
1212 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XL_qFTJrEeePYJD6fP7hdw" showIcon="false"/>
1213 </ownedStyle>
1214 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
1215 </ownedDiagramElements>
1216 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qFjJrEeePYJD6fP7hdw" sourceNode="_XL_p_jJrEeePYJD6fP7hdw" targetNode="_XL_qCDJrEeePYJD6fP7hdw">
1217 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Statechart"/>
1218 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//Statechart/@eGenericSuperTypes.0"/>
1219 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qFzJrEeePYJD6fP7hdw" targetArrow="InputClosedArrow" routingStyle="tree">
1220 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
1221 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XL_qGDJrEeePYJD6fP7hdw" showIcon="false">
1222 <labelFormat>italic</labelFormat>
1223 </beginLabelStyle>
1224 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XL_qGTJrEeePYJD6fP7hdw" showIcon="false"/>
1225 </ownedStyle>
1226 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
1227 </ownedDiagramElements>
1228 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qGjJrEeePYJD6fP7hdw" sourceNode="_XL_qADJrEeePYJD6fP7hdw" targetNode="_XL_p9jJrEeePYJD6fP7hdw">
1229 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Entry"/>
1230 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//Entry/@eGenericSuperTypes.0"/>
1231 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qGzJrEeePYJD6fP7hdw" targetArrow="InputClosedArrow" routingStyle="tree">
1232 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
1233 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XL_qHDJrEeePYJD6fP7hdw" showIcon="false">
986 <labelFormat>italic</labelFormat> 1234 <labelFormat>italic</labelFormat>
987 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 1235 </beginLabelStyle>
988 </ownedStyle> 1236 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XL_qHTJrEeePYJD6fP7hdw" showIcon="false"/>
989 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 1237 </ownedStyle>
990 </ownedDiagramElements> 1238 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
991 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XL_qCDJrEeePYJD6fP7hdw" name="CompositeElement" tooltipText="" outgoingEdges="_XL_qDjJrEeePYJD6fP7hdw" incomingEdges="_XL_qFjJrEeePYJD6fP7hdw _XL_qJjJrEeePYJD6fP7hdw" width="12" height="10"> 1239 </ownedDiagramElements>
992 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//CompositeElement"/> 1240 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qHjJrEeePYJD6fP7hdw" sourceNode="_XL_qAjJrEeePYJD6fP7hdw" targetNode="_XL_p9jJrEeePYJD6fP7hdw">
993 <semanticElements xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//CompositeElement"/> 1241 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Synchronization"/>
994 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 1242 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//Synchronization/@eGenericSuperTypes.0"/>
995 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 1243 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qHzJrEeePYJD6fP7hdw" targetArrow="InputClosedArrow" routingStyle="tree">
996 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 1244 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
997 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XL_qCTJrEeePYJD6fP7hdw" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 1245 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XL_qIDJrEeePYJD6fP7hdw" showIcon="false">
998 <labelFormat>italic</labelFormat> 1246 <labelFormat>italic</labelFormat>
999 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 1247 </beginLabelStyle>
1000 </ownedStyle> 1248 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XL_qITJrEeePYJD6fP7hdw" showIcon="false"/>
1001 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 1249 </ownedStyle>
1002 </ownedDiagramElements> 1250 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
1003 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qCjJrEeePYJD6fP7hdw" name="[0..*] vertices" sourceNode="_XL_p-jJrEeePYJD6fP7hdw" targetNode="_XL_p-DJrEeePYJD6fP7hdw"> 1251 </ownedDiagramElements>
1004 <target xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Region/vertices"/> 1252 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qIjJrEeePYJD6fP7hdw" sourceNode="_XL_qBDJrEeePYJD6fP7hdw" targetNode="_XL_qBjJrEeePYJD6fP7hdw">
1005 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Region/vertices"/> 1253 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//State"/>
1006 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qCzJrEeePYJD6fP7hdw" description="_XL_CkjJrEeePYJD6fP7hdw" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 1254 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//State/@eGenericSuperTypes.0"/>
1007 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XL_qDDJrEeePYJD6fP7hdw" showIcon="false"> 1255 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//State/@eGenericSuperTypes.1"/>
1008 <customFeatures>labelSize</customFeatures> 1256 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qIzJrEeePYJD6fP7hdw" targetArrow="InputClosedArrow" routingStyle="tree">
1009 </centerLabelStyle> 1257 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
1010 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_XL_qDTJrEeePYJD6fP7hdw" showIcon="false" labelColor="39,76,114"> 1258 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XL_qJDJrEeePYJD6fP7hdw" showIcon="false">
1011 <customFeatures>labelSize</customFeatures> 1259 <labelFormat>italic</labelFormat>
1012 </endLabelStyle> 1260 </beginLabelStyle>
1013 </ownedStyle> 1261 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XL_qJTJrEeePYJD6fP7hdw" showIcon="false"/>
1014 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 1262 </ownedStyle>
1015 </ownedDiagramElements> 1263 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
1016 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qDjJrEeePYJD6fP7hdw" name="[0..*] regions" sourceNode="_XL_qCDJrEeePYJD6fP7hdw" targetNode="_XL_p-jJrEeePYJD6fP7hdw"> 1264 </ownedDiagramElements>
1017 <target xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//CompositeElement/regions"/> 1265 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qJjJrEeePYJD6fP7hdw" sourceNode="_XL_qBDJrEeePYJD6fP7hdw" targetNode="_XL_qCDJrEeePYJD6fP7hdw">
1018 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//CompositeElement/regions"/> 1266 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//State"/>
1019 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qDzJrEeePYJD6fP7hdw" description="_XL_CkjJrEeePYJD6fP7hdw" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 1267 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//State/@eGenericSuperTypes.0"/>
1020 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XL_qEDJrEeePYJD6fP7hdw" showIcon="false"> 1268 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//State/@eGenericSuperTypes.1"/>
1021 <customFeatures>labelSize</customFeatures> 1269 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qJzJrEeePYJD6fP7hdw" targetArrow="InputClosedArrow" routingStyle="tree">
1022 </centerLabelStyle> 1270 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
1023 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_XL_qETJrEeePYJD6fP7hdw" showIcon="false" labelColor="39,76,114"> 1271 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XL_qKDJrEeePYJD6fP7hdw" showIcon="false">
1024 <customFeatures>labelSize</customFeatures> 1272 <labelFormat>italic</labelFormat>
1025 </endLabelStyle> 1273 </beginLabelStyle>
1026 </ownedStyle> 1274 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XL_qKTJrEeePYJD6fP7hdw" showIcon="false"/>
1027 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 1275 </ownedStyle>
1028 </ownedDiagramElements> 1276 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
1029 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qEjJrEeePYJD6fP7hdw" sourceNode="_XL_p9jJrEeePYJD6fP7hdw" targetNode="_XL_p-DJrEeePYJD6fP7hdw"> 1277 </ownedDiagramElements>
1030 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Pseudostate"/> 1278 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qKjJrEeePYJD6fP7hdw" sourceNode="_XL_qBjJrEeePYJD6fP7hdw" targetNode="_XL_p-DJrEeePYJD6fP7hdw">
1031 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//Pseudostate/@eGenericSuperTypes.0"/> 1279 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//RegularState"/>
1032 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qEzJrEeePYJD6fP7hdw" targetArrow="InputClosedArrow" routingStyle="tree"> 1280 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//RegularState/@eGenericSuperTypes.0"/>
1033 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 1281 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qKzJrEeePYJD6fP7hdw" targetArrow="InputClosedArrow" routingStyle="tree">
1034 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XL_qFDJrEeePYJD6fP7hdw" showIcon="false"> 1282 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
1035 <labelFormat>italic</labelFormat> 1283 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XL_qLDJrEeePYJD6fP7hdw" showIcon="false">
1036 </beginLabelStyle> 1284 <labelFormat>italic</labelFormat>
1037 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XL_qFTJrEeePYJD6fP7hdw" showIcon="false"/> 1285 </beginLabelStyle>
1038 </ownedStyle> 1286 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XL_qLTJrEeePYJD6fP7hdw" showIcon="false"/>
1039 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 1287 </ownedStyle>
1040 </ownedDiagramElements> 1288 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
1041 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qFjJrEeePYJD6fP7hdw" sourceNode="_XL_p_jJrEeePYJD6fP7hdw" targetNode="_XL_qCDJrEeePYJD6fP7hdw"> 1289 </ownedDiagramElements>
1042 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Statechart"/> 1290 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qLjJrEeePYJD6fP7hdw" sourceNode="_XL_p-DJrEeePYJD6fP7hdw" targetNode="_XL_p_DJrEeePYJD6fP7hdw" beginLabel="[1..1] target" endLabel="[0..*] incomingTransitions">
1043 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//Statechart/@eGenericSuperTypes.0"/> 1291 <target xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Vertex/incomingTransitions"/>
1044 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qFzJrEeePYJD6fP7hdw" targetArrow="InputClosedArrow" routingStyle="tree"> 1292 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Vertex/incomingTransitions"/>
1045 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 1293 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Transition/target"/>
1046 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XL_qGDJrEeePYJD6fP7hdw" showIcon="false"> 1294 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qLzJrEeePYJD6fP7hdw" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0">
1047 <labelFormat>italic</labelFormat> 1295 <customFeatures>strokeColor</customFeatures>
1048 </beginLabelStyle> 1296 <customFeatures>size</customFeatures>
1049 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XL_qGTJrEeePYJD6fP7hdw" showIcon="false"/> 1297 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']/@style"/>
1050 </ownedStyle> 1298 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XL_qMDJrEeePYJD6fP7hdw" showIcon="false">
1051 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 1299 <customFeatures>labelFormat</customFeatures>
1052 </ownedDiagramElements> 1300 </beginLabelStyle>
1053 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qGjJrEeePYJD6fP7hdw" sourceNode="_XL_qADJrEeePYJD6fP7hdw" targetNode="_XL_p9jJrEeePYJD6fP7hdw"> 1301 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_XL_qMTJrEeePYJD6fP7hdw" showIcon="false">
1054 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Entry"/> 1302 <customFeatures>labelFormat</customFeatures>
1055 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//Entry/@eGenericSuperTypes.0"/> 1303 </endLabelStyle>
1056 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qGzJrEeePYJD6fP7hdw" targetArrow="InputClosedArrow" routingStyle="tree"> 1304 </ownedStyle>
1057 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 1305 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/>
1058 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XL_qHDJrEeePYJD6fP7hdw" showIcon="false"> 1306 </ownedDiagramElements>
1059 <labelFormat>italic</labelFormat> 1307 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qMjJrEeePYJD6fP7hdw" sourceNode="_XL_p-DJrEeePYJD6fP7hdw" targetNode="_XL_p_DJrEeePYJD6fP7hdw" beginLabel="[0..1] source" endLabel="[0..*] outgoingTransitions">
1060 </beginLabelStyle> 1308 <target xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Vertex/outgoingTransitions"/>
1061 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XL_qHTJrEeePYJD6fP7hdw" showIcon="false"/> 1309 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Vertex/outgoingTransitions"/>
1062 </ownedStyle> 1310 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Transition/source"/>
1063 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 1311 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qMzJrEeePYJD6fP7hdw" description="_XL_ClTJrEeePYJD6fP7hdw" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
1064 </ownedDiagramElements> 1312 <customFeatures>strokeColor</customFeatures>
1065 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qHjJrEeePYJD6fP7hdw" sourceNode="_XL_qAjJrEeePYJD6fP7hdw" targetNode="_XL_p9jJrEeePYJD6fP7hdw"> 1313 <customFeatures>size</customFeatures>
1066 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//Synchronization"/> 1314 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XL_qNDJrEeePYJD6fP7hdw" showIcon="false">
1067 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//Synchronization/@eGenericSuperTypes.0"/> 1315 <customFeatures>labelFormat</customFeatures>
1068 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qHzJrEeePYJD6fP7hdw" targetArrow="InputClosedArrow" routingStyle="tree"> 1316 </beginLabelStyle>
1069 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 1317 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_XL_qNTJrEeePYJD6fP7hdw" showIcon="false">
1070 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XL_qIDJrEeePYJD6fP7hdw" showIcon="false"> 1318 <customFeatures>labelFormat</customFeatures>
1071 <labelFormat>italic</labelFormat> 1319 </endLabelStyle>
1072 </beginLabelStyle> 1320 </ownedStyle>
1073 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XL_qITJrEeePYJD6fP7hdw" showIcon="false"/> 1321 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/>
1074 </ownedStyle> 1322 </ownedDiagramElements>
1075 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 1323 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
1076 </ownedDiagramElements> 1324 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" xmi:id="_XL_qNjJrEeePYJD6fP7hdw"/>
1077 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qIjJrEeePYJD6fP7hdw" sourceNode="_XL_qBDJrEeePYJD6fP7hdw" targetNode="_XL_qBjJrEeePYJD6fP7hdw"> 1325 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/>
1078 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//State"/> 1326 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/>
1079 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//State/@eGenericSuperTypes.0"/> 1327 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/>
1080 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//State/@eGenericSuperTypes.1"/> 1328 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']/@ownedRepresentationExtensions[name='Entities%20With%20Archetypes']/@layers[name='Archetypes']"/>
1081 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qIzJrEeePYJD6fP7hdw" targetArrow="InputClosedArrow" routingStyle="tree"> 1329 <target xmi:type="ecore:EPackage" href="yakindu_simplified.ecore#/"/>
1082 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 1330 </diagram:DSemanticDiagram>
1083 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XL_qJDJrEeePYJD6fP7hdw" showIcon="false"> 1331</xmi:XMI>
1084 <labelFormat>italic</labelFormat>
1085 </beginLabelStyle>
1086 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XL_qJTJrEeePYJD6fP7hdw" showIcon="false"/>
1087 </ownedStyle>
1088 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
1089 </ownedDiagramElements>
1090 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qJjJrEeePYJD6fP7hdw" sourceNode="_XL_qBDJrEeePYJD6fP7hdw" targetNode="_XL_qCDJrEeePYJD6fP7hdw">
1091 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//State"/>
1092 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//State/@eGenericSuperTypes.0"/>
1093 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//State/@eGenericSuperTypes.1"/>
1094 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qJzJrEeePYJD6fP7hdw" targetArrow="InputClosedArrow" routingStyle="tree">
1095 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
1096 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XL_qKDJrEeePYJD6fP7hdw" showIcon="false">
1097 <labelFormat>italic</labelFormat>
1098 </beginLabelStyle>
1099 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XL_qKTJrEeePYJD6fP7hdw" showIcon="false"/>
1100 </ownedStyle>
1101 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
1102 </ownedDiagramElements>
1103 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qKjJrEeePYJD6fP7hdw" sourceNode="_XL_qBjJrEeePYJD6fP7hdw" targetNode="_XL_p-DJrEeePYJD6fP7hdw">
1104 <target xmi:type="ecore:EClass" href="yakindu_simplified.ecore#//RegularState"/>
1105 <semanticElements xmi:type="ecore:EGenericType" href="yakindu_simplified.ecore#//RegularState/@eGenericSuperTypes.0"/>
1106 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qKzJrEeePYJD6fP7hdw" targetArrow="InputClosedArrow" routingStyle="tree">
1107 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
1108 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XL_qLDJrEeePYJD6fP7hdw" showIcon="false">
1109 <labelFormat>italic</labelFormat>
1110 </beginLabelStyle>
1111 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XL_qLTJrEeePYJD6fP7hdw" showIcon="false"/>
1112 </ownedStyle>
1113 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
1114 </ownedDiagramElements>
1115 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qLjJrEeePYJD6fP7hdw" sourceNode="_XL_p-DJrEeePYJD6fP7hdw" targetNode="_XL_p_DJrEeePYJD6fP7hdw" beginLabel="[1..1] target" endLabel="[0..*] incomingTransitions">
1116 <target xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Vertex/incomingTransitions"/>
1117 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Vertex/incomingTransitions"/>
1118 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Transition/target"/>
1119 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qLzJrEeePYJD6fP7hdw" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0">
1120 <customFeatures>strokeColor</customFeatures>
1121 <customFeatures>size</customFeatures>
1122 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']/@style"/>
1123 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XL_qMDJrEeePYJD6fP7hdw" showIcon="false">
1124 <customFeatures>labelFormat</customFeatures>
1125 </beginLabelStyle>
1126 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_XL_qMTJrEeePYJD6fP7hdw" showIcon="false">
1127 <customFeatures>labelFormat</customFeatures>
1128 </endLabelStyle>
1129 </ownedStyle>
1130 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/>
1131 </ownedDiagramElements>
1132 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XL_qMjJrEeePYJD6fP7hdw" sourceNode="_XL_p-DJrEeePYJD6fP7hdw" targetNode="_XL_p_DJrEeePYJD6fP7hdw" beginLabel="[0..1] source" endLabel="[0..*] outgoingTransitions">
1133 <target xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Vertex/outgoingTransitions"/>
1134 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Vertex/outgoingTransitions"/>
1135 <semanticElements xmi:type="ecore:EReference" href="yakindu_simplified.ecore#//Transition/source"/>
1136 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XL_qMzJrEeePYJD6fP7hdw" description="_XL_ClTJrEeePYJD6fP7hdw" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
1137 <customFeatures>strokeColor</customFeatures>
1138 <customFeatures>size</customFeatures>
1139 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XL_qNDJrEeePYJD6fP7hdw" showIcon="false">
1140 <customFeatures>labelFormat</customFeatures>
1141 </beginLabelStyle>
1142 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_XL_qNTJrEeePYJD6fP7hdw" showIcon="false">
1143 <customFeatures>labelFormat</customFeatures>
1144 </endLabelStyle>
1145 </ownedStyle>
1146 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/>
1147 </ownedDiagramElements>
1148 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
1149 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" xmi:id="_XL_qNjJrEeePYJD6fP7hdw"/>
1150 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/>
1151 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/>
1152 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/>
1153 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']/@ownedRepresentationExtensions[name='Entities%20With%20Archetypes']/@layers[name='Archetypes']"/>
1154 <target xmi:type="ecore:EPackage" href="yakindu_simplified.ecore#/"/>
1155 </ownedRepresentations>
1156 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']"/>
1157 </ownedViews>
1158 <ownedViews xmi:type="viewpoint:DRepresentationContainer" xmi:id="_4DCFoG6uEeaxlsDSOll0vg">
1159 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Review']"/>
1160 </ownedViews>
1161 <ownedViews xmi:type="viewpoint:DRepresentationContainer" xmi:id="_4DHlMG6uEeaxlsDSOll0vg">
1162 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']"/>
1163 </ownedViews>
1164 <ownedViews xmi:type="viewpoint:DRepresentationContainer" xmi:id="_4DO58G6uEeaxlsDSOll0vg">
1165 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Generation']"/>
1166 </ownedViews>
1167</viewpoint:DAnalysis>
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/yakindu_simplified.ecore b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/yakindu_simplified.ecore
index 109ec1a7..0d6b4ac6 100644
--- a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/yakindu_simplified.ecore
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/yakindu_simplified.ecore
@@ -27,4 +27,7 @@
27 <eStructuralFeatures xsi:type="ecore:EReference" name="regions" upperBound="-1" 27 <eStructuralFeatures xsi:type="ecore:EReference" name="regions" upperBound="-1"
28 eType="#//Region" containment="true"/> 28 eType="#//Region" containment="true"/>
29 </eClassifiers> 29 </eClassifiers>
30 <eClassifiers xsi:type="ecore:EClass" name="Choice" eSuperTypes="#//Pseudostate"/>
31 <eClassifiers xsi:type="ecore:EClass" name="Exit" eSuperTypes="#//Pseudostate"/>
32 <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//RegularState"/>
30</ecore:EPackage> 33</ecore:EPackage>
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/yakindu_simplified.genmodel b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/yakindu_simplified.genmodel
index e894efb8..4e34cf1d 100644
--- a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/yakindu_simplified.genmodel
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/yakindu_simplified.genmodel
@@ -27,5 +27,7 @@
27 <genClasses image="false" ecoreClass="yakindu_simplified.ecore#//CompositeElement"> 27 <genClasses image="false" ecoreClass="yakindu_simplified.ecore#//CompositeElement">
28 <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference yakindu_simplified.ecore#//CompositeElement/regions"/> 28 <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference yakindu_simplified.ecore#//CompositeElement/regions"/>
29 </genClasses> 29 </genClasses>
30 <genClasses ecoreClass="yakindu_simplified.ecore#//Choice"/>
31 <genClasses ecoreClass="yakindu_simplified.ecore#//Exit"/>
30 </genPackages> 32 </genPackages>
31</genmodel:GenModel> 33</genmodel:GenModel>
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/plugin.xml b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/plugin.xml
index 1ec8a6ec..adff6ce6 100644
--- a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/plugin.xml
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/plugin.xml
@@ -1,4 +1,8 @@
1<?xml version="1.0" encoding="UTF-8"?><plugin> 1<?xml version="1.0" encoding="UTF-8"?><plugin>
2 <extension point="org.eclipse.emf.ecore.generated_package">
3 <!-- @generated yakindu_simplified -->
4 <package class="hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.YakindummPackage" genModel="model/yakindu_simplified.genmodel" uri="hu.bme.mit.inf.yakindumm"/>
5 </extension>
2 <extension id="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.Patterns" point="org.eclipse.viatra.query.runtime.queryspecification"> 6 <extension id="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.Patterns" point="org.eclipse.viatra.query.runtime.queryspecification">
3 <group group="org.eclipse.viatra.query.runtime.extensibility.SingletonExtensionFactory:hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.Patterns" id="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.Patterns"> 7 <group group="org.eclipse.viatra.query.runtime.extensibility.SingletonExtensionFactory:hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.Patterns" id="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.Patterns">
4 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.entryInRegion"/> 8 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.entryInRegion"/>
@@ -8,11 +12,15 @@
8 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.incomingToEntry"/> 12 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.incomingToEntry"/>
9 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.noOutgoingTransitionFromEntry"/> 13 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.noOutgoingTransitionFromEntry"/>
10 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.multipleTransitionFromEntry"/> 14 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.multipleTransitionFromEntry"/>
11 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.hasNoOutgoing"/> 15 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.outgoingFromExit"/>
12 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.hasNoIncoming"/> 16 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.outgoingFromFinal"/>
17 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.noStateInRegion"/>
13 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.StateInRegion"/> 18 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.StateInRegion"/>
19 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.choiceHasNoOutgoing"/>
20 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.choiceHasNoIncoming"/>
21 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.synchHasNoOutgoing"/>
22 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.synchHasNoIncoming"/>
14 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.SynchronizedIncomingInSameRegion"/> 23 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.SynchronizedIncomingInSameRegion"/>
15 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.noStateInRegion"/>
16 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.notSynchronizingStates"/> 24 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.notSynchronizingStates"/>
17 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.hasMultipleOutgoingTrainsition"/> 25 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.hasMultipleOutgoingTrainsition"/>
18 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.hasMultipleIncomingTrainsition"/> 26 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.hasMultipleIncomingTrainsition"/>
@@ -22,16 +30,6 @@
22 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.hasMultipleRegions"/> 30 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.hasMultipleRegions"/>
23 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.synchThree"/> 31 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.synchThree"/>
24 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.twoSynch"/> 32 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.twoSynch"/>
25 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.synch"/>
26 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.noSynch"/>
27 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.noSynch1"/>
28 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.noSynch2"/>
29 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.noSynch3"/>
30 <query-specification fqn="hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu.noSynch4"/>
31 </group> 33 </group>
32 </extension> 34 </extension>
33 <extension point="org.eclipse.emf.ecore.generated_package">
34 <!-- @generated yakindu_simplified -->
35 <package class="hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.YakindummPackage" genModel="model/yakindu_simplified.genmodel" uri="hu.bme.mit.inf.yakindumm"/>
36 </extension>
37</plugin> 35</plugin>
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/queries/hu/bme/mit/inf/dslreasoner/partialsnapshot_mavo/yakindu/patterns.vql b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/queries/hu/bme/mit/inf/dslreasoner/partialsnapshot_mavo/yakindu/patterns.vql
index afee1332..e964cfc7 100644
--- a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/queries/hu/bme/mit/inf/dslreasoner/partialsnapshot_mavo/yakindu/patterns.vql
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/queries/hu/bme/mit/inf/dslreasoner/partialsnapshot_mavo/yakindu/patterns.vql
@@ -2,6 +2,10 @@ package hu.bme.mit.inf.dslreasoner.partialsnapshot_mavo.yakindu
2 2
3import epackage "hu.bme.mit.inf.yakindumm" 3import epackage "hu.bme.mit.inf.yakindumm"
4 4
5/////////
6// Entry
7/////////
8
5pattern entryInRegion(r1 : Region, e1 : Entry) { 9pattern entryInRegion(r1 : Region, e1 : Entry) {
6 Region.vertices(r1, e1); 10 Region.vertices(r1, e1);
7} 11}
@@ -40,21 +44,64 @@ pattern multipleTransitionFromEntry(e : Entry, t1 : Transition, t2: Transition)
40 t1!=t2; 44 t1!=t2;
41} 45}
42 46
47/////////
48// Exit
49/////////
43 50
44@Constraint(severity="error", message="error", key = {s}) 51@Constraint(severity="error", message="error", key = {e})
45pattern hasNoOutgoing(s : Synchronization) { 52pattern outgoingFromExit(t : Transition, e : Exit) {
46 neg find transition(_, s, _); 53 find transition(t, e, _);
47} 54}
48 55
49@Constraint(severity="error", message="error", key = {s}) 56/////////
50pattern hasNoIncoming(s : Synchronization) { 57// Final
51 neg find transition(_, _, s); 58/////////
59
60@Constraint(severity="error", message="error", key = {f})
61pattern outgoingFromFinal(t : Transition, f : FinalState) {
62 find transition(t, f, _);
52} 63}
53 64
65/////////
66// State vs Region
67/////////
68
69@Constraint(severity="error", message="error", key = {region})
70pattern noStateInRegion(region: Region) {
71 neg find StateInRegion(region,_);
72}
54pattern StateInRegion(region: Region, state: State) { 73pattern StateInRegion(region: Region, state: State) {
55 Region.vertices(region,state); 74 Region.vertices(region,state);
56} 75}
57 76
77/////////
78// Choice
79/////////
80
81@Constraint(severity="error", message="error", key = {c})
82pattern choiceHasNoOutgoing(c : Choice) {
83 neg find transition(_, c, _);
84}
85
86@Constraint(severity="error", message="error", key = {c})
87pattern choiceHasNoIncoming(c: Choice) {
88 neg find transition(_, _, c);
89}
90
91/////////
92// Synchronization
93/////////
94
95@Constraint(severity="error", message="error", key = {s})
96pattern synchHasNoOutgoing(s : Synchronization) {
97 neg find transition(_, s, _);
98}
99
100@Constraint(severity="error", message="error", key = {s})
101pattern synchHasNoIncoming(s : Synchronization) {
102 neg find transition(_, _, s);
103}
104
58@Constraint(severity="error", message="error", key = {s}) 105@Constraint(severity="error", message="error", key = {s})
59pattern SynchronizedIncomingInSameRegion(s : Synchronization, v1 : Vertex, v2 : Vertex) { 106pattern SynchronizedIncomingInSameRegion(s : Synchronization, v1 : Vertex, v2 : Vertex) {
60 find transition(t1, v1, s); 107 find transition(t1, v1, s);
@@ -70,11 +117,6 @@ pattern SynchronizedIncomingInSameRegion(s : Synchronization, v1 : Vertex, v2 :
70 Region.vertices(r, v2); 117 Region.vertices(r, v2);
71} 118}
72 119
73@Constraint(severity="error", message="error", key = {region})
74pattern noStateInRegion(region: Region) {
75 neg find StateInRegion(region,_);
76}
77
78@Constraint(severity="error", message="error", key = {s}) 120@Constraint(severity="error", message="error", key = {s})
79pattern notSynchronizingStates(s : Synchronization) { 121pattern notSynchronizingStates(s : Synchronization) {
80 neg find hasMultipleOutgoingTrainsition(s); 122 neg find hasMultipleOutgoingTrainsition(s);
@@ -142,7 +184,9 @@ pattern hasMultipleRegions(composite: CompositeElement) {
142 region1 != region2; 184 region1 != region2;
143} 185}
144 186
145// multiplicity constraints 187/**
188 * Simplifying model generation
189 */
146@Constraint(severity="error", message="error", key = {s}) 190@Constraint(severity="error", message="error", key = {s})
147pattern synchThree(s: Synchronization) { 191pattern synchThree(s: Synchronization) {
148 Transition.target(t1,s); 192 Transition.target(t1,s);
@@ -160,6 +204,9 @@ pattern synchThree(s: Synchronization) {
160 t1!=t3; 204 t1!=t3;
161} 205}
162 206
207/**
208 * Simplifying model generation
209 */
163@Constraint(severity="error", message="error", key = {s1,s2}) 210@Constraint(severity="error", message="error", key = {s1,s2})
164pattern twoSynch(s1 : Synchronization, s2 : Synchronization) { 211pattern twoSynch(s1 : Synchronization, s2 : Synchronization) {
165 Synchronization(s1); 212 Synchronization(s1);
@@ -167,31 +214,14 @@ pattern twoSynch(s1 : Synchronization, s2 : Synchronization) {
167 s1 != s2; 214 s1 != s2;
168} 215}
169 216
170pattern synch(s:Synchronization) { 217/**
171 Synchronization(s); 218 * Model generation task: at least one synch
172} 219 */
173@Constraint(severity="error", message="error", key = {s}) 220//@Constraint(severity="error", message="error", key = {s})
174pattern noSynch(s:Statechart) { 221//pattern noSynch(s:Statechart) {
175 Statechart(s); 222// Statechart(s);
176 neg find synch(_); 223// neg find synch(_);
177} 224//}
178@Constraint(severity="error", message="error", key = {s}) 225//pattern synch(s:Synchronization) {
179pattern noSynch1(s:Statechart) { 226// Synchronization(s);
180 Statechart(s); 227//} \ No newline at end of file
181 neg find synch(_);
182}
183@Constraint(severity="error", message="error", key = {s})
184pattern noSynch2(s:Statechart) {
185 Statechart(s);
186 neg find synch(_);
187}
188@Constraint(severity="error", message="error", key = {s})
189pattern noSynch3(s:Statechart) {
190 Statechart(s);
191 neg find synch(_);
192}
193@Constraint(severity="error", message="error", key = {s})
194pattern noSynch4(s:Statechart) {
195 Statechart(s);
196 neg find synch(_);
197} \ No newline at end of file