-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCopy of ZooClassDiagram.drawio
423 lines (423 loc) · 49 KB
/
Copy of ZooClassDiagram.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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
<mxfile etag="o1osFShIjxQQHF27drfh" agent="5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" modified="2020-03-30T14:54:49.454Z" host="app.diagrams.net" version="12.9.5" type="github">
<diagram id="C5RBs43oDa-KdzZeNtuy" name="Page-1">
<mxGraphModel dx="2862" dy="2839" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="0" pageScale="1" pageWidth="1169" pageHeight="827" background="none" math="0" shadow="0">
<root>
<mxCell id="WIyWlLk6GJQsqaUBKTNV-0" />
<mxCell id="WIyWlLk6GJQsqaUBKTNV-1" parent="WIyWlLk6GJQsqaUBKTNV-0" />
<mxCell id="0TbLO2mfNWgMp-bxgsxS-0" value="Animal" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-299" y="-1636" width="200" height="350" as="geometry" />
</mxCell>
<mxCell id="0TbLO2mfNWgMp-bxgsxS-1" value="- name: string
- diet: string
- gender: string
- age: Integer
- weight: Double
- Poisonous: Boolean
- Temperature
- NaturalHabitat: String
- Medication: 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;" parent="0TbLO2mfNWgMp-bxgsxS-0" vertex="1">
<mxGeometry y="26" width="200" height="134" as="geometry" />
</mxCell>
<mxCell id="0TbLO2mfNWgMp-bxgsxS-2" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="0TbLO2mfNWgMp-bxgsxS-0" vertex="1">
<mxGeometry y="160" width="200" height="8" as="geometry" />
</mxCell>
<mxCell id="0TbLO2mfNWgMp-bxgsxS-3" value="+ GetName()
+ SetName(name)
+ GetDiet()
+ GetGender()
+ GetAge()
+ Breathe()
+ Eat()
+ Excrete()
+ Sleep()
+ GetIll()
+Move()
+ Reproduce()
" 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;" parent="0TbLO2mfNWgMp-bxgsxS-0" vertex="1">
<mxGeometry y="168" width="200" height="182" as="geometry" />
</mxCell>
<mxCell id="0TbLO2mfNWgMp-bxgsxS-5" value="Mammals" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-839" y="-1378.71" width="210" height="190" as="geometry" />
</mxCell>
<mxCell id="0TbLO2mfNWgMp-bxgsxS-6" value="- furType: String
- Noise: String
- SleepSchedule: String
- ExerciseNeededKm: Double" 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;" parent="0TbLO2mfNWgMp-bxgsxS-5" vertex="1">
<mxGeometry y="26" width="210" height="74" as="geometry" />
</mxCell>
<mxCell id="0TbLO2mfNWgMp-bxgsxS-7" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="0TbLO2mfNWgMp-bxgsxS-5" vertex="1">
<mxGeometry y="100" width="210" height="8" as="geometry" />
</mxCell>
<mxCell id="cL8bjoN6jts4UuPoE08g-39" value="+ Reproduce()
+ SetSleepSchedule(SleepSchedule)
+ GetSleepSchedule()
+ GetExerciseNeeded()
+ SetExerciseNeeded()" 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;" parent="0TbLO2mfNWgMp-bxgsxS-5" vertex="1">
<mxGeometry y="108" width="210" height="82" as="geometry" />
</mxCell>
<mxCell id="MYj5JW25N3nviBPNFUwC-0" value="" style="endArrow=block;endSize=16;endFill=0;html=1;exitX=1;exitY=0;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="0TbLO2mfNWgMp-bxgsxS-5" target="0TbLO2mfNWgMp-bxgsxS-3" edge="1">
<mxGeometry y="-60" width="160" relative="1" as="geometry">
<mxPoint x="-569" y="-1068.71" as="sourcePoint" />
<mxPoint x="-409" y="-1068.71" as="targetPoint" />
<Array as="points" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-0" value="Birds" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-499" y="-1636" width="160" height="186" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-1" value="- ColourOfFeathers: String
- BeakSize: String
- Depression: Boolean
- Enclosure: String
- Noise: 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;" parent="m3c3d1ibpdt9MSrah0Dr-0" vertex="1">
<mxGeometry y="26" width="160" height="80" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-2" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="m3c3d1ibpdt9MSrah0Dr-0" vertex="1">
<mxGeometry y="106" width="160" height="10" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-3" value="+ GetFeatherColour()
+ GetBeakSize()
+ GetDepression()
+SetDepression(Depression)" 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;" parent="m3c3d1ibpdt9MSrah0Dr-0" vertex="1">
<mxGeometry y="116" width="160" height="70" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-4" value="" style="endArrow=block;endSize=16;endFill=0;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="m3c3d1ibpdt9MSrah0Dr-3" target="0TbLO2mfNWgMp-bxgsxS-1" edge="1">
<mxGeometry y="-50" width="160" relative="1" as="geometry">
<mxPoint x="-9" y="-1428.71" as="sourcePoint" />
<mxPoint x="-439" y="-978.71" as="targetPoint" />
<Array as="points" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-5" value="" style="endArrow=block;endSize=16;endFill=0;html=1;entryX=0.53;entryY=1;entryDx=0;entryDy=0;entryPerimeter=0;exitX=0.5;exitY=0;exitDx=0;exitDy=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="m3c3d1ibpdt9MSrah0Dr-6" target="0TbLO2mfNWgMp-bxgsxS-3" edge="1">
<mxGeometry x="0.125" y="-60" width="160" relative="1" as="geometry">
<mxPoint x="-623" y="-1086" as="sourcePoint" />
<mxPoint x="-849" y="-986" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-6" value="Fish" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-370" y="-1240" width="160" height="120" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-7" value="- gills: Boolean
- fins: Boolean
- depth: Double
- waterTemp: Double
- TankSize: 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;" parent="m3c3d1ibpdt9MSrah0Dr-6" vertex="1">
<mxGeometry y="26" width="160" height="74" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-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;" parent="m3c3d1ibpdt9MSrah0Dr-6" vertex="1">
<mxGeometry y="100" width="160" height="20" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-10" value="" style="endArrow=block;endSize=16;endFill=0;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;exitX=1;exitY=0;exitDx=0;exitDy=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="m3c3d1ibpdt9MSrah0Dr-11" target="cL8bjoN6jts4UuPoE08g-39" edge="1">
<mxGeometry x="-0.25" y="-20" width="160" relative="1" as="geometry">
<mxPoint x="-999" y="-1158.71" as="sourcePoint" />
<mxPoint x="-679" y="-1028.71" as="targetPoint" />
<Array as="points" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-11" value="Lemur" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-1169" y="-1190.71" width="160" height="86" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-12" value="- " 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;" parent="m3c3d1ibpdt9MSrah0Dr-11" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-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;" parent="m3c3d1ibpdt9MSrah0Dr-11" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-14" value="+" 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;" parent="m3c3d1ibpdt9MSrah0Dr-11" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-15" value="Red Panda" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-1129" y="-1072.71" width="160" height="86" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-16" value="- " 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;" parent="m3c3d1ibpdt9MSrah0Dr-15" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-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;" parent="m3c3d1ibpdt9MSrah0Dr-15" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-18" value="+ " 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;" parent="m3c3d1ibpdt9MSrah0Dr-15" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-19" value="" style="endArrow=block;endSize=16;endFill=0;html=1;exitX=0.75;exitY=0;exitDx=0;exitDy=0;entryX=-0.019;entryY=1.033;entryDx=0;entryDy=0;entryPerimeter=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="m3c3d1ibpdt9MSrah0Dr-15" target="cL8bjoN6jts4UuPoE08g-39" edge="1">
<mxGeometry x="-0.125" y="-20" width="160" relative="1" as="geometry">
<mxPoint x="-989" y="-888.71" as="sourcePoint" />
<mxPoint x="-839" y="-1147.71" as="targetPoint" />
<Array as="points" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-31" value="Orca" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-1169" y="-1348.71" width="180" height="100" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-32" value="- NumberInPod: 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;" parent="m3c3d1ibpdt9MSrah0Dr-31" vertex="1">
<mxGeometry y="26" width="180" height="24" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-33" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="m3c3d1ibpdt9MSrah0Dr-31" vertex="1">
<mxGeometry y="50" width="180" height="8" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-34" value="+ SetNumberInPod()
+ GetNumberInPod()" 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;" parent="m3c3d1ibpdt9MSrah0Dr-31" vertex="1">
<mxGeometry y="58" width="180" height="42" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-35" value="" style="endArrow=block;endSize=16;endFill=0;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.25;entryDx=0;entryDy=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="m3c3d1ibpdt9MSrah0Dr-31" target="0TbLO2mfNWgMp-bxgsxS-5" edge="1">
<mxGeometry y="10" width="160" relative="1" as="geometry">
<mxPoint x="-1069" y="-668.71" as="sourcePoint" />
<mxPoint x="-839" y="-1218.71" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-36" value="Dolphin" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-929" y="-1072.71" width="160" height="86" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-37" value="- " 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;" parent="m3c3d1ibpdt9MSrah0Dr-36" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-38" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="m3c3d1ibpdt9MSrah0Dr-36" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-39" value="+" 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;" parent="m3c3d1ibpdt9MSrah0Dr-36" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-40" value="" style="endArrow=block;endSize=16;endFill=0;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.271;entryY=1.021;entryDx=0;entryDy=0;entryPerimeter=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="m3c3d1ibpdt9MSrah0Dr-36" target="cL8bjoN6jts4UuPoE08g-39" edge="1">
<mxGeometry x="0.125" y="10" width="160" relative="1" as="geometry">
<mxPoint x="-1069" y="-668.71" as="sourcePoint" />
<mxPoint x="-780" y="-1180" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-41" value="Polar Bear" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-569" y="-1358.71" width="160" height="140" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-42" value="- NumberOfTeeth: Integer
- " 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;" parent="m3c3d1ibpdt9MSrah0Dr-41" vertex="1">
<mxGeometry y="26" width="160" height="44" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-43" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="m3c3d1ibpdt9MSrah0Dr-41" vertex="1">
<mxGeometry y="70" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-44" 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;" parent="m3c3d1ibpdt9MSrah0Dr-41" vertex="1">
<mxGeometry y="78" width="160" height="62" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-45" value="" style="endArrow=block;endSize=16;endFill=0;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="m3c3d1ibpdt9MSrah0Dr-42" target="0TbLO2mfNWgMp-bxgsxS-6" edge="1">
<mxGeometry x="-0.4171" y="10" width="160" relative="1" as="geometry">
<mxPoint x="-729" y="-1068.71" as="sourcePoint" />
<mxPoint x="-569" y="-1068.71" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-46" value="<br>" style="endArrow=block;endSize=16;endFill=0;html=1;exitX=0;exitY=0.25;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="m3c3d1ibpdt9MSrah0Dr-47" target="cL8bjoN6jts4UuPoE08g-39" edge="1">
<mxGeometry x="0.125" y="-10" width="160" relative="1" as="geometry">
<mxPoint x="-679" y="-938.71" as="sourcePoint" />
<mxPoint x="-669" y="-1178.71" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-47" value="Giant Panda" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-569" y="-1190.71" width="160" height="86" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-48" value="- MassOfBamboo: Double" 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;" parent="m3c3d1ibpdt9MSrah0Dr-47" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-49" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="m3c3d1ibpdt9MSrah0Dr-47" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-50" 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;" parent="m3c3d1ibpdt9MSrah0Dr-47" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-51" value="Tiger" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-569" y="-1072.71" width="160" height="86" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-52" 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;" parent="m3c3d1ibpdt9MSrah0Dr-51" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-53" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="m3c3d1ibpdt9MSrah0Dr-51" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-54" 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;" parent="m3c3d1ibpdt9MSrah0Dr-51" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-55" value="Cheetah" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-749" y="-1072.71" width="160" height="86" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-56" value="- ExerciseNeeded" 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;" parent="m3c3d1ibpdt9MSrah0Dr-55" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-57" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="m3c3d1ibpdt9MSrah0Dr-55" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-58" 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;" parent="m3c3d1ibpdt9MSrah0Dr-55" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-59" value="" style="endArrow=block;endSize=16;endFill=0;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.638;entryY=1.045;entryDx=0;entryDy=0;entryPerimeter=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="m3c3d1ibpdt9MSrah0Dr-55" target="cL8bjoN6jts4UuPoE08g-39" edge="1">
<mxGeometry y="10" width="160" relative="1" as="geometry">
<mxPoint x="-1069" y="-668.71" as="sourcePoint" />
<mxPoint x="-685.0699999999999" y="-1108.678" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-60" value="" style="endArrow=block;endSize=16;endFill=0;html=1;exitX=0;exitY=0;exitDx=0;exitDy=0;entryX=0.867;entryY=1.009;entryDx=0;entryDy=0;entryPerimeter=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="m3c3d1ibpdt9MSrah0Dr-51" target="cL8bjoN6jts4UuPoE08g-39" edge="1">
<mxGeometry y="10" width="160" relative="1" as="geometry">
<mxPoint x="-1069" y="-668.71" as="sourcePoint" />
<mxPoint x="-629" y="-1147.71" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="cL8bjoN6jts4UuPoE08g-1" value="" style="endArrow=block;endSize=16;endFill=0;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="cL8bjoN6jts4UuPoE08g-2" target="m3c3d1ibpdt9MSrah0Dr-6" edge="1">
<mxGeometry x="0.125" y="-60" width="160" relative="1" as="geometry">
<mxPoint x="-399" y="-1054" as="sourcePoint" />
<mxPoint x="-349" y="-1154" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="cL8bjoN6jts4UuPoE08g-2" value="Blobfish" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-370" y="-1040" width="160" height="86" as="geometry" />
</mxCell>
<mxCell id="cL8bjoN6jts4UuPoE08g-3" value="- " 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;" parent="cL8bjoN6jts4UuPoE08g-2" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="cL8bjoN6jts4UuPoE08g-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;" parent="cL8bjoN6jts4UuPoE08g-2" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="cL8bjoN6jts4UuPoE08g-5" value="+" 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;" parent="cL8bjoN6jts4UuPoE08g-2" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="cL8bjoN6jts4UuPoE08g-10" value="Angler Fish" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=20;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-180" y="-1152.71" width="160" height="80" as="geometry" />
</mxCell>
<mxCell id="cL8bjoN6jts4UuPoE08g-11" value="- " 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;" parent="cL8bjoN6jts4UuPoE08g-10" vertex="1">
<mxGeometry y="20" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="cL8bjoN6jts4UuPoE08g-12" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="cL8bjoN6jts4UuPoE08g-10" vertex="1">
<mxGeometry y="46" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="cL8bjoN6jts4UuPoE08g-13" value="+ " 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;" parent="cL8bjoN6jts4UuPoE08g-10" vertex="1">
<mxGeometry y="54" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="cL8bjoN6jts4UuPoE08g-14" value="Pufferfish" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-520" y="-934" width="160" height="86" as="geometry" />
</mxCell>
<mxCell id="cL8bjoN6jts4UuPoE08g-15" value="- " 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;" parent="cL8bjoN6jts4UuPoE08g-14" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="cL8bjoN6jts4UuPoE08g-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;" parent="cL8bjoN6jts4UuPoE08g-14" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="cL8bjoN6jts4UuPoE08g-17" value="+ " 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;" parent="cL8bjoN6jts4UuPoE08g-14" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="cL8bjoN6jts4UuPoE08g-18" value="" style="endArrow=block;endSize=16;endFill=0;html=1;entryX=0;entryY=1;entryDx=0;entryDy=0;exitX=0.75;exitY=0;exitDx=0;exitDy=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="cL8bjoN6jts4UuPoE08g-14" target="m3c3d1ibpdt9MSrah0Dr-6" edge="1">
<mxGeometry x="0.125" y="-60" width="160" relative="1" as="geometry">
<mxPoint x="-339" y="-1039" as="sourcePoint" />
<mxPoint x="-229" y="-1119" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="cL8bjoN6jts4UuPoE08g-20" value="" style="endArrow=block;endSize=16;endFill=0;html=1;entryX=1;entryY=1;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="cL8bjoN6jts4UuPoE08g-11" target="m3c3d1ibpdt9MSrah0Dr-6" edge="1">
<mxGeometry x="0.125" y="-60" width="160" relative="1" as="geometry">
<mxPoint x="-189" y="-1044" as="sourcePoint" />
<mxPoint x="-189" y="-1106" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-63" value="Cockatoo" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-901.94" y="-1548.71" width="160" height="86" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-64" value="-" 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;" parent="m3c3d1ibpdt9MSrah0Dr-63" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-65" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="m3c3d1ibpdt9MSrah0Dr-63" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-66" value="+" 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;" parent="m3c3d1ibpdt9MSrah0Dr-63" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-67" value="Macaws" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-709" y="-1504" width="170" height="86" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-68" value="- Speech: 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;" parent="m3c3d1ibpdt9MSrah0Dr-67" vertex="1">
<mxGeometry y="26" width="170" height="26" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-69" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="m3c3d1ibpdt9MSrah0Dr-67" vertex="1">
<mxGeometry y="52" width="170" height="8" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-70" value="+" 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;" parent="m3c3d1ibpdt9MSrah0Dr-67" vertex="1">
<mxGeometry y="60" width="170" height="26" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-71" value="Toucan" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-709" y="-1636" width="160" height="86" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-72" value="- " 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;" parent="m3c3d1ibpdt9MSrah0Dr-71" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-73" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="m3c3d1ibpdt9MSrah0Dr-71" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-74" value="+ " 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;" parent="m3c3d1ibpdt9MSrah0Dr-71" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-75" value="" style="endArrow=block;endSize=16;endFill=0;html=1;exitX=1.003;exitY=1.007;exitDx=0;exitDy=0;exitPerimeter=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="m3c3d1ibpdt9MSrah0Dr-72" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="271" y="-1328.71" as="sourcePoint" />
<mxPoint x="-499" y="-1569.71" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-76" value="" style="endArrow=block;endSize=16;endFill=0;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;exitX=0.996;exitY=-0.061;exitDx=0;exitDy=0;exitPerimeter=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="m3c3d1ibpdt9MSrah0Dr-68" target="m3c3d1ibpdt9MSrah0Dr-3" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="271" y="-1268.71" as="sourcePoint" />
<mxPoint x="301" y="-1108.71" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="m3c3d1ibpdt9MSrah0Dr-77" value="" style="endArrow=block;endSize=16;endFill=0;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;entryX=0.036;entryY=0.992;entryDx=0;entryDy=0;entryPerimeter=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="m3c3d1ibpdt9MSrah0Dr-63" target="m3c3d1ibpdt9MSrah0Dr-1" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="141" y="-1028.71" as="sourcePoint" />
<mxPoint x="301" y="-1028.71" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="EgEwRkmP4EtMBpDy1kLM-0" value="Zoo Keepers" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-520" y="-820" width="160" height="214" as="geometry" />
</mxCell>
<mxCell id="EgEwRkmP4EtMBpDy1kLM-1" value="- name: String
- height: Integer
- workHours: Double
- animalType: 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;" parent="EgEwRkmP4EtMBpDy1kLM-0" vertex="1">
<mxGeometry y="26" width="160" height="154" as="geometry" />
</mxCell>
<mxCell id="EgEwRkmP4EtMBpDy1kLM-2" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="EgEwRkmP4EtMBpDy1kLM-0" vertex="1">
<mxGeometry y="180" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="EgEwRkmP4EtMBpDy1kLM-3" 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;" parent="EgEwRkmP4EtMBpDy1kLM-0" vertex="1">
<mxGeometry y="188" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="wjPH6wobF5ZovbLUbJrG-0" value="<h1><span>What will the program do?</span><br></h1><div><span>- Display all animals</span></div><div><span>- After viewing animals ask if you want to&nbsp; progress to the next year</span></div><div><span>- DIsplay new year stats, e.g. population, deaths, births</span></div><div><span>- Each animal will have an assigned enclosure. Each enclosure will be able to have its inhabitant/contents change. (animals subclass of enclosure)</span></div><div>- The program will track the amount of people who visited each enclosure ((randomnumber 10-50) * attractiveness) and display it in the end of the year summary. The counter will reset after each year.</div><div>- total People * £15 = money made</div><div>&nbsp; costs/year -&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Medication (if true) - £50</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Food - (weight(kg) * exercise needed) * 100</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Electricity/water - £3000</div><div>- Zookeepers:</div><div>&nbsp; &nbsp; Feed animals</div><div><span>&nbsp; &nbsp; Give medication</span><br></div><div>&nbsp; &nbsp; Keep enclosure clean (Reset mess rating to 0 if/above 6)</div><div>-&nbsp;</div>" style="text;html=1;strokeColor=none;fillColor=none;spacing=5;spacingTop=-20;whiteSpace=wrap;overflow=hidden;rounded=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-399" y="-560" width="399" height="360" as="geometry" />
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-17" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=-0.154;entryDx=0;entryDy=0;entryPerimeter=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="9J4JQPiZtGheo8iXkfEv-0" target="9J4JQPiZtGheo8iXkfEv-16" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-19" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.981;entryY=1.154;entryDx=0;entryDy=0;entryPerimeter=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="9J4JQPiZtGheo8iXkfEv-8" target="9J4JQPiZtGheo8iXkfEv-14" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-12" value="" style="endArrow=diamondThin;endFill=0;endSize=24;html=1;entryX=0.467;entryY=-0.017;entryDx=0;entryDy=0;entryPerimeter=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="0TbLO2mfNWgMp-bxgsxS-3" target="9J4JQPiZtGheo8iXkfEv-13" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="-990" y="-950" as="sourcePoint" />
<mxPoint x="-1360" y="-1030" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="JGKyH4g6EcXdlguLpMu_-4" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="9J4JQPiZtGheo8iXkfEv-4" target="9J4JQPiZtGheo8iXkfEv-16" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="140" y="-975" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-13" value="Environment" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="60" y="-1202.71" width="240" height="180" as="geometry" />
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-14" value="- temperature: integer
- size: integer
- visitorNumber: integer" 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;" parent="9J4JQPiZtGheo8iXkfEv-13" vertex="1">
<mxGeometry y="26" width="240" height="54" as="geometry" />
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-15" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="9J4JQPiZtGheo8iXkfEv-13" vertex="1">
<mxGeometry y="80" width="240" height="8" as="geometry" />
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-16" value="+ GetTemperature()
+ GetSize()
+ GetVisitorNumber()
+ SetVisitorNumber(visitorNumber)
+ GetNumberOfAnimal()
+ SetNumberOfAnimals(numberOfAnimals)
" 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;" parent="9J4JQPiZtGheo8iXkfEv-13" vertex="1">
<mxGeometry y="88" width="240" height="92" as="geometry" />
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-0" value="Enclosures" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="-10" y="-1000" width="100" height="80" as="geometry" />
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-1" value="- biome: 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;" parent="9J4JQPiZtGheo8iXkfEv-0" vertex="1">
<mxGeometry y="26" width="100" height="24" as="geometry" />
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-2" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="9J4JQPiZtGheo8iXkfEv-0" vertex="1">
<mxGeometry y="50" width="100" height="8" as="geometry" />
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-3" value="+ GetBiome()" 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;" parent="9J4JQPiZtGheo8iXkfEv-0" vertex="1">
<mxGeometry y="58" width="100" height="22" as="geometry" />
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-4" value="Tanks" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="160" y="-974.71" width="110" height="90" as="geometry" />
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-5" value="- depth:integer" 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;" parent="9J4JQPiZtGheo8iXkfEv-4" vertex="1">
<mxGeometry y="26" width="110" height="24" as="geometry" />
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-6" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="9J4JQPiZtGheo8iXkfEv-4" vertex="1">
<mxGeometry y="50" width="110" height="8" as="geometry" />
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-7" value="+ GetDepth()
" 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;" parent="9J4JQPiZtGheo8iXkfEv-4" vertex="1">
<mxGeometry y="58" width="110" height="32" as="geometry" />
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-8" value="Cage" 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;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="380" y="-1040" width="180" height="110" as="geometry" />
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-9" value="- biome: string
- moreThanTwoBirds: 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;" parent="9J4JQPiZtGheo8iXkfEv-8" vertex="1">
<mxGeometry y="26" width="180" height="44" as="geometry" />
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-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;" parent="9J4JQPiZtGheo8iXkfEv-8" vertex="1">
<mxGeometry y="70" width="180" height="8" as="geometry" />
</mxCell>
<mxCell id="9J4JQPiZtGheo8iXkfEv-11" value="+ GetBiome()

" 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;" parent="9J4JQPiZtGheo8iXkfEv-8" vertex="1">
<mxGeometry y="78" width="180" height="32" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>