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.

375 lines
23KB

  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="203.37046005726967" y="216.7983870967741"/>
  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. # trackLength: float</y:AttributeLabel>
  32. <y:MethodLabel xml:space="preserve">+ timeElapse(): void
  33. - getPosition(): float
  34. - getCurVelocity(): float
  35. - getMaxVelocity(): float
  36. - updateVelocity(distanceForerunner: float): void
  37. - timeElapse(): void
  38. - Vehicle(id: id, position: int, maxVelocity: float, brakeProb: float, trackLength: float)</y:MethodLabel>
  39. </y:UML>
  40. </y:UMLClassNode>
  41. </data>
  42. </node>
  43. <node id="n1">
  44. <data key="d4" xml:space="preserve"/>
  45. <data key="d6">
  46. <y:UMLClassNode>
  47. <y:Geometry height="239.72392180925658" width="318.9863253856943" x="272.00000000000006" y="-73.49999999999989"/>
  48. <y:Fill color="#FFCC00" transparent="false"/>
  49. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  50. <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="140.14819198972214" 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>
  51. <y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
  52. <y:AttributeLabel xml:space="preserve"># vehicles: List&lt;Vehicle&gt;
  53. # vtrList: List&lt;List&lt;VehicleTimeRecord&gt;&gt;
  54. # trackLength: float
  55. # sumAvgMemory: float
  56. # lastAvg: float</y:AttributeLabel>
  57. <y:MethodLabel xml:space="preserve">+ timeElapse(timestep: float): void
  58. # createVehiclesList(numberVehicles: int): List&lt;Vehicle&gt;
  59. - getVtrList(): List&lt;List&lt;VehicleTimeRecord&gt;&gt;
  60. - getTrackLength(): float
  61. - avg_step(step: int): float
  62. # update_avg(): void
  63. - Track(numberVehicles: int, trackLength: float)</y:MethodLabel>
  64. </y:UML>
  65. </y:UMLClassNode>
  66. </data>
  67. </node>
  68. <node id="n2">
  69. <data key="d4" xml:space="preserve"/>
  70. <data key="d6">
  71. <y:UMLClassNode>
  72. <y:Geometry height="185.25140252454426" width="407.8298854604958" x="338.5536684782608" y="515.6441795231414"/>
  73. <y:Fill color="#FFCC00" transparent="false"/>
  74. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  75. <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>
  76. <y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
  77. <y:AttributeLabel xml:space="preserve"># id: int
  78. # position: float
  79. # velocity: float
  80. # maxVelocity: float</y:AttributeLabel>
  81. <y:MethodLabel xml:space="preserve">- getMaxVelocity(): float
  82. - getPosition(): float
  83. - getVelocity(): float
  84. - VehicleTimeRecord(id: int, position: int, velocity: float, maxVelocity: float)</y:MethodLabel>
  85. </y:UML>
  86. </y:UMLClassNode>
  87. </data>
  88. </node>
  89. <node id="n3">
  90. <data key="d4" xml:space="preserve"/>
  91. <data key="d5"/>
  92. <data key="d6">
  93. <y:UMLClassNode>
  94. <y:Geometry height="165.81767180925672" width="378.11827956989254" x="-347.7597373188404" y="31.442145862552735"/>
  95. <y:Fill color="#FFCC00" transparent="false"/>
  96. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  97. <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>
  98. <y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
  99. <y:AttributeLabel xml:space="preserve"># paint: Paint
  100. # track: Track
  101. # pixelPerVehicle: int</y:AttributeLabel>
  102. <y:MethodLabel xml:space="preserve"># getColor(curVelocity: float, maxVelocity: float): int
  103. # onMeasure(widthMeasureSpec: int, heightMeasureSpec: int): void
  104. # onSizeChanged(w: int, h: int, oldw: int, oldh: int): void
  105. # onDraw(canvas: Canvas): void</y:MethodLabel>
  106. </y:UML>
  107. </y:UMLClassNode>
  108. </data>
  109. </node>
  110. <node id="n4">
  111. <data key="d4" xml:space="preserve"/>
  112. <data key="d5"/>
  113. <data key="d6">
  114. <y:UMLClassNode>
  115. <y:Geometry height="28.0" width="100.0" x="-208.7005975338941" y="-160.9167031907433"/>
  116. <y:Fill color="#FFCC00" transparent="false"/>
  117. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  118. <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="33.62451171875" x="33.187744140625" xml:space="preserve" y="3.0">View<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>
  119. <y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
  120. <y:AttributeLabel xml:space="preserve"/>
  121. <y:MethodLabel xml:space="preserve"/>
  122. </y:UML>
  123. </y:UMLClassNode>
  124. </data>
  125. </node>
  126. <node id="n5">
  127. <data key="d4" xml:space="preserve"/>
  128. <data key="d5"/>
  129. <data key="d6">
  130. <y:UMLClassNode>
  131. <y:Geometry height="208.0068592215987" width="283.97265077138866" x="-417.2893072113136" y="243.66936579593266"/>
  132. <y:Fill color="#FFCC00" transparent="false"/>
  133. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  134. <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="101.70043671381933" 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>
  135. <y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
  136. <y:AttributeLabel xml:space="preserve"># track: Track
  137. # trackView: TimeRecordView
  138. # worker: Worker
  139. # viewStack: LinearLayout</y:AttributeLabel>
  140. <y:MethodLabel xml:space="preserve"># onCreate(savedInstanceState:Bundle): void
  141. - update(observable: Observable, o: Object): void
  142. - onStepButtonClick(view: View): void
  143. - onPlayButtonClick(view: View): void
  144. - onStopButtonClick(view: View): void</y:MethodLabel>
  145. </y:UML>
  146. </y:UMLClassNode>
  147. </data>
  148. </node>
  149. <node id="n6">
  150. <data key="d4" xml:space="preserve"/>
  151. <data key="d5"/>
  152. <data key="d6">
  153. <y:UMLClassNode>
  154. <y:Geometry height="28.0" width="100.0" x="646.3835539387567" y="116.33785501402525"/>
  155. <y:Fill color="#FFCC00" transparent="false"/>
  156. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  157. <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>
  158. <y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
  159. <y:AttributeLabel xml:space="preserve"/>
  160. <y:MethodLabel xml:space="preserve"/>
  161. </y:UML>
  162. </y:UMLClassNode>
  163. </data>
  164. </node>
  165. <node id="n7">
  166. <data key="d4" xml:space="preserve"/>
  167. <data key="d5"/>
  168. <data key="d6">
  169. <y:UMLClassNode>
  170. <y:Geometry height="28.0" width="100.0" x="646.3835539387567" y="-73.49999999999989"/>
  171. <y:Fill color="#FFCC00" transparent="false"/>
  172. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  173. <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>
  174. <y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
  175. <y:AttributeLabel xml:space="preserve"/>
  176. <y:MethodLabel xml:space="preserve"/>
  177. </y:UML>
  178. </y:UMLClassNode>
  179. </data>
  180. </node>
  181. <node id="n8">
  182. <data key="d4" xml:space="preserve"/>
  183. <data key="d5"/>
  184. <data key="d6">
  185. <y:SVGNode>
  186. <y:Geometry height="100.0" width="60.0" x="-120.14866760168297" y="469.8657082748948"/>
  187. <y:Fill color="#FFCC00" transparent="false"/>
  188. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  189. <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="19.92626953125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="34.341796875" x="12.8291015625" xml:space="preserve" y="104.0">Actor<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="-0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="4.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
  190. <y:SVGNodeProperties usingVisualBounds="false"/>
  191. <y:SVGModel svgBoundsPolicy="0">
  192. <y:SVGContent refid="1"/>
  193. </y:SVGModel>
  194. </y:SVGNode>
  195. </data>
  196. </node>
  197. <node id="n9">
  198. <data key="d4" xml:space="preserve"/>
  199. <data key="d5"/>
  200. <data key="d6">
  201. <y:ShapeNode>
  202. <y:Geometry height="50.0" width="110.0" x="-81.66514726507717" y="439.1556802244039"/>
  203. <y:Fill color="#FFFFFF" transparent="false"/>
  204. <y:BorderStyle color="#000000" type="line" width="1.0"/>
  205. <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="19.92626953125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="58.93896484375" x="25.530517578125" xml:space="preserve" y="15.036865234375">Blaaaaaa<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>
  206. <y:Shape type="ellipse"/>
  207. </y:ShapeNode>
  208. </data>
  209. </node>
  210. <edge id="e0" source="n1" target="n0">
  211. <data key="d8" xml:space="preserve"/>
  212. <data key="d10">
  213. <y:PolyLineEdge>
  214. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  215. <y:LineStyle color="#000000" type="line" width="1.0"/>
  216. <y:Arrows source="none" target="none"/>
  217. <y:BendStyle smoothed="false"/>
  218. </y:PolyLineEdge>
  219. </data>
  220. </edge>
  221. <edge id="e1" source="n0" target="n2">
  222. <data key="d8" xml:space="preserve"/>
  223. <data key="d10">
  224. <y:PolyLineEdge>
  225. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  226. <y:LineStyle color="#000000" type="line" width="1.0"/>
  227. <y:Arrows source="none" target="none"/>
  228. <y:BendStyle smoothed="false"/>
  229. </y:PolyLineEdge>
  230. </data>
  231. </edge>
  232. <edge id="e2" source="n0" target="n0">
  233. <data key="d8" xml:space="preserve"/>
  234. <data key="d9" xml:space="preserve"><![CDATA[asdsad
  235. ]]></data>
  236. <data key="d10">
  237. <y:PolyLineEdge>
  238. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0">
  239. <y:Point x="129.87046005726967" y="339.2515120967741"/>
  240. </y:Path>
  241. <y:LineStyle color="#000000" type="line" width="1.0"/>
  242. <y:Arrows source="none" target="none"/>
  243. <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="69.373046875" x="-247.37619167580988" xml:space="preserve" y="83.61574489684222"># forerunner<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="right" 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>
  244. <y:BendStyle smoothed="false"/>
  245. </y:PolyLineEdge>
  246. </data>
  247. </edge>
  248. <edge id="e3" source="n3" target="n4">
  249. <data key="d9"/>
  250. <data key="d10">
  251. <y:PolyLineEdge>
  252. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  253. <y:LineStyle color="#000000" type="line" width="1.0"/>
  254. <y:Arrows source="none" target="white_delta"/>
  255. <y:BendStyle smoothed="false"/>
  256. </y:PolyLineEdge>
  257. </data>
  258. </edge>
  259. <edge id="e4" source="n6" target="n7">
  260. <data key="d9"/>
  261. <data key="d10">
  262. <y:PolyLineEdge>
  263. <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  264. <y:LineStyle color="#000000" type="line" width="1.0"/>
  265. <y:Arrows source="none" target="white_delta"/>
  266. <y:BendStyle smoothed="false"/>
  267. </y:PolyLineEdge>
  268. </data>
  269. </edge>
  270. </graph>
  271. <data key="d7">
  272. <y:Resources>
  273. <y:Resource id="1" xml:space="preserve">&lt;?xml version="1.0" encoding="UTF-8" standalone="no"?&gt;
  274. &lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
  275. &lt;svg
  276. xmlns:dc="http://purl.org/dc/elements/1.1/"
  277. xmlns:cc="http://web.resource.org/cc/"
  278. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  279. xmlns:svg="http://www.w3.org/2000/svg"
  280. xmlns="http://www.w3.org/2000/svg"
  281. xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
  282. xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
  283. width="41"
  284. height="68.997391"
  285. id="svg2"
  286. sodipodi:version="0.32"
  287. inkscape:version="0.45.1"
  288. sodipodi:docbase="C:\Daten\alberts\projects\yfx"
  289. sodipodi:docname="uml_actor.svg"
  290. inkscape:output_extension="org.inkscape.output.svg.inkscape"
  291. version="1.0"&gt;
  292. &lt;defs
  293. id="defs4" /&gt;
  294. &lt;sodipodi:namedview
  295. id="base"
  296. pagecolor="#ffffff"
  297. bordercolor="#666666"
  298. borderopacity="1.0"
  299. inkscape:pageopacity="0.0"
  300. inkscape:pageshadow="2"
  301. inkscape:zoom="2.934351"
  302. inkscape:cx="144.21983"
  303. inkscape:cy="28.533711"
  304. inkscape:document-units="px"
  305. inkscape:current-layer="layer1"
  306. showgrid="true"
  307. inkscape:window-width="1280"
  308. inkscape:window-height="968"
  309. inkscape:window-x="-4"
  310. inkscape:window-y="-4"
  311. width="48px"
  312. height="48px"
  313. showborder="false"
  314. inkscape:showpageshadow="false" /&gt;
  315. &lt;metadata
  316. id="metadata7"&gt;
  317. &lt;rdf:RDF&gt;
  318. &lt;cc:Work
  319. rdf:about=""&gt;
  320. &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
  321. &lt;dc:type
  322. rdf:resource="http://purl.org/dc/dcmitype/StillImage" /&gt;
  323. &lt;/cc:Work&gt;
  324. &lt;/rdf:RDF&gt;
  325. &lt;/metadata&gt;
  326. &lt;g
  327. inkscape:label="Ebene 1"
  328. inkscape:groupmode="layer"
  329. id="layer1"
  330. transform="translate(-29.5,-42.959476)"&gt;
  331. &lt;a
  332. id="a3142"
  333. transform="matrix(1.0873906,0,0,1,-4.4741999,0)"&gt;
  334. &lt;path
  335. transform="translate(11.586889,5.2908993)"
  336. d="M 47.02914 47.36993 A 8.5197716 9.2013531 0 1 1 29.989597,47.36993 A 8.5197716 9.2013531 0 1 1 47.02914 47.36993 z"
  337. sodipodi:ry="9.2013531"
  338. sodipodi:rx="8.5197716"
  339. sodipodi:cy="47.36993"
  340. sodipodi:cx="38.509369"
  341. id="path2160"
  342. style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
  343. sodipodi:type="arc" /&gt;
  344. &lt;/a&gt;
  345. &lt;path
  346. sodipodi:type="arc"
  347. style="fill:none"
  348. id="path3134"
  349. sodipodi:cx="43.962021"
  350. sodipodi:cy="48.392303"
  351. sodipodi:rx="3.7486994"
  352. sodipodi:ry="0"
  353. d="M 47.71072 48.392303 A 3.7486994 0 0 1 1 40.213321,48.392303 A 3.7486994 0 0 1 1 47.71072 48.392303 z" /&gt;
  354. &lt;path
  355. style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.24319649px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
  356. d="M 50,61.33709 C 50,91.363211 50,92.247838 50,92.247838"
  357. id="path3136" /&gt;
  358. &lt;path
  359. style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
  360. d="M 69.760668,72.362183 C 69.760668,72.362183 69.760668,72.362183 50.239332,72.362183 C 30.239332,72.362183 30.239332,72.362183 30.239332,72.362183 L 30.239332,72.362183"
  361. id="path3138" /&gt;
  362. &lt;path
  363. style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
  364. d="M 30,111.45687 C 30,111.45687 30,111.45687 50,92.013532 C 70,111.45687 70,111.45687 70,111.45687"
  365. id="path3140" /&gt;
  366. &lt;/g&gt;
  367. &lt;/svg&gt;
  368. </y:Resource>
  369. </y:Resources>
  370. </data>
  371. </graphml>