EventDrivenInternalEvent.sct 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.2/notation" xmlns:sgraph="http://www.yakindu.org/sct/sgraph/2.0.0">
  3. <sgraph:Statechart xmi:id="_wSGvUHOOEee07dEgYYRu0Q" specification="namespace eventdriven&#xA;&#xA;@EventDriven&#xA;&#xA;interface:&#xA;&#xA;in event start&#xA;in event reset&#xA;&#xA;var x : integer = 0&#xA;var i1_sequence : integer&#xA;var i2_sequence : integer&#xA;&#xA;internal: &#xA;&#xA;event i1&#xA;event i2&#xA;&#xA;&#xA;always / x += 1&#xA;" namespace="eventdriven" name="EventDrivenInternalEvent">
  4. <regions xmi:id="_wSGvVXOOEee07dEgYYRu0Q" name="r1">
  5. <vertices xsi:type="sgraph:Entry" xmi:id="_wSHWaXOOEee07dEgYYRu0Q">
  6. <outgoingTransitions xmi:id="_wSH9hHOOEee07dEgYYRu0Q" target="_wSH9dHOOEee07dEgYYRu0Q"/>
  7. </vertices>
  8. <vertices xsi:type="sgraph:State" xmi:id="_wSH9dHOOEee07dEgYYRu0Q" specification="start / raise i1" name="A" incomingTransitions="_wSH9hHOOEee07dEgYYRu0Q _tztvYHOQEee07dEgYYRu0Q">
  9. <outgoingTransitions xmi:id="_JvD1YHOQEee07dEgYYRu0Q" specification="i2 / i2_sequence = x" target="_Ju_j8HOQEee07dEgYYRu0Q"/>
  10. </vertices>
  11. <vertices xsi:type="sgraph:State" xmi:id="_Ju_j8HOQEee07dEgYYRu0Q" specification="i2 [i2_sequence &lt; 10] / i2_sequence +=1" name="B" incomingTransitions="_JvD1YHOQEee07dEgYYRu0Q">
  12. <outgoingTransitions xmi:id="_tztvYHOQEee07dEgYYRu0Q" specification="reset" target="_wSH9dHOOEee07dEgYYRu0Q"/>
  13. </vertices>
  14. </regions>
  15. <regions xmi:id="_ZAzhIHOQEee07dEgYYRu0Q" name="r2">
  16. <vertices xsi:type="sgraph:Entry" xmi:id="_bqSr4HOQEee07dEgYYRu0Q">
  17. <outgoingTransitions xmi:id="_dg6PQHOQEee07dEgYYRu0Q" target="_dg3L8HOQEee07dEgYYRu0Q"/>
  18. </vertices>
  19. <vertices xsi:type="sgraph:State" xmi:id="_dg3L8HOQEee07dEgYYRu0Q" name="C" incomingTransitions="_dg6PQHOQEee07dEgYYRu0Q _zPYG0HOQEee07dEgYYRu0Q">
  20. <outgoingTransitions xmi:id="_fKTO8HOQEee07dEgYYRu0Q" specification="i1 / &#xA; i1_sequence = x; &#xA; raise i2" target="_fKO9gHOQEee07dEgYYRu0Q"/>
  21. </vertices>
  22. <vertices xsi:type="sgraph:State" xmi:id="_fKO9gHOQEee07dEgYYRu0Q" specification="i1 [i1_sequence &lt; 10] / i1_sequence +=1" name="D" incomingTransitions="_fKTO8HOQEee07dEgYYRu0Q">
  23. <outgoingTransitions xmi:id="_zPYG0HOQEee07dEgYYRu0Q" specification="reset" target="_dg3L8HOQEee07dEgYYRu0Q"/>
  24. </vertices>
  25. </regions>
  26. <regions xmi:id="_gLkpQHOREee07dEgYYRu0Q" name="check">
  27. <vertices xsi:type="sgraph:Entry" xmi:id="_iW7tkHOREee07dEgYYRu0Q">
  28. <outgoingTransitions xmi:id="_j_ZgMHOREee07dEgYYRu0Q" target="_j_Wc4HOREee07dEgYYRu0Q"/>
  29. </vertices>
  30. <vertices xsi:type="sgraph:State" xmi:id="_j_Wc4HOREee07dEgYYRu0Q" name="VALID" incomingTransitions="_j_ZgMHOREee07dEgYYRu0Q _sBXLgHOREee07dEgYYRu0Q">
  31. <outgoingTransitions xmi:id="_oIy-gnOREee07dEgYYRu0Q" specification="[&#xA; (start &amp;&amp; i1) &#xA; || (start &amp;&amp; i2) &#xA; || (i1 &amp;&amp; i2)&#xA;]" target="_oIyXcHOREee07dEgYYRu0Q"/>
  32. </vertices>
  33. <vertices xsi:type="sgraph:State" xmi:id="_oIyXcHOREee07dEgYYRu0Q" name="MULTIPLEEVENTS" incomingTransitions="_oIy-gnOREee07dEgYYRu0Q">
  34. <outgoingTransitions xmi:id="_sBXLgHOREee07dEgYYRu0Q" specification="reset" target="_j_Wc4HOREee07dEgYYRu0Q"/>
  35. </vertices>
  36. </regions>
  37. </sgraph:Statechart>
  38. <notation:Diagram xmi:id="_wSGvU3OOEee07dEgYYRu0Q" type="org.yakindu.sct.ui.editor.editor.StatechartDiagramEditor" element="_wSGvUHOOEee07dEgYYRu0Q" measurementUnit="Pixel">
  39. <children xmi:id="_wSHWYHOOEee07dEgYYRu0Q" type="Region" element="_wSGvVXOOEee07dEgYYRu0Q">
  40. <children xsi:type="notation:DecorationNode" xmi:id="_wSHWY3OOEee07dEgYYRu0Q" type="RegionName">
  41. <styles xsi:type="notation:ShapeStyle" xmi:id="_wSHWZHOOEee07dEgYYRu0Q"/>
  42. <layoutConstraint xsi:type="notation:Location" xmi:id="_wSHWZXOOEee07dEgYYRu0Q"/>
  43. </children>
  44. <children xsi:type="notation:Shape" xmi:id="_wSHWZnOOEee07dEgYYRu0Q" type="RegionCompartment" fontName="Verdana" lineColor="4210752">
  45. <children xmi:id="_wSHWanOOEee07dEgYYRu0Q" type="Entry" element="_wSHWaXOOEee07dEgYYRu0Q">
  46. <children xmi:id="_wSHWbnOOEee07dEgYYRu0Q" type="BorderItemLabelContainer">
  47. <children xsi:type="notation:DecorationNode" xmi:id="_wSH9cHOOEee07dEgYYRu0Q" type="BorderItemLabel">
  48. <styles xsi:type="notation:ShapeStyle" xmi:id="_wSH9cXOOEee07dEgYYRu0Q"/>
  49. <layoutConstraint xsi:type="notation:Location" xmi:id="_wSH9cnOOEee07dEgYYRu0Q"/>
  50. </children>
  51. <styles xsi:type="notation:ShapeStyle" xmi:id="_wSHWb3OOEee07dEgYYRu0Q" fontName="Verdana" lineColor="4210752"/>
  52. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_wSHWcHOOEee07dEgYYRu0Q"/>
  53. </children>
  54. <styles xsi:type="notation:ShapeStyle" xmi:id="_wSHWa3OOEee07dEgYYRu0Q" fontName="Verdana" fillColor="0" lineColor="16777215"/>
  55. <styles xsi:type="notation:NamedStyle" xmi:id="_wSHWbHOOEee07dEgYYRu0Q" name="allowColors"/>
  56. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_wSH9c3OOEee07dEgYYRu0Q" x="94" y="24"/>
  57. </children>
  58. <children xmi:id="_wSH9d3OOEee07dEgYYRu0Q" type="State" element="_wSH9dHOOEee07dEgYYRu0Q">
  59. <children xsi:type="notation:DecorationNode" xmi:id="_wSH9e3OOEee07dEgYYRu0Q" type="StateName">
  60. <styles xsi:type="notation:ShapeStyle" xmi:id="_wSH9fHOOEee07dEgYYRu0Q"/>
  61. <layoutConstraint xsi:type="notation:Location" xmi:id="_wSH9fXOOEee07dEgYYRu0Q"/>
  62. </children>
  63. <children xsi:type="notation:Compartment" xmi:id="_wSH9fnOOEee07dEgYYRu0Q" type="StateTextCompartment">
  64. <children xsi:type="notation:Shape" xmi:id="_wSH9f3OOEee07dEgYYRu0Q" type="StateTextCompartmentExpression" fontName="Verdana" lineColor="4210752">
  65. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_wSH9gHOOEee07dEgYYRu0Q"/>
  66. </children>
  67. </children>
  68. <children xsi:type="notation:Compartment" xmi:id="_wSH9gXOOEee07dEgYYRu0Q" type="StateFigureCompartment"/>
  69. <styles xsi:type="notation:ShapeStyle" xmi:id="_wSH9eHOOEee07dEgYYRu0Q" fontName="Verdana" fillColor="15981773" lineColor="12632256"/>
  70. <styles xsi:type="notation:FontStyle" xmi:id="_wSH9eXOOEee07dEgYYRu0Q"/>
  71. <styles xsi:type="notation:BooleanValueStyle" xmi:id="_wSH9gnOOEee07dEgYYRu0Q" name="isHorizontal" booleanValue="true"/>
  72. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_wSH9g3OOEee07dEgYYRu0Q" x="60" y="93"/>
  73. </children>
  74. <children xmi:id="_JvBZIHOQEee07dEgYYRu0Q" type="State" element="_Ju_j8HOQEee07dEgYYRu0Q">
  75. <children xsi:type="notation:DecorationNode" xmi:id="_JvBZJHOQEee07dEgYYRu0Q" type="StateName">
  76. <styles xsi:type="notation:ShapeStyle" xmi:id="_JvBZJXOQEee07dEgYYRu0Q"/>
  77. <layoutConstraint xsi:type="notation:Location" xmi:id="_JvBZJnOQEee07dEgYYRu0Q"/>
  78. </children>
  79. <children xsi:type="notation:Compartment" xmi:id="_JvBZJ3OQEee07dEgYYRu0Q" type="StateTextCompartment">
  80. <children xsi:type="notation:Shape" xmi:id="_JvBZKHOQEee07dEgYYRu0Q" type="StateTextCompartmentExpression" fontName="Verdana" lineColor="4210752">
  81. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_JvBZKXOQEee07dEgYYRu0Q"/>
  82. </children>
  83. </children>
  84. <children xsi:type="notation:Compartment" xmi:id="_JvBZKnOQEee07dEgYYRu0Q" type="StateFigureCompartment"/>
  85. <styles xsi:type="notation:ShapeStyle" xmi:id="_JvBZIXOQEee07dEgYYRu0Q" fontName="Verdana" fillColor="15981773" lineColor="12632256"/>
  86. <styles xsi:type="notation:FontStyle" xmi:id="_JvBZInOQEee07dEgYYRu0Q"/>
  87. <styles xsi:type="notation:BooleanValueStyle" xmi:id="_JvBZK3OQEee07dEgYYRu0Q" name="isHorizontal" booleanValue="true"/>
  88. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_JvBZI3OQEee07dEgYYRu0Q" x="245" y="93"/>
  89. </children>
  90. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_wSHWZ3OOEee07dEgYYRu0Q"/>
  91. </children>
  92. <styles xsi:type="notation:ShapeStyle" xmi:id="_wSHWYXOOEee07dEgYYRu0Q" fontName="Verdana" fillColor="15790320" lineColor="12632256"/>
  93. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_wSHWaHOOEee07dEgYYRu0Q" x="220" y="10" width="484" height="207"/>
  94. </children>
  95. <children xsi:type="notation:Shape" xmi:id="_wSIkh3OOEee07dEgYYRu0Q" type="StatechartText" fontName="Verdana" lineColor="4210752">
  96. <children xsi:type="notation:DecorationNode" xmi:id="_wSIkiXOOEee07dEgYYRu0Q" type="StatechartName">
  97. <styles xsi:type="notation:ShapeStyle" xmi:id="_wSIkinOOEee07dEgYYRu0Q"/>
  98. <layoutConstraint xsi:type="notation:Location" xmi:id="_wSIki3OOEee07dEgYYRu0Q"/>
  99. </children>
  100. <children xsi:type="notation:Shape" xmi:id="_wSIkjHOOEee07dEgYYRu0Q" type="StatechartTextExpression" fontName="Verdana" lineColor="4210752">
  101. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_wSIkjXOOEee07dEgYYRu0Q"/>
  102. </children>
  103. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_wSIkjnOOEee07dEgYYRu0Q" x="10" y="10" width="200" height="400"/>
  104. </children>
  105. <children xmi:id="_ZA0IMHOQEee07dEgYYRu0Q" type="Region" element="_ZAzhIHOQEee07dEgYYRu0Q">
  106. <children xsi:type="notation:DecorationNode" xmi:id="_ZA3LgHOQEee07dEgYYRu0Q" type="RegionName">
  107. <styles xsi:type="notation:ShapeStyle" xmi:id="_ZA3LgXOQEee07dEgYYRu0Q"/>
  108. <layoutConstraint xsi:type="notation:Location" xmi:id="_ZA3LgnOQEee07dEgYYRu0Q"/>
  109. </children>
  110. <children xsi:type="notation:Shape" xmi:id="_ZA3Lg3OQEee07dEgYYRu0Q" type="RegionCompartment" fontName="Verdana" lineColor="4210752">
  111. <children xmi:id="_bqTS8HOQEee07dEgYYRu0Q" type="Entry" element="_bqSr4HOQEee07dEgYYRu0Q">
  112. <children xmi:id="_bqTS9HOQEee07dEgYYRu0Q" type="BorderItemLabelContainer">
  113. <children xsi:type="notation:DecorationNode" xmi:id="_bqTS93OQEee07dEgYYRu0Q" type="BorderItemLabel">
  114. <styles xsi:type="notation:ShapeStyle" xmi:id="_bqTS-HOQEee07dEgYYRu0Q"/>
  115. <layoutConstraint xsi:type="notation:Location" xmi:id="_bqTS-XOQEee07dEgYYRu0Q"/>
  116. </children>
  117. <styles xsi:type="notation:ShapeStyle" xmi:id="_bqTS9XOQEee07dEgYYRu0Q" fontName="Verdana" lineColor="4210752"/>
  118. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_bqTS9nOQEee07dEgYYRu0Q"/>
  119. </children>
  120. <styles xsi:type="notation:ShapeStyle" xmi:id="_bqTS8XOQEee07dEgYYRu0Q" fontName="Verdana" fillColor="0" lineColor="16777215"/>
  121. <styles xsi:type="notation:NamedStyle" xmi:id="_bqTS8nOQEee07dEgYYRu0Q" name="allowColors"/>
  122. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_bqTS83OQEee07dEgYYRu0Q" x="46" y="20"/>
  123. </children>
  124. <children xmi:id="_dg3zAHOQEee07dEgYYRu0Q" type="State" element="_dg3L8HOQEee07dEgYYRu0Q">
  125. <children xsi:type="notation:DecorationNode" xmi:id="_dg3zBHOQEee07dEgYYRu0Q" type="StateName">
  126. <styles xsi:type="notation:ShapeStyle" xmi:id="_dg3zBXOQEee07dEgYYRu0Q"/>
  127. <layoutConstraint xsi:type="notation:Location" xmi:id="_dg3zBnOQEee07dEgYYRu0Q"/>
  128. </children>
  129. <children xsi:type="notation:Compartment" xmi:id="_dg3zB3OQEee07dEgYYRu0Q" type="StateTextCompartment">
  130. <children xsi:type="notation:Shape" xmi:id="_dg3zCHOQEee07dEgYYRu0Q" type="StateTextCompartmentExpression" fontName="Verdana" lineColor="4210752">
  131. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_dg3zCXOQEee07dEgYYRu0Q"/>
  132. </children>
  133. </children>
  134. <children xsi:type="notation:Compartment" xmi:id="_dg3zCnOQEee07dEgYYRu0Q" type="StateFigureCompartment"/>
  135. <styles xsi:type="notation:ShapeStyle" xmi:id="_dg3zAXOQEee07dEgYYRu0Q" fontName="Verdana" fillColor="15981773" lineColor="12632256"/>
  136. <styles xsi:type="notation:FontStyle" xmi:id="_dg3zAnOQEee07dEgYYRu0Q"/>
  137. <styles xsi:type="notation:BooleanValueStyle" xmi:id="_dg3zC3OQEee07dEgYYRu0Q" name="isHorizontal" booleanValue="true"/>
  138. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_dg3zA3OQEee07dEgYYRu0Q" x="53" y="71"/>
  139. </children>
  140. <children xmi:id="_fKPkknOQEee07dEgYYRu0Q" type="State" element="_fKO9gHOQEee07dEgYYRu0Q">
  141. <children xsi:type="notation:DecorationNode" xmi:id="_fKQLoHOQEee07dEgYYRu0Q" type="StateName">
  142. <styles xsi:type="notation:ShapeStyle" xmi:id="_fKQLoXOQEee07dEgYYRu0Q"/>
  143. <layoutConstraint xsi:type="notation:Location" xmi:id="_fKQLonOQEee07dEgYYRu0Q"/>
  144. </children>
  145. <children xsi:type="notation:Compartment" xmi:id="_fKQLo3OQEee07dEgYYRu0Q" type="StateTextCompartment">
  146. <children xsi:type="notation:Shape" xmi:id="_fKQLpHOQEee07dEgYYRu0Q" type="StateTextCompartmentExpression" fontName="Verdana" lineColor="4210752">
  147. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_fKQLpXOQEee07dEgYYRu0Q"/>
  148. </children>
  149. </children>
  150. <children xsi:type="notation:Compartment" xmi:id="_fKQLpnOQEee07dEgYYRu0Q" type="StateFigureCompartment"/>
  151. <styles xsi:type="notation:ShapeStyle" xmi:id="_fKPkk3OQEee07dEgYYRu0Q" fontName="Verdana" fillColor="15981773" lineColor="12632256"/>
  152. <styles xsi:type="notation:FontStyle" xmi:id="_fKPklHOQEee07dEgYYRu0Q"/>
  153. <styles xsi:type="notation:BooleanValueStyle" xmi:id="_fKQLp3OQEee07dEgYYRu0Q" name="isHorizontal" booleanValue="true"/>
  154. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_fKPklXOQEee07dEgYYRu0Q" x="229" y="67"/>
  155. </children>
  156. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_ZA3LhHOQEee07dEgYYRu0Q"/>
  157. </children>
  158. <styles xsi:type="notation:ShapeStyle" xmi:id="_ZA0IMXOQEee07dEgYYRu0Q" fontName="Verdana" fillColor="15790320" lineColor="12632256"/>
  159. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_ZA0IMnOQEee07dEgYYRu0Q" x="220" y="224" width="482" height="170"/>
  160. </children>
  161. <children xmi:id="_gLlQUHOREee07dEgYYRu0Q" type="Region" element="_gLkpQHOREee07dEgYYRu0Q">
  162. <children xsi:type="notation:DecorationNode" xmi:id="_gLlQU3OREee07dEgYYRu0Q" type="RegionName">
  163. <styles xsi:type="notation:ShapeStyle" xmi:id="_gLlQVHOREee07dEgYYRu0Q"/>
  164. <layoutConstraint xsi:type="notation:Location" xmi:id="_gLlQVXOREee07dEgYYRu0Q"/>
  165. </children>
  166. <children xsi:type="notation:Shape" xmi:id="_gLlQVnOREee07dEgYYRu0Q" type="RegionCompartment" fontName="Verdana" lineColor="4210752">
  167. <children xmi:id="_iW8UoHOREee07dEgYYRu0Q" type="Entry" element="_iW7tkHOREee07dEgYYRu0Q">
  168. <children xmi:id="_iW8UpHOREee07dEgYYRu0Q" type="BorderItemLabelContainer">
  169. <children xsi:type="notation:DecorationNode" xmi:id="_iW8Up3OREee07dEgYYRu0Q" type="BorderItemLabel">
  170. <styles xsi:type="notation:ShapeStyle" xmi:id="_iW8UqHOREee07dEgYYRu0Q"/>
  171. <layoutConstraint xsi:type="notation:Location" xmi:id="_iW8UqXOREee07dEgYYRu0Q"/>
  172. </children>
  173. <styles xsi:type="notation:ShapeStyle" xmi:id="_iW8UpXOREee07dEgYYRu0Q" fontName="Verdana" lineColor="4210752"/>
  174. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_iW8UpnOREee07dEgYYRu0Q"/>
  175. </children>
  176. <styles xsi:type="notation:ShapeStyle" xmi:id="_iW8UoXOREee07dEgYYRu0Q" fontName="Verdana" fillColor="0" lineColor="16777215"/>
  177. <styles xsi:type="notation:NamedStyle" xmi:id="_iW8UonOREee07dEgYYRu0Q" name="allowColors"/>
  178. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_iW8Uo3OREee07dEgYYRu0Q" x="25" y="31"/>
  179. </children>
  180. <children xmi:id="_j_XD8nOREee07dEgYYRu0Q" type="State" element="_j_Wc4HOREee07dEgYYRu0Q">
  181. <children xsi:type="notation:DecorationNode" xmi:id="_j_XrAHOREee07dEgYYRu0Q" type="StateName">
  182. <styles xsi:type="notation:ShapeStyle" xmi:id="_j_XrAXOREee07dEgYYRu0Q"/>
  183. <layoutConstraint xsi:type="notation:Location" xmi:id="_j_XrAnOREee07dEgYYRu0Q"/>
  184. </children>
  185. <children xsi:type="notation:Compartment" xmi:id="_j_XrA3OREee07dEgYYRu0Q" type="StateTextCompartment">
  186. <children xsi:type="notation:Shape" xmi:id="_j_XrBHOREee07dEgYYRu0Q" type="StateTextCompartmentExpression" fontName="Verdana" lineColor="4210752">
  187. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_j_XrBXOREee07dEgYYRu0Q"/>
  188. </children>
  189. </children>
  190. <children xsi:type="notation:Compartment" xmi:id="_j_XrBnOREee07dEgYYRu0Q" type="StateFigureCompartment"/>
  191. <styles xsi:type="notation:ShapeStyle" xmi:id="_j_XD83OREee07dEgYYRu0Q" fontName="Verdana" fillColor="15981773" lineColor="12632256"/>
  192. <styles xsi:type="notation:FontStyle" xmi:id="_j_XD9HOREee07dEgYYRu0Q"/>
  193. <styles xsi:type="notation:BooleanValueStyle" xmi:id="_j_XrB3OREee07dEgYYRu0Q" name="isHorizontal" booleanValue="true"/>
  194. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_j_XD9XOREee07dEgYYRu0Q" x="113" y="15"/>
  195. </children>
  196. <children xmi:id="_oIzlkHOREee07dEgYYRu0Q" type="State" element="_oIyXcHOREee07dEgYYRu0Q">
  197. <children xsi:type="notation:DecorationNode" xmi:id="_oI0MoHOREee07dEgYYRu0Q" type="StateName">
  198. <styles xsi:type="notation:ShapeStyle" xmi:id="_oI0MoXOREee07dEgYYRu0Q"/>
  199. <layoutConstraint xsi:type="notation:Location" xmi:id="_oI0MonOREee07dEgYYRu0Q"/>
  200. </children>
  201. <children xsi:type="notation:Compartment" xmi:id="_oI0Mo3OREee07dEgYYRu0Q" type="StateTextCompartment">
  202. <children xsi:type="notation:Shape" xmi:id="_oI0MpHOREee07dEgYYRu0Q" type="StateTextCompartmentExpression" fontName="Verdana" lineColor="4210752">
  203. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_oI0MpXOREee07dEgYYRu0Q"/>
  204. </children>
  205. </children>
  206. <children xsi:type="notation:Compartment" xmi:id="_oI0MpnOREee07dEgYYRu0Q" type="StateFigureCompartment"/>
  207. <styles xsi:type="notation:ShapeStyle" xmi:id="_oIzlkXOREee07dEgYYRu0Q" fontName="Verdana" fillColor="15981773" lineColor="12632256"/>
  208. <styles xsi:type="notation:FontStyle" xmi:id="_oIzlknOREee07dEgYYRu0Q"/>
  209. <styles xsi:type="notation:BooleanValueStyle" xmi:id="_oI0Mp3OREee07dEgYYRu0Q" name="isHorizontal" booleanValue="true"/>
  210. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_oIzlk3OREee07dEgYYRu0Q" x="107" y="115"/>
  211. </children>
  212. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_gLlQV3OREee07dEgYYRu0Q"/>
  213. </children>
  214. <styles xsi:type="notation:ShapeStyle" xmi:id="_gLlQUXOREee07dEgYYRu0Q" fontName="Verdana" fillColor="15790320" lineColor="12632256"/>
  215. <layoutConstraint xsi:type="notation:Bounds" xmi:id="_gLlQUnOREee07dEgYYRu0Q" x="220" y="400" width="333" height="218"/>
  216. </children>
  217. <styles xsi:type="notation:DiagramStyle" xmi:id="_wSGvVHOOEee07dEgYYRu0Q"/>
  218. <edges xmi:id="_wSIkgHOOEee07dEgYYRu0Q" type="Transition" element="_wSH9hHOOEee07dEgYYRu0Q" source="_wSHWanOOEee07dEgYYRu0Q" target="_wSH9d3OOEee07dEgYYRu0Q">
  219. <children xsi:type="notation:DecorationNode" xmi:id="_wSIkhHOOEee07dEgYYRu0Q" type="TransitionExpression">
  220. <styles xsi:type="notation:ShapeStyle" xmi:id="_wSIkhXOOEee07dEgYYRu0Q"/>
  221. <layoutConstraint xsi:type="notation:Location" xmi:id="_wSIkhnOOEee07dEgYYRu0Q" y="10"/>
  222. </children>
  223. <styles xsi:type="notation:ConnectorStyle" xmi:id="_wSIkgXOOEee07dEgYYRu0Q" routing="Rectilinear" lineColor="4210752"/>
  224. <styles xsi:type="notation:FontStyle" xmi:id="_wSIkg3OOEee07dEgYYRu0Q" fontName="Verdana"/>
  225. <bendpoints xsi:type="notation:RelativeBendpoints" xmi:id="_wSIkgnOOEee07dEgYYRu0Q" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
  226. </edges>
  227. <edges xmi:id="_JvEccHOQEee07dEgYYRu0Q" type="Transition" element="_JvD1YHOQEee07dEgYYRu0Q" source="_wSH9d3OOEee07dEgYYRu0Q" target="_JvBZIHOQEee07dEgYYRu0Q">
  228. <children xsi:type="notation:DecorationNode" xmi:id="_JvEcdHOQEee07dEgYYRu0Q" type="TransitionExpression">
  229. <styles xsi:type="notation:ShapeStyle" xmi:id="_JvEcdXOQEee07dEgYYRu0Q"/>
  230. <layoutConstraint xsi:type="notation:Location" xmi:id="_JvEcdnOQEee07dEgYYRu0Q" x="-3" y="-11"/>
  231. </children>
  232. <styles xsi:type="notation:ConnectorStyle" xmi:id="_JvEccXOQEee07dEgYYRu0Q" routing="Rectilinear" lineColor="4210752"/>
  233. <styles xsi:type="notation:FontStyle" xmi:id="_JvEcc3OQEee07dEgYYRu0Q" fontName="Verdana"/>
  234. <bendpoints xsi:type="notation:RelativeBendpoints" xmi:id="_JvEccnOQEee07dEgYYRu0Q" points="[-16, -24, 64, 96]$[-78, -117, 2, 3]"/>
  235. </edges>
  236. <edges xmi:id="_dg6PQXOQEee07dEgYYRu0Q" type="Transition" element="_dg6PQHOQEee07dEgYYRu0Q" source="_bqTS8HOQEee07dEgYYRu0Q" target="_dg3zAHOQEee07dEgYYRu0Q">
  237. <children xsi:type="notation:DecorationNode" xmi:id="_dg62UXOQEee07dEgYYRu0Q" type="TransitionExpression">
  238. <styles xsi:type="notation:ShapeStyle" xmi:id="_dg62UnOQEee07dEgYYRu0Q"/>
  239. <layoutConstraint xsi:type="notation:Location" xmi:id="_dg62U3OQEee07dEgYYRu0Q" y="10"/>
  240. </children>
  241. <styles xsi:type="notation:ConnectorStyle" xmi:id="_dg6PQnOQEee07dEgYYRu0Q" routing="Rectilinear" lineColor="4210752"/>
  242. <styles xsi:type="notation:FontStyle" xmi:id="_dg62UHOQEee07dEgYYRu0Q" fontName="Verdana"/>
  243. <bendpoints xsi:type="notation:RelativeBendpoints" xmi:id="_dg6PQ3OQEee07dEgYYRu0Q" points="[-7, -3, 49, 27]$[-53, -29, 3, 1]"/>
  244. </edges>
  245. <edges xmi:id="_fKT2AHOQEee07dEgYYRu0Q" type="Transition" element="_fKTO8HOQEee07dEgYYRu0Q" source="_dg3zAHOQEee07dEgYYRu0Q" target="_fKPkknOQEee07dEgYYRu0Q">
  246. <children xsi:type="notation:DecorationNode" xmi:id="_fKT2BHOQEee07dEgYYRu0Q" type="TransitionExpression">
  247. <styles xsi:type="notation:ShapeStyle" xmi:id="_fKT2BXOQEee07dEgYYRu0Q"/>
  248. <layoutConstraint xsi:type="notation:Location" xmi:id="_fKT2BnOQEee07dEgYYRu0Q" x="4" y="-24"/>
  249. </children>
  250. <styles xsi:type="notation:ConnectorStyle" xmi:id="_fKT2AXOQEee07dEgYYRu0Q" routing="Rectilinear" lineColor="4210752"/>
  251. <styles xsi:type="notation:FontStyle" xmi:id="_fKT2A3OQEee07dEgYYRu0Q" fontName="Verdana"/>
  252. <bendpoints xsi:type="notation:RelativeBendpoints" xmi:id="_fKT2AnOQEee07dEgYYRu0Q" points="[-18, -24, 55, 74]$[-71, -95, 2, 3]"/>
  253. </edges>
  254. <edges xmi:id="_tzuWcHOQEee07dEgYYRu0Q" type="Transition" element="_tztvYHOQEee07dEgYYRu0Q" source="_JvBZIHOQEee07dEgYYRu0Q" target="_wSH9d3OOEee07dEgYYRu0Q">
  255. <children xsi:type="notation:DecorationNode" xmi:id="_tzuWdHOQEee07dEgYYRu0Q" type="TransitionExpression">
  256. <styles xsi:type="notation:ShapeStyle" xmi:id="_tzuWdXOQEee07dEgYYRu0Q"/>
  257. <layoutConstraint xsi:type="notation:Location" xmi:id="_tzuWdnOQEee07dEgYYRu0Q" x="-1" y="-8"/>
  258. </children>
  259. <styles xsi:type="notation:ConnectorStyle" xmi:id="_tzuWcXOQEee07dEgYYRu0Q" routing="Rectilinear" lineColor="4210752"/>
  260. <styles xsi:type="notation:FontStyle" xmi:id="_tzuWc3OQEee07dEgYYRu0Q" fontName="Verdana"/>
  261. <bendpoints xsi:type="notation:RelativeBendpoints" xmi:id="_tzuWcnOQEee07dEgYYRu0Q" points="[0, 9, 86, 4]$[-81, 20, 5, 15]"/>
  262. <sourceAnchor xsi:type="notation:IdentityAnchor" xmi:id="_tzvkkHOQEee07dEgYYRu0Q" id="(0.0,0.5849056603773585)"/>
  263. <targetAnchor xsi:type="notation:IdentityAnchor" xmi:id="_tzvkkXOQEee07dEgYYRu0Q" id="(0.8076923076923077,0.6981132075471698)"/>
  264. </edges>
  265. <edges xmi:id="_zPYt4HOQEee07dEgYYRu0Q" type="Transition" element="_zPYG0HOQEee07dEgYYRu0Q" source="_fKPkknOQEee07dEgYYRu0Q" target="_dg3zAHOQEee07dEgYYRu0Q">
  266. <children xsi:type="notation:DecorationNode" xmi:id="_zPYt5HOQEee07dEgYYRu0Q" type="TransitionExpression">
  267. <styles xsi:type="notation:ShapeStyle" xmi:id="_zPYt5XOQEee07dEgYYRu0Q"/>
  268. <layoutConstraint xsi:type="notation:Location" xmi:id="_zPYt5nOQEee07dEgYYRu0Q" x="-1" y="-9"/>
  269. </children>
  270. <styles xsi:type="notation:ConnectorStyle" xmi:id="_zPYt4XOQEee07dEgYYRu0Q" routing="Rectilinear" lineColor="4210752"/>
  271. <styles xsi:type="notation:FontStyle" xmi:id="_zPYt43OQEee07dEgYYRu0Q" fontName="Verdana"/>
  272. <bendpoints xsi:type="notation:RelativeBendpoints" xmi:id="_zPYt4nOQEee07dEgYYRu0Q" points="[0, -3, 155, -14]$[-141, -3, 14, -14]"/>
  273. <sourceAnchor xsi:type="notation:IdentityAnchor" xmi:id="_zPZ8AHOQEee07dEgYYRu0Q" id="(0.0,0.6415094339622641)"/>
  274. <targetAnchor xsi:type="notation:IdentityAnchor" xmi:id="_zPZ8AXOQEee07dEgYYRu0Q" id="(0.6,0.7735849056603774)"/>
  275. </edges>
  276. <edges xmi:id="_j_aHQHOREee07dEgYYRu0Q" type="Transition" element="_j_ZgMHOREee07dEgYYRu0Q" source="_iW8UoHOREee07dEgYYRu0Q" target="_j_XD8nOREee07dEgYYRu0Q">
  277. <children xsi:type="notation:DecorationNode" xmi:id="_j_aHRHOREee07dEgYYRu0Q" type="TransitionExpression">
  278. <styles xsi:type="notation:ShapeStyle" xmi:id="_j_aHRXOREee07dEgYYRu0Q"/>
  279. <layoutConstraint xsi:type="notation:Location" xmi:id="_j_aHRnOREee07dEgYYRu0Q" y="10"/>
  280. </children>
  281. <styles xsi:type="notation:ConnectorStyle" xmi:id="_j_aHQXOREee07dEgYYRu0Q" routing="Rectilinear" lineColor="4210752"/>
  282. <styles xsi:type="notation:FontStyle" xmi:id="_j_aHQ3OREee07dEgYYRu0Q" fontName="Verdana"/>
  283. <bendpoints xsi:type="notation:RelativeBendpoints" xmi:id="_j_aHQnOREee07dEgYYRu0Q" points="[-5, -6, 30, 35]$[-32, -38, 3, 3]"/>
  284. </edges>
  285. <edges xmi:id="_oI2B0HOREee07dEgYYRu0Q" type="Transition" element="_oIy-gnOREee07dEgYYRu0Q" source="_j_XD8nOREee07dEgYYRu0Q" target="_oIzlkHOREee07dEgYYRu0Q">
  286. <children xsi:type="notation:DecorationNode" xmi:id="_oI2B1HOREee07dEgYYRu0Q" type="TransitionExpression">
  287. <styles xsi:type="notation:ShapeStyle" xmi:id="_oI2B1XOREee07dEgYYRu0Q"/>
  288. <layoutConstraint xsi:type="notation:Location" xmi:id="_oI2B1nOREee07dEgYYRu0Q" x="1" y="48"/>
  289. </children>
  290. <styles xsi:type="notation:ConnectorStyle" xmi:id="_oI2B0XOREee07dEgYYRu0Q" routing="Rectilinear" lineColor="4210752"/>
  291. <styles xsi:type="notation:FontStyle" xmi:id="_oI2B03OREee07dEgYYRu0Q" fontName="Verdana"/>
  292. <bendpoints xsi:type="notation:RelativeBendpoints" xmi:id="_oI2B0nOREee07dEgYYRu0Q" points="[-20, -7, 116, 35]$[-133, -41, 3, 1]"/>
  293. </edges>
  294. <edges xmi:id="_sBXykHOREee07dEgYYRu0Q" type="Transition" element="_sBXLgHOREee07dEgYYRu0Q" source="_oIzlkHOREee07dEgYYRu0Q" target="_j_XD8nOREee07dEgYYRu0Q">
  295. <children xsi:type="notation:DecorationNode" xmi:id="_sBXylHOREee07dEgYYRu0Q" type="TransitionExpression">
  296. <styles xsi:type="notation:ShapeStyle" xmi:id="_sBXylXOREee07dEgYYRu0Q"/>
  297. <layoutConstraint xsi:type="notation:Location" xmi:id="_sBXylnOREee07dEgYYRu0Q" x="-85"/>
  298. </children>
  299. <styles xsi:type="notation:ConnectorStyle" xmi:id="_sBXykXOREee07dEgYYRu0Q" routing="Rectilinear" lineColor="4210752"/>
  300. <styles xsi:type="notation:FontStyle" xmi:id="_sBXyk3OREee07dEgYYRu0Q" fontName="Verdana"/>
  301. <bendpoints xsi:type="notation:RelativeBendpoints" xmi:id="_sBXyknOREee07dEgYYRu0Q" points="[56, 26, 62, 90]$[78, 26, 84, 90]$[78, -74, 84, -10]$[3, -74, 9, -10]"/>
  302. <sourceAnchor xsi:type="notation:IdentityAnchor" xmi:id="_sBZAsHOREee07dEgYYRu0Q" id="(0.44761904761904764,0.0)"/>
  303. <targetAnchor xsi:type="notation:IdentityAnchor" xmi:id="_sBZAsXOREee07dEgYYRu0Q" id="(0.8043478260869565,0.7547169811320755)"/>
  304. </edges>
  305. </notation:Diagram>
  306. </xmi:XMI>