-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherp.drawio
322 lines (322 loc) · 40.2 KB
/
erp.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
<mxfile host="Electron" modified="2023-04-29T20:24:42.579Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/21.2.1 Chrome/112.0.5615.87 Electron/24.1.2 Safari/537.36" etag="43v8JRhkyA-HstlrAiEE" version="21.2.1" type="device">
<diagram name="Página-1" id="Página-1">
<mxGraphModel dx="2485" dy="2007" 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="uLGphYnBeGPU7LkEW4Xn-29" value="<<Abstract>>
Participante" 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;" parent="1" vertex="1">
<mxGeometry x="41" y="-1169" width="280" height="230" as="geometry" />
</mxCell>
<mxCell id="uLGphYnBeGPU7LkEW4Xn-30" value="- id: String
- ocupacao: String
- vencimento: double
- tarefasConcluidas: List<String> [0..*]" 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="uLGphYnBeGPU7LkEW4Xn-29" vertex="1">
<mxGeometry y="40" width="280" height="60" as="geometry" />
</mxCell>
<mxCell id="uLGphYnBeGPU7LkEW4Xn-31" 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="uLGphYnBeGPU7LkEW4Xn-29" vertex="1">
<mxGeometry y="100" width="280" height="8" as="geometry" />
</mxCell>
<mxCell id="uLGphYnBeGPU7LkEW4Xn-32" value="+ getId(): String
+ getOcupacao(): String
+ getVencimento(): double
+ setId(String): void
+ setOcupacao(String): void
+ setVencimento(double): void
+ getTarefasConcluidas(): List<String> [0..*]
+ setTarefasConcluidas(List<String> [0..*]): 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;" parent="uLGphYnBeGPU7LkEW4Xn-29" vertex="1">
<mxGeometry y="108" width="280" height="122" as="geometry" />
</mxCell>
<mxCell id="h6HXLUseZMZKks0XLgMp-23" value="<<Abstract>>
ParticipanteInterno" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=46;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;" parent="1" vertex="1">
<mxGeometry x="-153.5" y="-882" width="199" height="120" as="geometry" />
</mxCell>
<mxCell id="h6HXLUseZMZKks0XLgMp-24" value="- credenciais: Credenciais" 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="h6HXLUseZMZKks0XLgMp-23" vertex="1">
<mxGeometry y="46" width="199" height="24" as="geometry" />
</mxCell>
<mxCell id="h6HXLUseZMZKks0XLgMp-25" 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="h6HXLUseZMZKks0XLgMp-23" vertex="1">
<mxGeometry y="70" width="199" height="8" as="geometry" />
</mxCell>
<mxCell id="h6HXLUseZMZKks0XLgMp-26" value="+ getCredenciais(): Credenciais
+ setCredenciais(Credenciais): 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;" parent="h6HXLUseZMZKks0XLgMp-23" vertex="1">
<mxGeometry y="78" width="199" height="42" as="geometry" />
</mxCell>
<mxCell id="h6HXLUseZMZKks0XLgMp-27" value="<<Abstract>>
Funcionario" 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;" parent="1" vertex="1">
<mxGeometry x="-191" y="-640" width="274" height="160" as="geometry" />
</mxCell>
<mxCell id="h6HXLUseZMZKks0XLgMp-28" value="- cargaHorariaSemanal: double
- pausa: 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="h6HXLUseZMZKks0XLgMp-27" vertex="1">
<mxGeometry y="40" width="274" height="40" as="geometry" />
</mxCell>
<mxCell id="h6HXLUseZMZKks0XLgMp-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;" parent="h6HXLUseZMZKks0XLgMp-27" vertex="1">
<mxGeometry y="80" width="274" height="8" as="geometry" />
</mxCell>
<mxCell id="h6HXLUseZMZKks0XLgMp-30" value="+ getCargaHorariaSemanal: double
+ getPausa: double
+ setCargaHorariaSemanal(double): void
+ setPausa(double): 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;" parent="h6HXLUseZMZKks0XLgMp-27" vertex="1">
<mxGeometry y="88" width="274" height="72" as="geometry" />
</mxCell>
<mxCell id="h6HXLUseZMZKks0XLgMp-41" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=0;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=-0.001;entryY=-0.001;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="h6HXLUseZMZKks0XLgMp-23" target="uLGphYnBeGPU7LkEW4Xn-32" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="-3" y="-862" as="sourcePoint" />
<mxPoint x="157" y="-862" as="targetPoint" />
<Array as="points">
<mxPoint x="-54" y="-1060" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="h6HXLUseZMZKks0XLgMp-43" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=0;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="h6HXLUseZMZKks0XLgMp-27" target="h6HXLUseZMZKks0XLgMp-26" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="-3" y="-612" as="sourcePoint" />
<mxPoint x="157" y="-612" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Ywly25DyVCH7aD71ejlT-50" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=0;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="1" source="kizU07HHO6Dhv0jIiVYt-31" target="kizU07HHO6Dhv0jIiVYt-29" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="731.25" y="-367" as="sourcePoint" />
<mxPoint x="752.25" y="-442" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Ywly25DyVCH7aD71ejlT-71" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;exitX=0.5;exitY=0;exitDx=0;exitDy=0;" parent="1" source="kizU07HHO6Dhv0jIiVYt-33" target="kizU07HHO6Dhv0jIiVYt-31" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="726.75" y="-143.25" as="sourcePoint" />
<mxPoint x="730.97" y="-230.74999999999977" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="C456XRURlV2MZU49XtVb-18" value="ParticipanteExterno" 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="1" vertex="1">
<mxGeometry x="321" y="-882" width="600" height="110" as="geometry" />
</mxCell>
<mxCell id="C456XRURlV2MZU49XtVb-19" value="- statusDaRegulamentacaoDoParticipanteExterno: StatusDaRegulamentacaoDoParticipanteExterno" 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="C456XRURlV2MZU49XtVb-18" vertex="1">
<mxGeometry y="26" width="600" height="26" as="geometry" />
</mxCell>
<mxCell id="C456XRURlV2MZU49XtVb-20" 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="C456XRURlV2MZU49XtVb-18" vertex="1">
<mxGeometry y="52" width="600" height="8" as="geometry" />
</mxCell>
<mxCell id="C456XRURlV2MZU49XtVb-21" value="+ getStatusDaDocumentacaoDoParticipanteExterno(): StatusDaRegulamentacaoDoParticipanteExterno
+ setStatusDaDocumentacaoDoParticipanteExterno(StatusDaRegulamentacaoDoParticipanteExterno): void
+ trabalhar(List<String> [1..*]) throws StatusDaRegulamentacaoDoParticipanteExternoInvalidoException: 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;" parent="C456XRURlV2MZU49XtVb-18" vertex="1">
<mxGeometry y="60" width="600" height="50" as="geometry" />
</mxCell>
<mxCell id="R6xSTQ8QZUnJcYh6NmnV-30" value="<<enumeration>>
StatusDaRegulamentacaoDoParticipanteExterno" 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;" parent="1" vertex="1">
<mxGeometry x="471" y="-740" width="300" height="98" as="geometry" />
</mxCell>
<mxCell id="R6xSTQ8QZUnJcYh6NmnV-31" value="REGULAR
EM_AGUARDO_DO_ENVIO_DA_DOCUMENTACAO
EM_ANALISE_INTERNA" 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="R6xSTQ8QZUnJcYh6NmnV-30" vertex="1">
<mxGeometry y="40" width="300" height="50" as="geometry" />
</mxCell>
<mxCell id="R6xSTQ8QZUnJcYh6NmnV-32" 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="R6xSTQ8QZUnJcYh6NmnV-30" vertex="1">
<mxGeometry y="90" width="300" height="8" as="geometry" />
</mxCell>
<mxCell id="bcoIaKDYRVmK2jezPt4m-18" value="<<Abstract>>
Estagiario" 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;" parent="1" vertex="1">
<mxGeometry x="-264" y="-399" width="420" height="74" as="geometry" />
</mxCell>
<mxCell id="bcoIaKDYRVmK2jezPt4m-19" value="+ documentar(Documentacao) throws DocumentacaoInvalidaException: 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;" parent="bcoIaKDYRVmK2jezPt4m-18" vertex="1">
<mxGeometry y="40" width="420" height="26" as="geometry" />
</mxCell>
<mxCell id="bcoIaKDYRVmK2jezPt4m-20" 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="bcoIaKDYRVmK2jezPt4m-18" vertex="1">
<mxGeometry y="66" width="420" height="8" as="geometry" />
</mxCell>
<mxCell id="bcoIaKDYRVmK2jezPt4m-22" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=0;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=0.995;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="bcoIaKDYRVmK2jezPt4m-18" target="h6HXLUseZMZKks0XLgMp-30" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="60" y="-462" as="sourcePoint" />
<mxPoint x="220" y="-462" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="bcoIaKDYRVmK2jezPt4m-58" value="Documentacao" 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="1" vertex="1">
<mxGeometry x="-544" y="-452" width="210" height="180" as="geometry" />
</mxCell>
<mxCell id="bcoIaKDYRVmK2jezPt4m-59" value="- id: String
- quantidadeDePaginas: int
- criacao: LocalDateTime" 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="bcoIaKDYRVmK2jezPt4m-58" vertex="1">
<mxGeometry y="26" width="210" height="54" as="geometry" />
</mxCell>
<mxCell id="bcoIaKDYRVmK2jezPt4m-60" 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="bcoIaKDYRVmK2jezPt4m-58" vertex="1">
<mxGeometry y="80" width="210" height="8" as="geometry" />
</mxCell>
<mxCell id="bcoIaKDYRVmK2jezPt4m-61" value="+ getId(): int
+ setId(int): void
+ getQuantidadeDePaginas(): void
+ setQuantidadeDePaginas(int): void
+ getCriacao(): Date
+ setCriacao(LocalDateTime): 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;fontStyle=0" parent="bcoIaKDYRVmK2jezPt4m-58" vertex="1">
<mxGeometry y="88" width="210" height="92" as="geometry" />
</mxCell>
<mxCell id="kizU07HHO6Dhv0jIiVYt-18" value="<<Abstract>>
Clt" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=37;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;" parent="1" vertex="1">
<mxGeometry x="-249.25" y="-202.5" width="390.5" height="71" as="geometry" />
</mxCell>
<mxCell id="kizU07HHO6Dhv0jIiVYt-19" value="+ participarDeReuniao(Contribuicao) throws ContribuicaoInvalida: 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;" parent="kizU07HHO6Dhv0jIiVYt-18" vertex="1">
<mxGeometry y="37" width="390.5" height="26" as="geometry" />
</mxCell>
<mxCell id="kizU07HHO6Dhv0jIiVYt-20" 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="kizU07HHO6Dhv0jIiVYt-18" vertex="1">
<mxGeometry y="63" width="390.5" height="8" as="geometry" />
</mxCell>
<mxCell id="kizU07HHO6Dhv0jIiVYt-23" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=0;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="1" source="kizU07HHO6Dhv0jIiVYt-18" target="bcoIaKDYRVmK2jezPt4m-18" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="-174" y="-272" as="sourcePoint" />
<mxPoint x="-14" y="-272" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="kizU07HHO6Dhv0jIiVYt-24" value="<<Abstract>>
Supervisor" 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;" parent="1" vertex="1">
<mxGeometry x="-236" y="12" width="364" height="88" as="geometry" />
</mxCell>
<mxCell id="kizU07HHO6Dhv0jIiVYt-25" value="+ promover(Funcionario) throws PromocaoInvalidaException: void
+ demitir(Funcionario) throws DemissaoInvalidaException: 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;" parent="kizU07HHO6Dhv0jIiVYt-24" vertex="1">
<mxGeometry y="40" width="364" height="40" as="geometry" />
</mxCell>
<mxCell id="kizU07HHO6Dhv0jIiVYt-26" 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="kizU07HHO6Dhv0jIiVYt-24" vertex="1">
<mxGeometry y="80" width="364" height="8" as="geometry" />
</mxCell>
<mxCell id="kizU07HHO6Dhv0jIiVYt-29" value="<p style="margin:0px;margin-top:4px;text-align:center;"><i>&lt;&lt;Interface&gt;&gt;</i><br><b style="border-color: var(--border-color);">AtividadesTiNivelJunior</b><br></p><hr size="1">+ programar(): String<br><hr size="1"><p style="margin:0px;margin-left:4px;"><br></p>" style="verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;" parent="1" vertex="1">
<mxGeometry x="651.25" y="-397" width="151" height="70" as="geometry" />
</mxCell>
<mxCell id="kizU07HHO6Dhv0jIiVYt-31" value="<p style="margin:0px;margin-top:4px;text-align:center;"><i>&lt;&lt;Interface&gt;&gt;</i><br><b style="border-color: var(--border-color);">AtividadesTiNivelPleno</b><br></p><hr size="1">+ resolverChamados(int): int<br><hr size="1"><p style="margin:0px;margin-left:4px;"><br></p>" style="verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;" parent="1" vertex="1">
<mxGeometry x="646.75" y="-202" width="160" height="70" as="geometry" />
</mxCell>
<mxCell id="kizU07HHO6Dhv0jIiVYt-33" value="<p style="margin:0px;margin-top:4px;text-align:center;"><i>&lt;&lt;Interface&gt;&gt;</i><br><b style="border-color: var(--border-color);">AtividadesTiNivelSenior</b><br></p><hr size="1">+ gerarRelatorio(Relatorio): String<br><hr size="1"><p style="margin:0px;margin-left:4px;"><br></p>" style="verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;" parent="1" vertex="1">
<mxGeometry x="633" y="21" width="187.5" height="70" as="geometry" />
</mxCell>
<mxCell id="owrAewUhywezaNC-1XtB-18" value="Contribuicao" 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="1" vertex="1">
<mxGeometry x="-559" y="-237" width="240" height="140" as="geometry" />
</mxCell>
<mxCell id="owrAewUhywezaNC-1XtB-19" value="- quantidadeDePerguntas: int
- quantidadeDeRespostas: 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;" parent="owrAewUhywezaNC-1XtB-18" vertex="1">
<mxGeometry y="26" width="240" height="34" as="geometry" />
</mxCell>
<mxCell id="owrAewUhywezaNC-1XtB-20" 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="owrAewUhywezaNC-1XtB-18" vertex="1">
<mxGeometry y="60" width="240" height="8" as="geometry" />
</mxCell>
<mxCell id="owrAewUhywezaNC-1XtB-21" value="+ getQuantidadeDePerguntas(): int
+ setQuantidadeDePerguntas(int): void
+ getQuantidadeDeRespostas(): int
+ setQuantidadeDeRespostas(int): 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;" parent="owrAewUhywezaNC-1XtB-18" vertex="1">
<mxGeometry y="68" width="240" height="72" as="geometry" />
</mxCell>
<mxCell id="JZT12s24NfG2zYpBaOYD-20" value="StatusDaRegulamentacaoDoParticipanteExternoInvalidoException" 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="426" y="-601" width="390" height="34" as="geometry" />
</mxCell>
<mxCell id="JZT12s24NfG2zYpBaOYD-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;" parent="JZT12s24NfG2zYpBaOYD-20" vertex="1">
<mxGeometry y="26" width="390" height="8" as="geometry" />
</mxCell>
<mxCell id="JZT12s24NfG2zYpBaOYD-30" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=0;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.999;entryY=0.004;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="C456XRURlV2MZU49XtVb-18" target="uLGphYnBeGPU7LkEW4Xn-32" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="173" y="-992" as="sourcePoint" />
<mxPoint x="353" y="-1152" as="targetPoint" />
<Array as="points">
<mxPoint x="621" y="-1060" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="_tFocfrNT-UDPjujOkS9-18" value="DocumentacaoInvalidaException" 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="-827" y="-379" width="230" height="34" as="geometry" />
</mxCell>
<mxCell id="_tFocfrNT-UDPjujOkS9-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="_tFocfrNT-UDPjujOkS9-18" vertex="1">
<mxGeometry y="26" width="230" height="8" as="geometry" />
</mxCell>
<mxCell id="I41frkn0jhvgkCuJQ4xQ-18" value="ContribuicaoInvalidaException" 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="-827" y="-184" width="230" height="34" as="geometry" />
</mxCell>
<mxCell id="I41frkn0jhvgkCuJQ4xQ-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="I41frkn0jhvgkCuJQ4xQ-18" vertex="1">
<mxGeometry y="26" width="230" height="8" as="geometry" />
</mxCell>
<mxCell id="Dah01V-pYoA4iiuXsLR1-19" value="PromocaoInvalidaException" 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="-554" y="39" width="230" height="34" as="geometry" />
</mxCell>
<mxCell id="Dah01V-pYoA4iiuXsLR1-20" 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="Dah01V-pYoA4iiuXsLR1-19" vertex="1">
<mxGeometry y="26" width="230" height="8" as="geometry" />
</mxCell>
<mxCell id="Dah01V-pYoA4iiuXsLR1-23" value="DemissaoInvalidaException" 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="-554" y="39" width="230" height="34" as="geometry" />
</mxCell>
<mxCell id="Dah01V-pYoA4iiuXsLR1-24" 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="Dah01V-pYoA4iiuXsLR1-23" vertex="1">
<mxGeometry y="26" width="230" height="8" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-18" value="EstagiarioDeTi" 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="253" y="-412" width="322" height="100" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-19" value="-&nbsp;atividadesTiNivelJunior:&nbsp;AtividadesTiNivelJunior" 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="ZFnwo2l7QX4G7RZCHtDa-18" vertex="1">
<mxGeometry y="26" width="322" height="26" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-20" 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="ZFnwo2l7QX4G7RZCHtDa-18" vertex="1">
<mxGeometry y="52" width="322" height="8" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-21" value="+&nbsp;setAtividadesTiNivelJunior<span style="background-color: initial;">(AtividadesTiNivelJunior): void<br>+ programar(): String<br></span>" 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="ZFnwo2l7QX4G7RZCHtDa-18" vertex="1">
<mxGeometry y="60" width="322" height="40" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-23" value="AtividadesTiNivelJuniorImpl" 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="983" y="-379" width="170" height="34" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-25" 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="ZFnwo2l7QX4G7RZCHtDa-23" vertex="1">
<mxGeometry y="26" width="170" height="8" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-31" value="AtividadesTiNivelPlenoImpl" 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="983" y="-184" width="170" height="34" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-32" 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="ZFnwo2l7QX4G7RZCHtDa-31" vertex="1">
<mxGeometry y="26" width="170" height="8" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-34" value="AtividadesTiNivelSeniorImpl" 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="983" y="39" width="170" height="34" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-35" 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="ZFnwo2l7QX4G7RZCHtDa-34" vertex="1">
<mxGeometry y="26" width="170" height="8" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-37" value="Desenvolvedor" 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="253" y="-227" width="322" height="120" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-38" value="-&nbsp;atividadesTiNivelPleno:&nbsp;AtividadesTiNivelPleno" 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="ZFnwo2l7QX4G7RZCHtDa-37" vertex="1">
<mxGeometry y="26" width="322" height="26" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-39" 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="ZFnwo2l7QX4G7RZCHtDa-37" vertex="1">
<mxGeometry y="52" width="322" height="8" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-40" value="+&nbsp;setAtividadesTiNivelPleno(AtividadesTiNivelPleno<span style="background-color: initial;">): void<br>+ programar(): String<br>+ resolverChamados(int): int<br></span>" 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="ZFnwo2l7QX4G7RZCHtDa-37" vertex="1">
<mxGeometry y="60" width="322" height="60" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-41" value="SupervisorDeTi" 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="253" y="-9" width="322" height="130" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-42" value="-&nbsp;atividadesTiNivelSenior:&nbsp;AtividadesTiNivelSenior" 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="ZFnwo2l7QX4G7RZCHtDa-41" vertex="1">
<mxGeometry y="26" width="322" height="26" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-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;strokeColor=inherit;" parent="ZFnwo2l7QX4G7RZCHtDa-41" vertex="1">
<mxGeometry y="52" width="322" height="8" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-44" value="+&nbsp;setAtividadesTiNivelPleno(AtividadesTiNivelSenior<span style="background-color: initial;">): void<br>+ programar(): String<br>+ resolverChamados(int): int<br>+ gerarRelatorio(Relatorio): String<br></span>" 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="ZFnwo2l7QX4G7RZCHtDa-41" vertex="1">
<mxGeometry y="60" width="322" height="70" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-45" value="Relatorio" 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="646.75" y="121" width="160" height="68" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-46" value="- id: String<br>- conteudo: 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="ZFnwo2l7QX4G7RZCHtDa-45" vertex="1">
<mxGeometry y="26" width="160" height="34" as="geometry" />
</mxCell>
<mxCell id="ZFnwo2l7QX4G7RZCHtDa-47" 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="ZFnwo2l7QX4G7RZCHtDa-45" vertex="1">
<mxGeometry y="60" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="Q_6bfO7e0X0IQFefTamx-11" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=0;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="1" source="kizU07HHO6Dhv0jIiVYt-24" target="kizU07HHO6Dhv0jIiVYt-18" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="50" y="-90" as="sourcePoint" />
<mxPoint x="210" y="-90" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Q_6bfO7e0X0IQFefTamx-13" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="ZFnwo2l7QX4G7RZCHtDa-37" target="kizU07HHO6Dhv0jIiVYt-18" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="270" y="-120" as="sourcePoint" />
<mxPoint x="430" y="-120" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Q_6bfO7e0X0IQFefTamx-14" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="ZFnwo2l7QX4G7RZCHtDa-18" target="bcoIaKDYRVmK2jezPt4m-18" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="230" y="-350" as="sourcePoint" />
<mxPoint x="280" y="-330" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Q_6bfO7e0X0IQFefTamx-18" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=0;exitX=0.001;exitY=0.066;exitDx=0;exitDy=0;exitPerimeter=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="ZFnwo2l7QX4G7RZCHtDa-44" target="kizU07HHO6Dhv0jIiVYt-24" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="350" y="-10" as="sourcePoint" />
<mxPoint x="510" y="-10" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Q_6bfO7e0X0IQFefTamx-19" value="" style="endArrow=block;dashed=1;endFill=0;endSize=12;html=1;rounded=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="ZFnwo2l7QX4G7RZCHtDa-23" target="kizU07HHO6Dhv0jIiVYt-29" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="380" y="-190" as="sourcePoint" />
<mxPoint x="540" y="-190" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Q_6bfO7e0X0IQFefTamx-20" value="" style="endArrow=block;dashed=1;endFill=0;endSize=12;html=1;rounded=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="ZFnwo2l7QX4G7RZCHtDa-31" target="kizU07HHO6Dhv0jIiVYt-31" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="380" y="-190" as="sourcePoint" />
<mxPoint x="540" y="-190" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Q_6bfO7e0X0IQFefTamx-21" value="" style="endArrow=block;dashed=1;endFill=0;endSize=12;html=1;rounded=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="ZFnwo2l7QX4G7RZCHtDa-34" target="kizU07HHO6Dhv0jIiVYt-33" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="700" y="50" as="sourcePoint" />
<mxPoint x="860" y="50" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="1G_VMWZzQAKk_SVQK32Y-1" value="Credenciais" 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="-519" y="-892" width="160" height="140" as="geometry" />
</mxCell>
<mxCell id="1G_VMWZzQAKk_SVQK32Y-2" value="- id: String<br>- senha: 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="1G_VMWZzQAKk_SVQK32Y-1">
<mxGeometry y="26" width="160" height="34" as="geometry" />
</mxCell>
<mxCell id="1G_VMWZzQAKk_SVQK32Y-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="1G_VMWZzQAKk_SVQK32Y-1">
<mxGeometry y="60" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="1G_VMWZzQAKk_SVQK32Y-4" value="+ getId(): String<br>+ setId(String): void<br>+ getSenha(): String<br>+ setSenha(String): 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="1G_VMWZzQAKk_SVQK32Y-1">
<mxGeometry y="68" width="160" height="72" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>