forked from Phillip-Salangsang/scooter-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclass.drawio
More file actions
28 lines (28 loc) · 2.34 KB
/
class.drawio
File metadata and controls
28 lines (28 loc) · 2.34 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
<mxfile host="65bd71144e">
<diagram id="oxz4X8kYGMr4o8iqiHzJ" name="Page-1">
<mxGraphModel dx="736" dy="1641" 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="swimlane;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="260" y="60" width="200" height="200" as="geometry"/>
</mxCell>
<mxCell id="7" value="<ul><li>username</li><li>password</li><li>age</li><li>loggedIn</li></ul>" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="2">
<mxGeometry x="60" y="85" width="60" height="30" as="geometry"/>
</mxCell>
<mxCell id="3" value="Scooter" style="swimlane;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="260" y="430" width="200" height="200" as="geometry"/>
</mxCell>
<mxCell id="5" value="<ul><li>station</li><li>user</li><li>serial</li><li>nextSerial</li><li>charge</li><li>isBroken</li></ul>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="3">
<mxGeometry x="30" y="30" width="120" height="160" as="geometry"/>
</mxCell>
<mxCell id="4" value="ScooterApp" style="swimlane;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="260" y="790" width="200" height="200" as="geometry"/>
</mxCell>
<mxCell id="8" value="<ul><li>station</li><li>registedUsers</li></ul>" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="4">
<mxGeometry x="60" y="100" width="60" height="30" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>