-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhp.drawio
More file actions
151 lines (151 loc) · 19.6 KB
/
hp.drawio
File metadata and controls
151 lines (151 loc) · 19.6 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
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
<mxfile host="app.diagrams.net" modified="2023-04-19T00:50:08.892Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" etag="-Es_nQZLuZiWP-7FyLVY" version="21.1.9" type="github">
<diagram name="Página-1" id="Oay3tAvh17hiwOw5oQ67">
<mxGraphModel dx="662" dy="365" 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="cphsTk5UNhaAy1RKEiX2-2" value="<div>Character<br></div>" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="827" y="40" width="420" height="246" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-3" value="- 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="cphsTk5UNhaAy1RKEiX2-2" vertex="1">
<mxGeometry y="30" width="420" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-68" value="- code: int" 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="cphsTk5UNhaAy1RKEiX2-2" vertex="1">
<mxGeometry y="56" width="420" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-6" value="- house: 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="cphsTk5UNhaAy1RKEiX2-2" vertex="1">
<mxGeometry y="82" width="420" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-7" value="- affiliation: 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="cphsTk5UNhaAy1RKEiX2-2" vertex="1">
<mxGeometry y="108" width="420" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-4" 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="cphsTk5UNhaAy1RKEiX2-2" vertex="1">
<mxGeometry y="134" width="420" height="8" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-44" value="<div>+ Add(name: String, code: int, house: String, affiliation: String): boolean</div>" 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="cphsTk5UNhaAy1RKEiX2-2" vertex="1">
<mxGeometry y="142" width="420" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-45" value="<div>+ Display(name: String, house: String, affiliation: String): boolean<br></div>" 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="cphsTk5UNhaAy1RKEiX2-2" vertex="1">
<mxGeometry y="168" width="420" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-46" value="<div>+ Update(name: String, house: String, affiliation: String): boolean<br></div>" 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="cphsTk5UNhaAy1RKEiX2-2" vertex="1">
<mxGeometry y="194" width="420" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-47" value="<div>+ Delete(void): boolean&nbsp;<br></div>" 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="cphsTk5UNhaAy1RKEiX2-2" vertex="1">
<mxGeometry y="220" width="420" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-8" value="<div>Account<br></div>" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="40" y="40" width="400" height="350" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-9" value="- 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="cphsTk5UNhaAy1RKEiX2-8" vertex="1">
<mxGeometry y="30" width="400" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-11" value="- username: 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="cphsTk5UNhaAy1RKEiX2-8" vertex="1">
<mxGeometry y="56" width="400" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-23" 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;" parent="cphsTk5UNhaAy1RKEiX2-8" vertex="1">
<mxGeometry y="82" width="400" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-10" 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="cphsTk5UNhaAy1RKEiX2-8" vertex="1">
<mxGeometry y="108" width="400" height="8" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-42" value="+ Login(username: String, password: String): boolean" 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="cphsTk5UNhaAy1RKEiX2-8" vertex="1">
<mxGeometry y="116" width="400" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-64" value="+ Register(name: String, username: String, password: String): boolean" 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="cphsTk5UNhaAy1RKEiX2-8" vertex="1">
<mxGeometry y="142" width="400" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-43" value="+ Logout(void): boolean" 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="cphsTk5UNhaAy1RKEiX2-8" vertex="1">
<mxGeometry y="168" width="400" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-17" value="+ getName(): 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="cphsTk5UNhaAy1RKEiX2-8" vertex="1">
<mxGeometry y="194" width="400" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-18" value="+ setName(): 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="cphsTk5UNhaAy1RKEiX2-8" vertex="1">
<mxGeometry y="220" width="400" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-19" value="+ getUsername(): 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="cphsTk5UNhaAy1RKEiX2-8" vertex="1">
<mxGeometry y="246" width="400" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-21" value="+ setUsername(): 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="cphsTk5UNhaAy1RKEiX2-8" vertex="1">
<mxGeometry y="272" width="400" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-24" value="+ getPassword(): 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="cphsTk5UNhaAy1RKEiX2-8" vertex="1">
<mxGeometry y="298" width="400" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-25" value="+ setPassword(): 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="cphsTk5UNhaAy1RKEiX2-8" vertex="1">
<mxGeometry y="324" width="400" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-26" value="House" 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="560" y="400" width="470" height="268" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-27" value="- 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="cphsTk5UNhaAy1RKEiX2-26" vertex="1">
<mxGeometry y="26" width="470" height="26" as="geometry" />
</mxCell>
<mxCell id="30bCLSrpccnJNPE62FUY-1" value="- code: int" 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="cphsTk5UNhaAy1RKEiX2-26">
<mxGeometry y="52" width="470" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-30" value="- animal: 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="cphsTk5UNhaAy1RKEiX2-26" vertex="1">
<mxGeometry y="78" width="470" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-41" value="- color: 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="cphsTk5UNhaAy1RKEiX2-26" vertex="1">
<mxGeometry y="104" width="470" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-31" value="- values: 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="cphsTk5UNhaAy1RKEiX2-26" vertex="1">
<mxGeometry y="130" width="470" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-28" 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="cphsTk5UNhaAy1RKEiX2-26" vertex="1">
<mxGeometry y="156" width="470" height="8" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-55" value="<div>+ Add(name: String, code: int, animal: String, color: String, values: String): boolean</div>" 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="cphsTk5UNhaAy1RKEiX2-26" vertex="1">
<mxGeometry y="164" width="470" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-56" value="<div>+ Display(name: String, animal: String, color: String, values: String): boolean</div>" 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="cphsTk5UNhaAy1RKEiX2-26" vertex="1">
<mxGeometry y="190" width="470" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-57" value="<div>+ Update(name: String, code: int, animal: String, color: String, values: String): boolean</div>" 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="cphsTk5UNhaAy1RKEiX2-26" vertex="1">
<mxGeometry y="216" width="470" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-58" value="<div>+ Delete(void): boolean</div>" 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="cphsTk5UNhaAy1RKEiX2-26" vertex="1">
<mxGeometry y="242" width="470" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-35" value="Affiliation" 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="1160" y="400" width="220" height="190" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-36" value="- 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="cphsTk5UNhaAy1RKEiX2-35" vertex="1">
<mxGeometry y="26" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="30bCLSrpccnJNPE62FUY-3" value="- code: int" 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="cphsTk5UNhaAy1RKEiX2-35">
<mxGeometry y="52" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-37" 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="cphsTk5UNhaAy1RKEiX2-35" vertex="1">
<mxGeometry y="78" width="220" height="8" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-60" value="<div>+ Add(name: String, code: int): boolean</div>" 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="cphsTk5UNhaAy1RKEiX2-35" vertex="1">
<mxGeometry y="86" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-61" value="<div>+ Display(name: String): boolean</div>" 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="cphsTk5UNhaAy1RKEiX2-35" vertex="1">
<mxGeometry y="112" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-62" value="<div>+ Update(name: String): boolean</div>" 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="cphsTk5UNhaAy1RKEiX2-35" vertex="1">
<mxGeometry y="138" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-63" value="<div>+ Delete(void): boolean</div>" 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="cphsTk5UNhaAy1RKEiX2-35" vertex="1">
<mxGeometry y="164" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-65" value="" style="endArrow=diamondThin;endFill=0;endSize=24;html=1;rounded=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="1" source="cphsTk5UNhaAy1RKEiX2-2" target="cphsTk5UNhaAy1RKEiX2-26" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="490" y="270" as="sourcePoint" />
<mxPoint x="650" y="270" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="cphsTk5UNhaAy1RKEiX2-66" value="" style="endArrow=diamondThin;endFill=0;endSize=24;html=1;rounded=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;exitX=0.51;exitY=1.013;exitDx=0;exitDy=0;exitPerimeter=0;" parent="1" source="cphsTk5UNhaAy1RKEiX2-47" target="cphsTk5UNhaAy1RKEiX2-35" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="750" y="260" as="sourcePoint" />
<mxPoint x="650" y="340" as="targetPoint" />
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>