You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

441 lines
25KB

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
  3. <!--Created by yEd 3.18.2-->
  4. <key attr.name="Beschreibung" attr.type="string" for="graph" id="d0"/>
  5. <key for="port" id="d1" yfiles.type="portgraphics"/>
  6. <key for="port" id="d2" yfiles.type="portgeometry"/>
  7. <key for="port" id="d3" yfiles.type="portuserdata"/>
  8. <key attr.name="url" attr.type="string" for="node" id="d4"/>
  9. <key attr.name="description" attr.type="string" for="node" id="d5"/>
  10. <key for="node" id="d6" yfiles.type="nodegraphics"/>
  11. <key for="graphml" id="d7" yfiles.type="resources"/>
  12. <key attr.name="url" attr.type="string" for="edge" id="d8"/>
  13. <key attr.name="description" attr.type="string" for="edge" id="d9"/>
  14. <key for="edge" id="d10" yfiles.type="edgegraphics"/>
  15. <graph edgedefault="directed" id="G">
  16. <data key="d0" xml:space="preserve"/>
  17. <node id="n0">
  18. <data key="d4" xml:space="preserve"/>
  19. <data key="d6">
  20. <y:UMLClassNode>
  21. <y:Geometry height="261.74881661991583" width="454.94982322346914" x="731.633404190042" y="11.470006428237923"/>
  22. <y:Fill color="#FFCC00" transparent="false"/>
  23. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  24. <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="19.92626953125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="49.525390625" x="202.71221629923457" xml:space="preserve" y="3.0">Vehicle<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
  25. <y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
  26. <y:AttributeLabel xml:space="preserve"># position: float
  27. # curVelocity: float
  28. # maxVelocity: float
  29. # brakeProb: float
  30. # id: int
  31. # test: int
  32. # trackLength: float</y:AttributeLabel>
  33. <y:MethodLabel xml:space="preserve">+ timeElapse(): void
  34. + getPosition(): float
  35. + getCurVelocity(): float
  36. + getMaxVelocity(): float
  37. + updateVelocity(distanceForerunner: float): void
  38. + timeElapse(): void
  39. + Vehicle(id: id, position: int, maxVelocity: float, brakeProb: float, trackLength: float)</y:MethodLabel>
  40. </y:UML>
  41. </y:UMLClassNode>
  42. </data>
  43. </node>
  44. <node id="n1">
  45. <data key="d4" xml:space="preserve"/>
  46. <data key="d6">
  47. <y:UMLClassNode>
  48. <y:Geometry height="524.6137140603086" width="407.8298854604958" x="755.1933730715286" y="-635.3342500876577"/>
  49. <y:Fill color="#FFCC00" transparent="false"/>
  50. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  51. <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="19.92626953125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="38.68994140625" x="184.5699720271229" xml:space="preserve" y="3.0">Track<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
  52. <y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
  53. <y:AttributeLabel xml:space="preserve"># trackLength: float
  54. # sumAvgMemory: float
  55. # sumDelAvgMemory: float
  56. # historyLength: int
  57. # overallAvg: float
  58. # delayedAvg: float
  59. # lastAvg: float
  60. # waitTime: int
  61. # maxVelocity: float
  62. # brakeProb: float
  63. # steps: long
  64. # listSemaphore: Semaphore</y:AttributeLabel>
  65. <y:MethodLabel xml:space="preserve">- Track(int, float, float, float, int, int)
  66. + getVtrList(): List&lt;List&lt;TimeVehicleRecord&gt;&gt;
  67. + getOverallAvg(): float
  68. + getLastAvg(): float
  69. + getDelayedAvg(): float
  70. + getTrackLength(): float
  71. + getSteps(): long
  72. + getListSemaphore(): Semaphore
  73. + getHistoryLength(): int
  74. # createVehiclesList(int): List&lt;Vehicle&gt;
  75. + setWaitTime(int): void
  76. + setBrakeProb(float): void
  77. + setMaxVelocity(float): void
  78. + timeElapse(): void
  79. + avg_step(int): float
  80. # update_avg(): void</y:MethodLabel>
  81. </y:UML>
  82. </y:UMLClassNode>
  83. </data>
  84. </node>
  85. <node id="n2">
  86. <data key="d4" xml:space="preserve"/>
  87. <data key="d6">
  88. <y:UMLClassNode>
  89. <y:Geometry height="185.25140252454426" width="407.8298854604958" x="261.29663394109434" y="11.470006428237923"/>
  90. <y:Fill color="#FFCC00" transparent="false"/>
  91. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  92. <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="19.92626953125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="124.65625" x="141.5868177302479" xml:space="preserve" y="3.0">VehicleTimeRecord<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
  93. <y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
  94. <y:AttributeLabel xml:space="preserve"># id: int
  95. # position: float
  96. # velocity: float
  97. # maxVelocity: float</y:AttributeLabel>
  98. <y:MethodLabel xml:space="preserve">+ getMaxVelocity(): float
  99. + getPosition(): float
  100. + getVelocity(): float
  101. + VehicleTimeRecord(id: int, position: int, velocity: float, maxVelocity: float)</y:MethodLabel>
  102. </y:UML>
  103. </y:UMLClassNode>
  104. </data>
  105. </node>
  106. <node id="n3">
  107. <data key="d4" xml:space="preserve"/>
  108. <data key="d6">
  109. <y:UMLClassNode>
  110. <y:Geometry height="100.0" width="378.11827956989254" x="-780.2406900128568" y="-279.8587613955115"/>
  111. <y:Fill color="#FFCC00" transparent="false"/>
  112. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  113. <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="19.92626953125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="108.75537109375" x="134.68145423807127" xml:space="preserve" y="3.0">TimeRecordView<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
  114. <y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
  115. <y:AttributeLabel xml:space="preserve"/>
  116. <y:MethodLabel xml:space="preserve"># onSizeChanged(w: int, h: int, oldw: int, oldh: int): void
  117. + TimeRecordView(context: context, track: Track)
  118. </y:MethodLabel>
  119. </y:UML>
  120. </y:UMLClassNode>
  121. </data>
  122. </node>
  123. <node id="n4">
  124. <data key="d4" xml:space="preserve"/>
  125. <data key="d6">
  126. <y:UMLClassNode>
  127. <y:Geometry height="28.0" width="100.0" x="-641.1815502279104" y="-472.2176104488076"/>
  128. <y:Fill color="#FFCC00" transparent="false"/>
  129. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  130. <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="19.92626953125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="81.314453125" x="9.3427734375" xml:space="preserve" y="3.0">SurfaceView<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
  131. <y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
  132. <y:AttributeLabel xml:space="preserve"/>
  133. <y:MethodLabel xml:space="preserve"/>
  134. </y:UML>
  135. </y:UMLClassNode>
  136. </data>
  137. </node>
  138. <node id="n5">
  139. <data key="d4" xml:space="preserve"/>
  140. <data key="d6">
  141. <y:UMLClassNode>
  142. <y:Geometry height="396.7307372019633" width="454.94982322346914" x="-124.86732263908345" y="-996.1489963183732"/>
  143. <y:Fill color="#FFCC00" transparent="false"/>
  144. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  145. <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="19.92626953125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="80.57177734375" x="187.18902293985957" xml:space="preserve" y="3.0">MainActivity<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
  146. <y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
  147. <y:AttributeLabel xml:space="preserve"> +static defaultNoOfVehicles: int = 25 {readOnly}
  148. + static defaultTrackLength: int = 100 {readOnly}
  149. + static defaultBrakeProb: float = 0.3f {readOnly}
  150. + static defaultMaxVelocity: float = 5.0f {readOnly}
  151. + static defaultDelay: int = 0 {readOnly}
  152. + static defaultHistoryLength: int = 50 {readOnly}
  153. + static defaultFrameskip: int = 0 {readOnly}
  154. # LinearLayout viewStack: LinearLayout</y:AttributeLabel>
  155. <y:MethodLabel xml:space="preserve"># onCreate(savedInstanceState:Bundle): void
  156. + static round(float number, int digits): float
  157. # stopWorker(): void
  158. # updateTrack(): void
  159. + onProgressChanged(seekBar: SeekBar, progress: int, fromUser; boolean): void
  160. + onStartTrackingTouch(seekBar: SeekBar): void
  161. + onStopTrackingTouch(seekBar: SeekBar): void
  162. + onStepButtonClick(view: View): void
  163. + onPlayButtonClick(view: View): void
  164. + onStopButtonClick(view: View): void
  165. + onClearButtonClick(view: View): void</y:MethodLabel>
  166. </y:UML>
  167. </y:UMLClassNode>
  168. </data>
  169. </node>
  170. <node id="n6">
  171. <data key="d4" xml:space="preserve"/>
  172. <data key="d6">
  173. <y:UMLClassNode>
  174. <y:Geometry height="87.37727910238425" width="100.0" x="52.607588972651115" y="-282.37975543478245"/>
  175. <y:Fill color="#FFCC00" transparent="false"/>
  176. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  177. <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="19.92626953125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="48.7890625" x="25.60546875" xml:space="preserve" y="3.0">Worker<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
  178. <y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
  179. <y:AttributeLabel xml:space="preserve"># frameskip: int
  180. # stop: boolean
  181. # gui: MainActivity
  182. # Renderer renderer
  183. # int frameskip;</y:AttributeLabel>
  184. <y:MethodLabel xml:space="preserve">+ run(): void
  185. + setStop(stop: boolean): void
  186. + setFrameskip(frames): int: void
  187. + Worker(track: track, gui: MainActivity, renderer: Renderer, frameskip: int)
  188. </y:MethodLabel>
  189. </y:UML>
  190. </y:UMLClassNode>
  191. </data>
  192. </node>
  193. <node id="n7">
  194. <data key="d4" xml:space="preserve"/>
  195. <data key="d6">
  196. <y:UMLClassNode>
  197. <y:Geometry height="28.0" width="100.0" x="145.54237158134663" y="-472.2176104488076"/>
  198. <y:Fill color="#FFCC00" transparent="false"/>
  199. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  200. <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="19.92626953125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="47.341796875" x="26.3291015625" xml:space="preserve" y="3.0">Thread<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
  201. <y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
  202. <y:AttributeLabel xml:space="preserve"/>
  203. <y:MethodLabel xml:space="preserve"/>
  204. </y:UML>
  205. </y:UMLClassNode>
  206. </data>
  207. </node>
  208. <node id="n8">
  209. <data key="d4" xml:space="preserve"/>
  210. <data key="d6">
  211. <y:UMLClassNode>
  212. <y:Geometry height="321.1260957223001" width="294.65293361383846" x="-738.5080170348298" y="-56.467340170639986"/>
  213. <y:Fill color="#FFCC00" transparent="false"/>
  214. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  215. <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="19.92626953125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="61.078125" x="116.78740430691923" xml:space="preserve" y="3.0">Renderer<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
  216. <y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
  217. <y:AttributeLabel xml:space="preserve"># pixelPerVehicle: int
  218. # pixelPerLine: int
  219. # float tooShortPerTrackLength: float
  220. # float tooShortPerHeight: float
  221. # Paint paint: Paint
  222. # holder: SurfaceHolder
  223. - canvas: Canvas
  224. # width: int
  225. # height: int</y:AttributeLabel>
  226. <y:MethodLabel xml:space="preserve">+ setSize(width: int, height: int): void
  227. + setTrack(track: Track): void
  228. # getColor(curVelocity: float, maxVelocity: float): int
  229. # draw(): void
  230. + Renderer(track: Track, holder: SurfaceHolder)</y:MethodLabel>
  231. </y:UML>
  232. </y:UMLClassNode>
  233. </data>
  234. </node>
  235. <node id="n9">
  236. <data key="d4" xml:space="preserve"/>
  237. <data key="d6">
  238. <y:UMLClassNode>
  239. <y:Geometry height="116.0960729312763" width="384.03025654511475" x="-53.94775596072907" y="-1381.3650946704067"/>
  240. <y:Fill color="#FFCC00" transparent="false"/>
  241. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  242. <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="35.8525390625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="227.9833984375" x="78.02342905380738" xml:space="preserve" y="3.0">&lt;&lt;interface&gt;&gt;
  243. SeekBar.OnSeekBarChangeListener<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
  244. <y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
  245. <y:AttributeLabel xml:space="preserve"/>
  246. <y:MethodLabel xml:space="preserve">~ onProgressChanged(SeekBar var1, int var2, boolean var3): void
  247. ~ onStartTrackingTouch(SeekBar var1): void
  248. ~ onStopTrackingTouch(SeekBar var1): void</y:MethodLabel>
  249. </y:UML>
  250. </y:UMLClassNode>
  251. </data>
  252. </node>
  253. <node id="n10">
  254. <data key="d4" xml:space="preserve"/>
  255. <data key="d6">
  256. <y:UMLClassNode>
  257. <y:Geometry height="28.0" width="157.52173913043487" x="-156.0024544179522" y="-1184.4486215813463"/>
  258. <y:Fill color="#FFCC00" transparent="false"/>
  259. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  260. <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="19.92626953125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="124.6181640625" x="16.451787533967433" xml:space="preserve" y="3.0">AppCompatActivity<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
  261. <y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
  262. <y:AttributeLabel xml:space="preserve"/>
  263. <y:MethodLabel xml:space="preserve"/>
  264. </y:UML>
  265. </y:UMLClassNode>
  266. </data>
  267. </node>
  268. <edge id="e0" source="n3" target="n4">
  269. <data key="d10">
  270. <y:PolyLineEdge>
  271. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  272. <y:LineStyle color="#000000" type="line" width="1.0"/>
  273. <y:Arrows source="none" target="white_delta"/>
  274. <y:BendStyle smoothed="false"/>
  275. </y:PolyLineEdge>
  276. </data>
  277. </edge>
  278. <edge id="e1" source="n6" target="n7">
  279. <data key="d10">
  280. <y:PolyLineEdge>
  281. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  282. <y:LineStyle color="#000000" type="line" width="1.0"/>
  283. <y:Arrows source="none" target="white_delta"/>
  284. <y:BendStyle smoothed="false"/>
  285. </y:PolyLineEdge>
  286. </data>
  287. </edge>
  288. <edge id="e2" source="n5" target="n10">
  289. <data key="d10">
  290. <y:PolyLineEdge>
  291. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  292. <y:LineStyle color="#000000" type="line" width="1.0"/>
  293. <y:Arrows source="none" target="white_delta"/>
  294. <y:BendStyle smoothed="false"/>
  295. </y:PolyLineEdge>
  296. </data>
  297. </edge>
  298. <edge id="e3" source="n5" target="n9">
  299. <data key="d10">
  300. <y:PolyLineEdge>
  301. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  302. <y:LineStyle color="#000000" type="dashed" width="1.0"/>
  303. <y:Arrows source="none" target="white_delta"/>
  304. <y:BendStyle smoothed="false"/>
  305. </y:PolyLineEdge>
  306. </data>
  307. </edge>
  308. <edge id="e4" source="n5" target="n1">
  309. <data key="d9"/>
  310. <data key="d10">
  311. <y:PolyLineEdge>
  312. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  313. <y:LineStyle color="#000000" type="line" width="1.0"/>
  314. <y:Arrows source="none" target="plain"/>
  315. <y:BendStyle smoothed="false"/>
  316. </y:PolyLineEdge>
  317. </data>
  318. </edge>
  319. <edge id="e5" source="n5" target="n6">
  320. <data key="d9"/>
  321. <data key="d10">
  322. <y:PolyLineEdge>
  323. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  324. <y:LineStyle color="#000000" type="line" width="1.0"/>
  325. <y:Arrows source="none" target="plain"/>
  326. <y:BendStyle smoothed="false"/>
  327. </y:PolyLineEdge>
  328. </data>
  329. </edge>
  330. <edge id="e6" source="n5" target="n8">
  331. <data key="d9"/>
  332. <data key="d10">
  333. <y:PolyLineEdge>
  334. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  335. <y:LineStyle color="#000000" type="line" width="1.0"/>
  336. <y:Arrows source="none" target="plain"/>
  337. <y:BendStyle smoothed="false"/>
  338. </y:PolyLineEdge>
  339. </data>
  340. </edge>
  341. <edge id="e7" source="n1" target="n0">
  342. <data key="d9"/>
  343. <data key="d10">
  344. <y:PolyLineEdge>
  345. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  346. <y:LineStyle color="#000000" type="line" width="1.0"/>
  347. <y:Arrows source="white_diamond" target="none"/>
  348. <y:BendStyle smoothed="false"/>
  349. </y:PolyLineEdge>
  350. </data>
  351. </edge>
  352. <edge id="e8" source="n1" target="n2">
  353. <data key="d9"/>
  354. <data key="d10">
  355. <y:PolyLineEdge>
  356. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  357. <y:LineStyle color="#000000" type="line" width="1.0"/>
  358. <y:Arrows source="white_diamond" target="none"/>
  359. <y:BendStyle smoothed="false"/>
  360. </y:PolyLineEdge>
  361. </data>
  362. </edge>
  363. <edge id="e9" source="n8" target="n2">
  364. <data key="d9"/>
  365. <data key="d10">
  366. <y:PolyLineEdge>
  367. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  368. <y:LineStyle color="#000000" type="line" width="1.0"/>
  369. <y:Arrows source="none" target="plain"/>
  370. <y:BendStyle smoothed="false"/>
  371. </y:PolyLineEdge>
  372. </data>
  373. </edge>
  374. <edge id="e10" source="n8" target="n1">
  375. <data key="d9"/>
  376. <data key="d10">
  377. <y:PolyLineEdge>
  378. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  379. <y:LineStyle color="#000000" type="line" width="1.0"/>
  380. <y:Arrows source="none" target="plain"/>
  381. <y:BendStyle smoothed="false"/>
  382. </y:PolyLineEdge>
  383. </data>
  384. </edge>
  385. <edge id="e11" source="n6" target="n1">
  386. <data key="d9"/>
  387. <data key="d10">
  388. <y:PolyLineEdge>
  389. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  390. <y:LineStyle color="#000000" type="line" width="1.0"/>
  391. <y:Arrows source="none" target="plain"/>
  392. <y:BendStyle smoothed="false"/>
  393. </y:PolyLineEdge>
  394. </data>
  395. </edge>
  396. <edge id="e12" source="n6" target="n8">
  397. <data key="d9"/>
  398. <data key="d10">
  399. <y:PolyLineEdge>
  400. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  401. <y:LineStyle color="#000000" type="line" width="1.0"/>
  402. <y:Arrows source="none" target="plain"/>
  403. <y:BendStyle smoothed="false"/>
  404. </y:PolyLineEdge>
  405. </data>
  406. </edge>
  407. <edge id="e13" source="n5" target="n3">
  408. <data key="d9"/>
  409. <data key="d10">
  410. <y:PolyLineEdge>
  411. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  412. <y:LineStyle color="#000000" type="line" width="1.0"/>
  413. <y:Arrows source="none" target="plain"/>
  414. <y:BendStyle smoothed="false"/>
  415. </y:PolyLineEdge>
  416. </data>
  417. </edge>
  418. <edge id="e14" source="n8" target="n3">
  419. <data key="d9"/>
  420. <data key="d10">
  421. <y:PolyLineEdge>
  422. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  423. <y:LineStyle color="#000000" type="line" width="1.0"/>
  424. <y:Arrows source="none" target="none"/>
  425. <y:EdgeLabel alignment="center" configuration="AutoFlippingLabel" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.701171875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" verticalTextPosition="bottom" visible="true" width="80.705078125" x="-40.35250970056677" xml:space="preserve" y="-71.03235925475545">SurfaceHolder<y:LabelModel><y:SmartEdgeLabelModel autoRotationEnabled="false" defaultAngle="0.0" defaultDistance="10.0"/></y:LabelModel><y:ModelParameter><y:SmartEdgeLabelModelParameter angle="0.0" distance="30.0" distanceToCenter="true" position="center" ratio="0.5" segment="0"/></y:ModelParameter><y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="anywhere" sideReference="relative_to_edge_flow"/></y:EdgeLabel>
  426. <y:BendStyle smoothed="false"/>
  427. </y:PolyLineEdge>
  428. </data>
  429. </edge>
  430. </graph>
  431. <data key="d7">
  432. <y:Resources/>
  433. </data>
  434. </graphml>