375 lines
23 KiB
XML
375 lines
23 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<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">
|
|
<!--Created by yEd 3.18.2-->
|
|
<key attr.name="Beschreibung" attr.type="string" for="graph" id="d0"/>
|
|
<key for="port" id="d1" yfiles.type="portgraphics"/>
|
|
<key for="port" id="d2" yfiles.type="portgeometry"/>
|
|
<key for="port" id="d3" yfiles.type="portuserdata"/>
|
|
<key attr.name="url" attr.type="string" for="node" id="d4"/>
|
|
<key attr.name="description" attr.type="string" for="node" id="d5"/>
|
|
<key for="node" id="d6" yfiles.type="nodegraphics"/>
|
|
<key for="graphml" id="d7" yfiles.type="resources"/>
|
|
<key attr.name="url" attr.type="string" for="edge" id="d8"/>
|
|
<key attr.name="description" attr.type="string" for="edge" id="d9"/>
|
|
<key for="edge" id="d10" yfiles.type="edgegraphics"/>
|
|
<graph edgedefault="directed" id="G">
|
|
<data key="d0" xml:space="preserve"/>
|
|
<node id="n0">
|
|
<data key="d4" xml:space="preserve"/>
|
|
<data key="d6">
|
|
<y:UMLClassNode>
|
|
<y:Geometry height="261.74881661991583" width="454.94982322346914" x="203.37046005726967" y="216.7983870967741"/>
|
|
<y:Fill color="#FFCC00" transparent="false"/>
|
|
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
<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>
|
|
<y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
|
|
<y:AttributeLabel xml:space="preserve"># position: float
|
|
# curVelocity: float
|
|
# maxVelocity: float
|
|
# brakeProb: float
|
|
# id: int
|
|
# trackLength: float</y:AttributeLabel>
|
|
<y:MethodLabel xml:space="preserve">+ timeElapse(): void
|
|
- getPosition(): float
|
|
- getCurVelocity(): float
|
|
- getMaxVelocity(): float
|
|
- updateVelocity(distanceForerunner: float): void
|
|
- timeElapse(): void
|
|
|
|
- Vehicle(id: id, position: int, maxVelocity: float, brakeProb: float, trackLength: float)</y:MethodLabel>
|
|
</y:UML>
|
|
</y:UMLClassNode>
|
|
</data>
|
|
</node>
|
|
<node id="n1">
|
|
<data key="d4" xml:space="preserve"/>
|
|
<data key="d6">
|
|
<y:UMLClassNode>
|
|
<y:Geometry height="239.72392180925658" width="318.9863253856943" x="272.00000000000006" y="-73.49999999999989"/>
|
|
<y:Fill color="#FFCC00" transparent="false"/>
|
|
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
<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>
|
|
<y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
|
|
<y:AttributeLabel xml:space="preserve"># vehicles: List<Vehicle>
|
|
# vtrList: List<List<VehicleTimeRecord>>
|
|
# trackLength: float
|
|
# sumAvgMemory: float
|
|
# lastAvg: float</y:AttributeLabel>
|
|
<y:MethodLabel xml:space="preserve">+ timeElapse(timestep: float): void
|
|
# createVehiclesList(numberVehicles: int): List<Vehicle>
|
|
- getVtrList(): List<List<VehicleTimeRecord>>
|
|
- getTrackLength(): float
|
|
- avg_step(step: int): float
|
|
# update_avg(): void
|
|
|
|
- Track(numberVehicles: int, trackLength: float)</y:MethodLabel>
|
|
</y:UML>
|
|
</y:UMLClassNode>
|
|
</data>
|
|
</node>
|
|
<node id="n2">
|
|
<data key="d4" xml:space="preserve"/>
|
|
<data key="d6">
|
|
<y:UMLClassNode>
|
|
<y:Geometry height="185.25140252454426" width="407.8298854604958" x="338.5536684782608" y="515.6441795231414"/>
|
|
<y:Fill color="#FFCC00" transparent="false"/>
|
|
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
<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>
|
|
<y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
|
|
<y:AttributeLabel xml:space="preserve"># id: int
|
|
# position: float
|
|
# velocity: float
|
|
# maxVelocity: float</y:AttributeLabel>
|
|
<y:MethodLabel xml:space="preserve">- getMaxVelocity(): float
|
|
- getPosition(): float
|
|
- getVelocity(): float
|
|
|
|
- VehicleTimeRecord(id: int, position: int, velocity: float, maxVelocity: float)</y:MethodLabel>
|
|
</y:UML>
|
|
</y:UMLClassNode>
|
|
</data>
|
|
</node>
|
|
<node id="n3">
|
|
<data key="d4" xml:space="preserve"/>
|
|
<data key="d5"/>
|
|
<data key="d6">
|
|
<y:UMLClassNode>
|
|
<y:Geometry height="165.81767180925672" width="378.11827956989254" x="-347.7597373188404" y="31.442145862552735"/>
|
|
<y:Fill color="#FFCC00" transparent="false"/>
|
|
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
<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>
|
|
<y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
|
|
<y:AttributeLabel xml:space="preserve"># paint: Paint
|
|
# track: Track
|
|
# pixelPerVehicle: int</y:AttributeLabel>
|
|
<y:MethodLabel xml:space="preserve"># getColor(curVelocity: float, maxVelocity: float): int
|
|
# onMeasure(widthMeasureSpec: int, heightMeasureSpec: int): void
|
|
# onSizeChanged(w: int, h: int, oldw: int, oldh: int): void
|
|
# onDraw(canvas: Canvas): void</y:MethodLabel>
|
|
</y:UML>
|
|
</y:UMLClassNode>
|
|
</data>
|
|
</node>
|
|
<node id="n4">
|
|
<data key="d4" xml:space="preserve"/>
|
|
<data key="d5"/>
|
|
<data key="d6">
|
|
<y:UMLClassNode>
|
|
<y:Geometry height="28.0" width="100.0" x="-208.7005975338941" y="-160.9167031907433"/>
|
|
<y:Fill color="#FFCC00" transparent="false"/>
|
|
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
<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>
|
|
<y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
|
|
<y:AttributeLabel xml:space="preserve"/>
|
|
<y:MethodLabel xml:space="preserve"/>
|
|
</y:UML>
|
|
</y:UMLClassNode>
|
|
</data>
|
|
</node>
|
|
<node id="n5">
|
|
<data key="d4" xml:space="preserve"/>
|
|
<data key="d5"/>
|
|
<data key="d6">
|
|
<y:UMLClassNode>
|
|
<y:Geometry height="208.0068592215987" width="283.97265077138866" x="-417.2893072113136" y="243.66936579593266"/>
|
|
<y:Fill color="#FFCC00" transparent="false"/>
|
|
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
<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>
|
|
<y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
|
|
<y:AttributeLabel xml:space="preserve"># track: Track
|
|
# trackView: TimeRecordView
|
|
# worker: Worker
|
|
# viewStack: LinearLayout</y:AttributeLabel>
|
|
<y:MethodLabel xml:space="preserve"># onCreate(savedInstanceState:Bundle): void
|
|
- update(observable: Observable, o: Object): void
|
|
- onStepButtonClick(view: View): void
|
|
- onPlayButtonClick(view: View): void
|
|
- onStopButtonClick(view: View): void</y:MethodLabel>
|
|
</y:UML>
|
|
</y:UMLClassNode>
|
|
</data>
|
|
</node>
|
|
<node id="n6">
|
|
<data key="d4" xml:space="preserve"/>
|
|
<data key="d5"/>
|
|
<data key="d6">
|
|
<y:UMLClassNode>
|
|
<y:Geometry height="28.0" width="100.0" x="646.3835539387567" y="116.33785501402525"/>
|
|
<y:Fill color="#FFCC00" transparent="false"/>
|
|
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
<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>
|
|
<y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
|
|
<y:AttributeLabel xml:space="preserve"/>
|
|
<y:MethodLabel xml:space="preserve"/>
|
|
</y:UML>
|
|
</y:UMLClassNode>
|
|
</data>
|
|
</node>
|
|
<node id="n7">
|
|
<data key="d4" xml:space="preserve"/>
|
|
<data key="d5"/>
|
|
<data key="d6">
|
|
<y:UMLClassNode>
|
|
<y:Geometry height="28.0" width="100.0" x="646.3835539387567" y="-73.49999999999989"/>
|
|
<y:Fill color="#FFCC00" transparent="false"/>
|
|
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
<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>
|
|
<y:UML clipContent="true" constraint="" hasDetailsColor="false" omitDetails="false" stereotype="" use3DEffect="true">
|
|
<y:AttributeLabel xml:space="preserve"/>
|
|
<y:MethodLabel xml:space="preserve"/>
|
|
</y:UML>
|
|
</y:UMLClassNode>
|
|
</data>
|
|
</node>
|
|
<node id="n8">
|
|
<data key="d4" xml:space="preserve"/>
|
|
<data key="d5"/>
|
|
<data key="d6">
|
|
<y:SVGNode>
|
|
<y:Geometry height="100.0" width="60.0" x="-120.14866760168297" y="469.8657082748948"/>
|
|
<y:Fill color="#FFCC00" transparent="false"/>
|
|
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
<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>
|
|
<y:SVGNodeProperties usingVisualBounds="false"/>
|
|
<y:SVGModel svgBoundsPolicy="0">
|
|
<y:SVGContent refid="1"/>
|
|
</y:SVGModel>
|
|
</y:SVGNode>
|
|
</data>
|
|
</node>
|
|
<node id="n9">
|
|
<data key="d4" xml:space="preserve"/>
|
|
<data key="d5"/>
|
|
<data key="d6">
|
|
<y:ShapeNode>
|
|
<y:Geometry height="50.0" width="110.0" x="-81.66514726507717" y="439.1556802244039"/>
|
|
<y:Fill color="#FFFFFF" transparent="false"/>
|
|
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
<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>
|
|
<y:Shape type="ellipse"/>
|
|
</y:ShapeNode>
|
|
</data>
|
|
</node>
|
|
<edge id="e0" source="n1" target="n0">
|
|
<data key="d8" xml:space="preserve"/>
|
|
<data key="d10">
|
|
<y:PolyLineEdge>
|
|
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
|
|
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
<y:Arrows source="none" target="none"/>
|
|
<y:BendStyle smoothed="false"/>
|
|
</y:PolyLineEdge>
|
|
</data>
|
|
</edge>
|
|
<edge id="e1" source="n0" target="n2">
|
|
<data key="d8" xml:space="preserve"/>
|
|
<data key="d10">
|
|
<y:PolyLineEdge>
|
|
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
|
|
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
<y:Arrows source="none" target="none"/>
|
|
<y:BendStyle smoothed="false"/>
|
|
</y:PolyLineEdge>
|
|
</data>
|
|
</edge>
|
|
<edge id="e2" source="n0" target="n0">
|
|
<data key="d8" xml:space="preserve"/>
|
|
<data key="d9" xml:space="preserve"><![CDATA[asdsad
|
|
]]></data>
|
|
<data key="d10">
|
|
<y:PolyLineEdge>
|
|
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0">
|
|
<y:Point x="129.87046005726967" y="339.2515120967741"/>
|
|
</y:Path>
|
|
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
<y:Arrows source="none" target="none"/>
|
|
<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>
|
|
<y:BendStyle smoothed="false"/>
|
|
</y:PolyLineEdge>
|
|
</data>
|
|
</edge>
|
|
<edge id="e3" source="n3" target="n4">
|
|
<data key="d9"/>
|
|
<data key="d10">
|
|
<y:PolyLineEdge>
|
|
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
|
|
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
<y:Arrows source="none" target="white_delta"/>
|
|
<y:BendStyle smoothed="false"/>
|
|
</y:PolyLineEdge>
|
|
</data>
|
|
</edge>
|
|
<edge id="e4" source="n6" target="n7">
|
|
<data key="d9"/>
|
|
<data key="d10">
|
|
<y:PolyLineEdge>
|
|
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
|
|
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
<y:Arrows source="none" target="white_delta"/>
|
|
<y:BendStyle smoothed="false"/>
|
|
</y:PolyLineEdge>
|
|
</data>
|
|
</edge>
|
|
</graph>
|
|
<data key="d7">
|
|
<y:Resources>
|
|
<y:Resource id="1" xml:space="preserve"><?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
<svg
|
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
xmlns:cc="http://web.resource.org/cc/"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
width="41"
|
|
height="68.997391"
|
|
id="svg2"
|
|
sodipodi:version="0.32"
|
|
inkscape:version="0.45.1"
|
|
sodipodi:docbase="C:\Daten\alberts\projects\yfx"
|
|
sodipodi:docname="uml_actor.svg"
|
|
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
|
version="1.0">
|
|
<defs
|
|
id="defs4" />
|
|
<sodipodi:namedview
|
|
id="base"
|
|
pagecolor="#ffffff"
|
|
bordercolor="#666666"
|
|
borderopacity="1.0"
|
|
inkscape:pageopacity="0.0"
|
|
inkscape:pageshadow="2"
|
|
inkscape:zoom="2.934351"
|
|
inkscape:cx="144.21983"
|
|
inkscape:cy="28.533711"
|
|
inkscape:document-units="px"
|
|
inkscape:current-layer="layer1"
|
|
showgrid="true"
|
|
inkscape:window-width="1280"
|
|
inkscape:window-height="968"
|
|
inkscape:window-x="-4"
|
|
inkscape:window-y="-4"
|
|
width="48px"
|
|
height="48px"
|
|
showborder="false"
|
|
inkscape:showpageshadow="false" />
|
|
<metadata
|
|
id="metadata7">
|
|
<rdf:RDF>
|
|
<cc:Work
|
|
rdf:about="">
|
|
<dc:format>image/svg+xml</dc:format>
|
|
<dc:type
|
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
</cc:Work>
|
|
</rdf:RDF>
|
|
</metadata>
|
|
<g
|
|
inkscape:label="Ebene 1"
|
|
inkscape:groupmode="layer"
|
|
id="layer1"
|
|
transform="translate(-29.5,-42.959476)">
|
|
<a
|
|
id="a3142"
|
|
transform="matrix(1.0873906,0,0,1,-4.4741999,0)">
|
|
<path
|
|
transform="translate(11.586889,5.2908993)"
|
|
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"
|
|
sodipodi:ry="9.2013531"
|
|
sodipodi:rx="8.5197716"
|
|
sodipodi:cy="47.36993"
|
|
sodipodi:cx="38.509369"
|
|
id="path2160"
|
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
sodipodi:type="arc" />
|
|
</a>
|
|
<path
|
|
sodipodi:type="arc"
|
|
style="fill:none"
|
|
id="path3134"
|
|
sodipodi:cx="43.962021"
|
|
sodipodi:cy="48.392303"
|
|
sodipodi:rx="3.7486994"
|
|
sodipodi:ry="0"
|
|
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" />
|
|
<path
|
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.24319649px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
d="M 50,61.33709 C 50,91.363211 50,92.247838 50,92.247838"
|
|
id="path3136" />
|
|
<path
|
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
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"
|
|
id="path3138" />
|
|
<path
|
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
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"
|
|
id="path3140" />
|
|
</g>
|
|
</svg>
|
|
</y:Resource>
|
|
</y:Resources>
|
|
</data>
|
|
</graphml>
|