forked from yousafgill/draw.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUntitled Diagram.drawio
70 lines (70 loc) · 4.02 KB
/
Untitled Diagram.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" version="24.7.16">
<diagram name="Page-1" id="i48_zaRhG2w2xcgYtepX">
<mxGraphModel>
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="2" value="Start" style="ellipse;aspect=fixed;strokeWidth=2;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="105" y="8" width="50" height="50" as="geometry" />
</mxCell>
<mxCell id="3" value="Extract Data Facts" style="ellipse;aspect=fixed;strokeWidth=2;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="57" y="863" width="147" height="147" as="geometry" />
</mxCell>
<mxCell id="4" value="End" style="ellipse;aspect=fixed;strokeWidth=2;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="110" y="1059" width="41" height="41" as="geometry" />
</mxCell>
<mxCell id="5" value="Get article content" style="ellipse;aspect=fixed;strokeWidth=2;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="54" y="108" width="153" height="153" as="geometry" />
</mxCell>
<mxCell id="6" value="Split into paragraphs" style="ellipse;aspect=fixed;strokeWidth=2;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="48" y="311" width="164" height="164" as="geometry" />
</mxCell>
<mxCell id="7" value="Loop through each paragraph" style="ellipse;aspect=fixed;strokeWidth=2;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="56" y="525" width="148" height="148" as="geometry" />
</mxCell>
<mxCell id="8" value="No" style="rhombus;strokeWidth=2;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="97" y="745" width="67" height="67" as="geometry" />
</mxCell>
<mxCell id="9" value="" style="curved=1;startArrow=none;endArrow=block;exitX=0.51;exitY=1;entryX=0.5;entryY=0;" edge="1" parent="1" source="2" target="5">
<mxGeometry relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="10" value="" style="curved=1;startArrow=none;endArrow=block;exitX=0.5;exitY=1;entryX=0.5;entryY=0;" edge="1" parent="1" source="5" target="6">
<mxGeometry relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="11" value="" style="curved=1;startArrow=none;endArrow=block;exitX=0.5;exitY=1;entryX=0.5;entryY=0;" edge="1" parent="1" source="6" target="7">
<mxGeometry relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="12" value="Has Next Paragraph?" style="curved=1;startArrow=none;endArrow=block;exitX=0.29;exitY=1;entryX=0.16;entryY=0;" edge="1" parent="1" source="7" target="8">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="83" y="709" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="13" value="" style="curved=1;startArrow=none;endArrow=block;exitX=0.84;exitY=0;entryX=0.72;entryY=1;" edge="1" parent="1" source="8" target="7">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="178" y="709" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="14" value="" style="curved=1;startArrow=none;endArrow=block;exitX=0.5;exitY=1.01;entryX=0.5;entryY=0;" edge="1" parent="1" source="8" target="3">
<mxGeometry relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="15" value="" style="curved=1;startArrow=none;endArrow=block;exitX=0.5;exitY=1;entryX=0.49;entryY=0.01;" edge="1" parent="1" source="3" target="4">
<mxGeometry relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>