-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDesignPattern.drawio
More file actions
213 lines (213 loc) · 25.1 KB
/
DesignPattern.drawio
File metadata and controls
213 lines (213 loc) · 25.1 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
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
208
209
210
211
212
213
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" version="26.0.11" pages="2">
<diagram name="Section 4" id="-L020iz0Z3eSL1RoNdWb">
<mxGraphModel grid="1" page="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="9Cw8EWHfqnN3n4srjOdv-1" value="Article" 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="10" y="10" width="200" height="164" as="geometry">
<mxRectangle x="10" y="10" width="100" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-2" value="+ Id: 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="9Cw8EWHfqnN3n4srjOdv-1">
<mxGeometry y="26" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-5" value="- Title: 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="9Cw8EWHfqnN3n4srjOdv-1">
<mxGeometry y="52" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-6" value="# Image: 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="9Cw8EWHfqnN3n4srjOdv-1">
<mxGeometry y="78" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-7" value="~ Desc: 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="9Cw8EWHfqnN3n4srjOdv-1">
<mxGeometry y="104" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-3" 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="9Cw8EWHfqnN3n4srjOdv-1">
<mxGeometry y="130" width="200" height="8" as="geometry" />
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-4" value="+ SayHello(): 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="9Cw8EWHfqnN3n4srjOdv-1">
<mxGeometry y="138" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-8" value="&lt;&lt;utility&gt;&gt;<br>Article" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=40;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="10" y="220" width="160" height="100" as="geometry">
<mxRectangle x="10" y="220" width="100" height="40" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-9" value="+ field: type" 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="9Cw8EWHfqnN3n4srjOdv-8">
<mxGeometry y="40" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-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;" vertex="1" parent="9Cw8EWHfqnN3n4srjOdv-8">
<mxGeometry y="66" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-11" value="+ method(type): type" 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="9Cw8EWHfqnN3n4srjOdv-8">
<mxGeometry y="74" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-13" value="Static class" style="text;align=center;fontStyle=1;verticalAlign=middle;spacingLeft=3;spacingRight=3;strokeColor=none;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;html=1;" vertex="1" parent="1">
<mxGeometry x="50" y="194" width="80" height="26" as="geometry" />
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-14" value="<i>Article</i>" 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="10" y="360" width="160" height="86" as="geometry">
<mxRectangle x="10" y="360" width="70" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-15" value="+ field: type" 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="9Cw8EWHfqnN3n4srjOdv-14">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-16" 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="9Cw8EWHfqnN3n4srjOdv-14">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-17" value="+ method(type): type" 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="9Cw8EWHfqnN3n4srjOdv-14">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-18" value="Abstract class (Italic Name)" style="text;align=center;fontStyle=1;verticalAlign=middle;spacingLeft=3;spacingRight=3;strokeColor=none;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;html=1;" vertex="1" parent="1">
<mxGeometry x="50" y="334" width="80" height="26" as="geometry" />
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-19" value="«interface»<br><b>IUserService</b>" style="html=1;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="265" y="144" width="110" height="50" as="geometry" />
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-20" value="<span style="font-weight: 400;">«interface»</span><br style="font-weight: 400;"><b>IArticleService</b>" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=40;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="240" width="160" height="100" as="geometry" />
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-21" value="+ field: type" 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="9Cw8EWHfqnN3n4srjOdv-20">
<mxGeometry y="40" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-22" 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="9Cw8EWHfqnN3n4srjOdv-20">
<mxGeometry y="66" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="9Cw8EWHfqnN3n4srjOdv-23" value="+ method(type): type" 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="9Cw8EWHfqnN3n4srjOdv-20">
<mxGeometry y="74" width="160" height="26" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="ldLw-dYbuWRZjFnN_afi" name="Section 5">
<mxGraphModel grid="1" page="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="7-JcdytO5sLcspifyIJR-1" value="<p style="margin:0px;margin-top:4px;text-align:center;"><i>&lt;&lt;Interface&gt;&gt;</i><br><b>IProductService</b></p><hr size="1" style="border-style:solid;"><p style="margin:0px;margin-left:4px;">+ field1: Type<br>+ field2: Type</p><hr size="1" style="border-style:solid;"><p style="margin:0px;margin-left:4px;">+ method1(Type): Type<br>+ method2(Type, Type): Type</p>" style="verticalAlign=top;align=left;overflow=fill;html=1;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="60" y="90" width="190" height="140" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-2" value="ProductService" 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="75" y="300" width="160" height="86" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-3" value="+ field: type" 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="7-JcdytO5sLcspifyIJR-2">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-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;" vertex="1" parent="7-JcdytO5sLcspifyIJR-2">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-5" value="+ method(type): type" 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="7-JcdytO5sLcspifyIJR-2">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-6" value="" style="endArrow=block;dashed=1;endFill=0;endSize=12;html=1;rounded=0;" edge="1" parent="1" source="7-JcdytO5sLcspifyIJR-2" target="7-JcdytO5sLcspifyIJR-1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="280" y="300" as="sourcePoint" />
<mxPoint x="440" y="300" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-7" value="BaseEntity" 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="410" y="100" width="160" height="86" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-8" value="+ field: type" 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="7-JcdytO5sLcspifyIJR-7">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-9" 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="7-JcdytO5sLcspifyIJR-7">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-10" value="+ method(type): type" 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="7-JcdytO5sLcspifyIJR-7">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-11" 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="410" y="270" width="160" height="86" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-12" value="+ field: type" 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="7-JcdytO5sLcspifyIJR-11">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-13" 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="7-JcdytO5sLcspifyIJR-11">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-14" value="+ method(type): type" 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="7-JcdytO5sLcspifyIJR-11">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-15" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=0;" edge="1" parent="1" source="7-JcdytO5sLcspifyIJR-11" target="7-JcdytO5sLcspifyIJR-7">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="470" y="370" as="sourcePoint" />
<mxPoint x="630" y="370" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-17" value="Product" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=26;fillColor=none;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="60" y="710" width="140" height="104" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-18" value="+ field: type" 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="7-JcdytO5sLcspifyIJR-17">
<mxGeometry y="26" width="140" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-19" value="+ field: type" 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="7-JcdytO5sLcspifyIJR-17">
<mxGeometry y="52" width="140" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-20" value="+ field: type" 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="7-JcdytO5sLcspifyIJR-17">
<mxGeometry y="78" width="140" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-21" value="Category" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=26;fillColor=none;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="60" y="530" width="140" height="104" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-22" value="+ field: type" 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="7-JcdytO5sLcspifyIJR-21">
<mxGeometry y="26" width="140" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-23" value="+ field: type" 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="7-JcdytO5sLcspifyIJR-21">
<mxGeometry y="52" width="140" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-24" value="+ field: type" 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="7-JcdytO5sLcspifyIJR-21">
<mxGeometry y="78" width="140" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-25" value="" style="endArrow=block;startArrow=block;endFill=1;startFill=1;html=1;rounded=0;" edge="1" parent="1" source="7-JcdytO5sLcspifyIJR-21" target="7-JcdytO5sLcspifyIJR-17">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="230" y="660" as="sourcePoint" />
<mxPoint x="390" y="660" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-26" value="Many To Many" style="text;align=center;fontStyle=1;verticalAlign=middle;spacingLeft=3;spacingRight=3;strokeColor=none;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;html=1;" vertex="1" parent="1">
<mxGeometry x="90" y="480" width="80" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-27" value="Implementation" style="text;align=center;fontStyle=1;verticalAlign=middle;spacingLeft=3;spacingRight=3;strokeColor=none;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;html=1;" vertex="1" parent="1">
<mxGeometry x="115" y="50" width="80" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-28" value="<span style="font-size:11.0pt;line-height:107%;<br/>font-family:&quot;Calibri&quot;,sans-serif;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:<br/>Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;<br/>mso-bidi-font-family:Arial;mso-bidi-theme-font:minor-bidi;mso-ansi-language:<br/>EN-US;mso-fareast-language:EN-US;mso-bidi-language:FA">Inheritance&nbsp;</span>" style="text;align=center;fontStyle=1;verticalAlign=middle;spacingLeft=3;spacingRight=3;strokeColor=none;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;html=1;" vertex="1" parent="1">
<mxGeometry x="460" y="56" width="80" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-29" value="Address" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=26;fillColor=none;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="370" y="710" width="140" height="104" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-30" value="+ field: type" 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="7-JcdytO5sLcspifyIJR-29">
<mxGeometry y="26" width="140" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-31" value="+ field: type" 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="7-JcdytO5sLcspifyIJR-29">
<mxGeometry y="52" width="140" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-32" value="+ field: type" 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="7-JcdytO5sLcspifyIJR-29">
<mxGeometry y="78" width="140" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-33" value="User" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=26;fillColor=none;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="370" y="530" width="140" height="104" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-34" value="+ field: type" 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="7-JcdytO5sLcspifyIJR-33">
<mxGeometry y="26" width="140" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-35" value="+ field: type" 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="7-JcdytO5sLcspifyIJR-33">
<mxGeometry y="52" width="140" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-36" value="+ field: type" 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="7-JcdytO5sLcspifyIJR-33">
<mxGeometry y="78" width="140" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-38" value="One To Many" style="text;align=center;fontStyle=1;verticalAlign=middle;spacingLeft=3;spacingRight=3;strokeColor=none;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;html=1;" vertex="1" parent="1">
<mxGeometry x="400" y="480" width="80" height="26" as="geometry" />
</mxCell>
<mxCell id="7-JcdytO5sLcspifyIJR-40" value="" style="endArrow=open;endFill=1;endSize=12;html=1;rounded=0;" edge="1" parent="1" source="7-JcdytO5sLcspifyIJR-33" target="7-JcdytO5sLcspifyIJR-29">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="240" y="670" as="sourcePoint" />
<mxPoint x="400" y="670" as="targetPoint" />
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>