forked from Phillip-Salangsang/scooter-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsequence.drawio
More file actions
92 lines (92 loc) · 6.08 KB
/
sequence.drawio
File metadata and controls
92 lines (92 loc) · 6.08 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<mxfile host="65bd71144e">
<diagram id="zExVZ_1hvFo3xXi4Hvfl" name="Page-1">
<mxGraphModel dx="736" dy="966" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="2" value="User" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;" vertex="1" parent="1">
<mxGeometry x="40" y="70" width="30" height="60" as="geometry"/>
</mxCell>
<mxCell id="3" value="ScooterApp" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="300" y="80" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="4" value="Scooter" style="shape=mxgraph.signs.transportation.scooter;html=1;pointerEvents=1;fillColor=#d0cee2;strokeColor=#56517e;verticalLabelPosition=bottom;verticalAlign=top;align=center;" vertex="1" parent="1">
<mxGeometry x="630" y="78" width="99" height="64" as="geometry"/>
</mxCell>
<mxCell id="5" value="" style="endArrow=none;dashed=1;html=1;" edge="1" parent="1" target="2">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="60" y="1150" as="sourcePoint"/>
<mxPoint x="70" y="170" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="6" value="" style="endArrow=none;dashed=1;html=1;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="362.43" y="1160" as="sourcePoint"/>
<mxPoint x="357.5728571428571" y="140" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="7" value="" style="endArrow=none;dashed=1;html=1;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="694.86" y="1150" as="sourcePoint"/>
<mxPoint x="690.0028571428571" y="130" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="8" value="registerUser(username, password, age)" style="endArrow=classic;html=1;fillColor=#b0e3e6;strokeColor=#0e8088;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="60" y="160" as="sourcePoint"/>
<mxPoint x="360" y="160" as="targetPoint"/>
<Array as="points">
<mxPoint x="160" y="160"/>
</Array>
</mxGeometry>
</mxCell>
<mxCell id="9" value="login(password)" style="endArrow=classic;html=1;fillColor=#b0e3e6;strokeColor=#0e8088;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="60" y="200" as="sourcePoint"/>
<mxPoint x="360" y="200" as="targetPoint"/>
<Array as="points"/>
</mxGeometry>
</mxCell>
<mxCell id="10" value="" style="endArrow=classic;html=1;fillColor=#f8cecc;gradientColor=#ea6b66;strokeColor=#b85450;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="360" y="240" as="sourcePoint"/>
<mxPoint x="50" y="240" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="12" value="throw 'incorrect password' if password is wrong" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" vertex="1" connectable="0" parent="10">
<mxGeometry y="3" relative="1" as="geometry">
<mxPoint y="-3" as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="13" value="rent()" style="endArrow=classic;html=1;fillColor=#b0e3e6;strokeColor=#0e8088;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="360" y="280" as="sourcePoint"/>
<mxPoint x="690" y="280" as="targetPoint"/>
<Array as="points"/>
</mxGeometry>
</mxCell>
<mxCell id="14" value="dock(station)" style="endArrow=classic;html=1;fillColor=#b0e3e6;strokeColor=#0e8088;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="360" y="320" as="sourcePoint"/>
<mxPoint x="690" y="320" as="targetPoint"/>
<Array as="points"/>
</mxGeometry>
</mxCell>
<mxCell id="15" value="recharge()" style="endArrow=classic;html=1;fillColor=#b0e3e6;strokeColor=#0e8088;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="690" y="360" as="sourcePoint"/>
<mxPoint x="360" y="360" as="targetPoint"/>
<Array as="points"/>
</mxGeometry>
</mxCell>
<mxCell id="16" value="requestRepair()" style="endArrow=classic;html=1;fillColor=#b0e3e6;strokeColor=#0e8088;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="690" y="400" as="sourcePoint"/>
<mxPoint x="360" y="400" as="targetPoint"/>
<Array as="points"/>
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>