-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclass_diagram.drawio
207 lines (207 loc) · 23.7 KB
/
class_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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36" version="24.8.1">
<diagram name="Page-1" id="yiRx-Qkvr1-sbgVts9H9">
<mxGraphModel dx="1313" dy="761" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="opUPb0PNc_qECVjf1fpA-29" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" target="opUPb0PNc_qECVjf1fpA-17" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="239" y="310" as="targetPoint" />
<Array as="points">
<mxPoint x="380" y="280" />
<mxPoint x="176" y="280" />
</Array>
<mxPoint x="400" y="280" as="sourcePoint" />
</mxGeometry>
</mxCell>
<mxCell id="opUPb0PNc_qECVjf1fpA-17" value="Auth Service" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="41" y="368" width="270" height="192" as="geometry" />
</mxCell>
<mxCell id="opUPb0PNc_qECVjf1fpA-18" value="- jwt_secret_key: string" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" parent="opUPb0PNc_qECVjf1fpA-17" vertex="1">
<mxGeometry y="26" width="270" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-11" value="- admin_user: string" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="opUPb0PNc_qECVjf1fpA-17">
<mxGeometry y="52" width="270" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-12" value="- admin_password: string" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="opUPb0PNc_qECVjf1fpA-17">
<mxGeometry y="78" width="270" height="26" as="geometry" />
</mxCell>
<mxCell id="opUPb0PNc_qECVjf1fpA-19" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" parent="opUPb0PNc_qECVjf1fpA-17" vertex="1">
<mxGeometry y="104" width="270" height="8" as="geometry" />
</mxCell>
<mxCell id="opUPb0PNc_qECVjf1fpA-43" value="+ signUp(email: string, password:string): string" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" parent="opUPb0PNc_qECVjf1fpA-17" vertex="1">
<mxGeometry y="112" width="270" height="26" as="geometry" />
</mxCell>
<mxCell id="opUPb0PNc_qECVjf1fpA-44" value="+ signIn(email: string, password:string): string" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" parent="opUPb0PNc_qECVjf1fpA-17" vertex="1">
<mxGeometry y="138" width="270" height="26" as="geometry" />
</mxCell>
<mxCell id="opUPb0PNc_qECVjf1fpA-20" value="+ verifyUser(token: string): object" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" parent="opUPb0PNc_qECVjf1fpA-17" vertex="1">
<mxGeometry y="164" width="270" height="28" as="geometry" />
</mxCell>
<mxCell id="opUPb0PNc_qECVjf1fpA-21" value="Database Service" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="350" y="370" width="390" height="242" as="geometry">
<mxRectangle x="350" y="320" width="140" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-14" value="- admin_user: string" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="opUPb0PNc_qECVjf1fpA-21">
<mxGeometry y="26" width="390" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-13" value="- admin_password: string" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="opUPb0PNc_qECVjf1fpA-21">
<mxGeometry y="52" width="390" height="26" as="geometry" />
</mxCell>
<mxCell id="opUPb0PNc_qECVjf1fpA-22" value="- db_name: string" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" parent="opUPb0PNc_qECVjf1fpA-21" vertex="1">
<mxGeometry y="78" width="390" height="26" as="geometry" />
</mxCell>
<mxCell id="opUPb0PNc_qECVjf1fpA-45" value="- table_name: string" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" parent="opUPb0PNc_qECVjf1fpA-21" vertex="1">
<mxGeometry y="104" width="390" height="26" as="geometry" />
</mxCell>
<mxCell id="opUPb0PNc_qECVjf1fpA-46" value="- db_type: enum("mariadb", "postgresql", "mysql")" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" parent="opUPb0PNc_qECVjf1fpA-21" vertex="1">
<mxGeometry y="130" width="390" height="26" as="geometry" />
</mxCell>
<mxCell id="opUPb0PNc_qECVjf1fpA-23" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" parent="opUPb0PNc_qECVjf1fpA-21" vertex="1">
<mxGeometry y="156" width="390" height="8" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-1" value="+ createTable(tableName: string, dbSchema:object): Promise&lt;object&gt;" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="opUPb0PNc_qECVjf1fpA-21">
<mxGeometry y="164" width="390" height="26" as="geometry" />
</mxCell>
<mxCell id="opUPb0PNc_qECVjf1fpA-24" value="+ addData(data: object): Promise&lt;object&gt;" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" parent="opUPb0PNc_qECVjf1fpA-21" vertex="1">
<mxGeometry y="190" width="390" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-2" value="+ editData(data: object): Promise&lt;object&gt;" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="opUPb0PNc_qECVjf1fpA-21">
<mxGeometry y="216" width="390" height="26" as="geometry" />
</mxCell>
<mxCell id="opUPb0PNc_qECVjf1fpA-25" value="Storage Service" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="770" y="370" width="350" height="202" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-21" value="- admin_user: string" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="opUPb0PNc_qECVjf1fpA-25">
<mxGeometry y="26" width="350" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-22" value="- admin_password: string" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="opUPb0PNc_qECVjf1fpA-25">
<mxGeometry y="52" width="350" height="26" as="geometry" />
</mxCell>
<mxCell id="opUPb0PNc_qECVjf1fpA-26" value="- bucketName: string" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" parent="opUPb0PNc_qECVjf1fpA-25" vertex="1">
<mxGeometry y="78" width="350" height="26" as="geometry" />
</mxCell>
<mxCell id="opUPb0PNc_qECVjf1fpA-27" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" parent="opUPb0PNc_qECVjf1fpA-25" vertex="1">
<mxGeometry y="104" width="350" height="8" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-4" value="+ createBucket(bucketName: string): Promise&lt;object&gt;" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="opUPb0PNc_qECVjf1fpA-25">
<mxGeometry y="112" width="350" height="30" as="geometry" />
</mxCell>
<mxCell id="opUPb0PNc_qECVjf1fpA-28" value="+ addObject(file: Blob, objName: string): Promise&lt;object&gt;" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" parent="opUPb0PNc_qECVjf1fpA-25" vertex="1">
<mxGeometry y="142" width="350" height="30" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-5" value="+ removeObject(objectId: string): Promise&lt;object&gt;" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="opUPb0PNc_qECVjf1fpA-25">
<mxGeometry y="172" width="350" height="30" as="geometry" />
</mxCell>
<mxCell id="opUPb0PNc_qECVjf1fpA-32" value="" style="edgeStyle=segmentEdgeStyle;endArrow=classic;html=1;curved=0;rounded=0;endSize=8;startSize=8;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" target="opUPb0PNc_qECVjf1fpA-25" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="540" y="280" as="sourcePoint" />
<mxPoint x="620" y="220" as="targetPoint" />
<Array as="points">
<mxPoint x="570" y="280" />
<mxPoint x="945" y="280" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="opUPb0PNc_qECVjf1fpA-37" value="" style="endArrow=diamondThin;endFill=1;endSize=24;html=1;rounded=0;exitX=0.995;exitY=0.715;exitDx=0;exitDy=0;exitPerimeter=0;entryX=-0.015;entryY=0.694;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="R-NmBOeUY7IuvYJ7BZHV-28" target="R-NmBOeUY7IuvYJ7BZHV-23" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="250.68000000000006" y="149.65400000000002" as="sourcePoint" />
<mxPoint x="311" y="149.79" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-3" value="" style="edgeStyle=segmentEdgeStyle;endArrow=classic;html=1;curved=0;rounded=0;endSize=8;startSize=8;entryX=0.5;entryY=0;entryDx=0;entryDy=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="1" source="R-NmBOeUY7IuvYJ7BZHV-15" target="opUPb0PNc_qECVjf1fpA-21">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="430" y="240" as="sourcePoint" />
<mxPoint x="540" y="220" as="targetPoint" />
<Array as="points">
<mxPoint x="400" y="280" />
<mxPoint x="545" y="280" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-6" value="Admin" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="599" y="80" width="210" height="164" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-7" value="- super_admin_user: string" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="R-NmBOeUY7IuvYJ7BZHV-6">
<mxGeometry y="26" width="210" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-10" value="- super_admin_password: string" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="R-NmBOeUY7IuvYJ7BZHV-6">
<mxGeometry y="52" width="210" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-8" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" vertex="1" parent="R-NmBOeUY7IuvYJ7BZHV-6">
<mxGeometry y="78" width="210" height="8" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-9" value="+ monitorServices(): void" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="R-NmBOeUY7IuvYJ7BZHV-6">
<mxGeometry y="86" width="210" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-25" value="+ backupData(): void" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="R-NmBOeUY7IuvYJ7BZHV-6">
<mxGeometry y="112" width="210" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-24" value="+ viewUsageMetrics(): void" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="R-NmBOeUY7IuvYJ7BZHV-6">
<mxGeometry y="138" width="210" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-15" value="Flexibase" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="320" y="81" width="160" height="138" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-16" value="- config: object" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="R-NmBOeUY7IuvYJ7BZHV-15">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-23" value="- runningServices: object[]" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="R-NmBOeUY7IuvYJ7BZHV-15">
<mxGeometry y="52" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-17" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" vertex="1" parent="R-NmBOeUY7IuvYJ7BZHV-15">
<mxGeometry y="78" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-20" value="+ getSystemStatus(): void" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="R-NmBOeUY7IuvYJ7BZHV-15">
<mxGeometry y="86" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-18" value="+ initializeSystem(): void" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="R-NmBOeUY7IuvYJ7BZHV-15">
<mxGeometry y="112" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-26" value="User" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="42" y="81" width="160" height="164" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-27" value="- id: string" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="R-NmBOeUY7IuvYJ7BZHV-26">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-28" value="- email: string" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="R-NmBOeUY7IuvYJ7BZHV-26">
<mxGeometry y="52" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-32" value="- password: string" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="R-NmBOeUY7IuvYJ7BZHV-26">
<mxGeometry y="78" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-29" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" vertex="1" parent="R-NmBOeUY7IuvYJ7BZHV-26">
<mxGeometry y="104" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-30" value="+ resetPassword(): void" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="R-NmBOeUY7IuvYJ7BZHV-26">
<mxGeometry y="112" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-31" value="+ recoverAccount(): void" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="R-NmBOeUY7IuvYJ7BZHV-26">
<mxGeometry y="138" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-33" value="" style="endArrow=none;html=1;rounded=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="R-NmBOeUY7IuvYJ7BZHV-23" target="R-NmBOeUY7IuvYJ7BZHV-10">
<mxGeometry relative="1" as="geometry">
<mxPoint x="530" y="40" as="sourcePoint" />
<mxPoint x="690" y="40" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-34" value="class diagram" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=14;" vertex="1" parent="1">
<mxGeometry x="547" y="690" width="110" height="30" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-35" value="*" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="199" y="121" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-36" value="1" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="281" y="121" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-37" value="1" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="480" y="121" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="R-NmBOeUY7IuvYJ7BZHV-38" value="1" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="569" y="121" width="30" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>