forked from YuriAlves23/BiddinGeeks
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Diagrama_de_Classes_BiddingGeeks.drawio
94 lines (94 loc) · 13.7 KB
/
Diagrama_de_Classes_BiddingGeeks.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
<mxfile host="65bd71144e">
<diagram id="3zHn1LD0hGIFZ4jQDhaM" name="Página-1">
<mxGraphModel dx="820" dy="478" grid="0" gridSize="10" guides="0" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="291" pageHeight="413" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="CxCd2jAH1o2D5Gbi0uHi-5" value="Usuário" 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="79" y="352" width="161" height="230" as="geometry"/>
</mxCell>
<mxCell id="CxCd2jAH1o2D5Gbi0uHi-6" value="- PK idUsuario : int - cpf : int + email : string - senha : string - tel : varchar (12) - vendedor : 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="CxCd2jAH1o2D5Gbi0uHi-5" vertex="1">
<mxGeometry y="26" width="161" height="94" as="geometry"/>
</mxCell>
<mxCell id="CxCd2jAH1o2D5Gbi0uHi-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;strokeColor=inherit;" parent="CxCd2jAH1o2D5Gbi0uHi-5" vertex="1">
<mxGeometry y="120" width="161" height="8" as="geometry"/>
</mxCell>
<mxCell id="CxCd2jAH1o2D5Gbi0uHi-8" value="+ getters() : void + setters() : void - editarPerfil() : void - alterarSenha() : void - criarUsuario() : void - apagarUsuario() : 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="CxCd2jAH1o2D5Gbi0uHi-5" vertex="1">
<mxGeometry y="128" width="161" height="102" as="geometry"/>
</mxCell>
<mxCell id="CxCd2jAH1o2D5Gbi0uHi-9" value="Produtos" 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="360" y="123" width="151" height="210" as="geometry"/>
</mxCell>
<mxCell id="CxCd2jAH1o2D5Gbi0uHi-10" value="- PK idProduto : int + nome : string + descrição : string + disponivel : boolean + lanceMinimo : float + dataInicio : date + dataTermin : date" 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="CxCd2jAH1o2D5Gbi0uHi-9" vertex="1">
<mxGeometry y="26" width="151" height="104" as="geometry"/>
</mxCell>
<mxCell id="CxCd2jAH1o2D5Gbi0uHi-11" 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="CxCd2jAH1o2D5Gbi0uHi-9" vertex="1">
<mxGeometry y="130" width="151" height="10" as="geometry"/>
</mxCell>
<mxCell id="GzXZy0dDMT15Q7KfvOqg-5" value="+ getters() : void<br>+ setters() : void<br>+ finalizaLeilao() : void<br>+ confirmaPag() : void" style="text;html=1;align=left;verticalAlign=top;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="CxCd2jAH1o2D5Gbi0uHi-9" vertex="1">
<mxGeometry y="140" width="151" height="70" as="geometry"/>
</mxCell>
<mxCell id="CxCd2jAH1o2D5Gbi0uHi-13" value="Venda" 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="355" y="402" width="161" height="180" as="geometry"/>
</mxCell>
<mxCell id="CxCd2jAH1o2D5Gbi0uHi-14" value="- PK idVenda : int - FK idProduto : int - FK idVendedor : int - FK idComprador : int + datetime : datetime - valor : float - pago : 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="CxCd2jAH1o2D5Gbi0uHi-13" vertex="1">
<mxGeometry y="26" width="161" height="104" as="geometry"/>
</mxCell>
<mxCell id="CxCd2jAH1o2D5Gbi0uHi-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;strokeColor=inherit;" parent="CxCd2jAH1o2D5Gbi0uHi-13" vertex="1">
<mxGeometry y="130" width="161" height="10" as="geometry"/>
</mxCell>
<mxCell id="CxCd2jAH1o2D5Gbi0uHi-22" value="+ getters() : void<br>+ setters() : void" style="text;html=1;align=left;verticalAlign=top;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="CxCd2jAH1o2D5Gbi0uHi-13" vertex="1">
<mxGeometry y="140" width="161" height="40" as="geometry"/>
</mxCell>
<mxCell id="GzXZy0dDMT15Q7KfvOqg-14" value="<span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 11px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">1</span>" style="text;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="437" y="373" width="21" height="21" as="geometry"/>
</mxCell>
<mxCell id="GzXZy0dDMT15Q7KfvOqg-22" value="<span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 11px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">1</span>" style="text;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="260" y="409.5" width="20" height="25" as="geometry"/>
</mxCell>
<mxCell id="GzXZy0dDMT15Q7KfvOqg-23" value="<span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 11px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">n</span>" style="text;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="335" y="413" width="20" height="30" as="geometry"/>
</mxCell>
<mxCell id="5DLfqvSdYRuJTH3hm8aS-1" value="Lances" 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="90" y="124" width="151" height="160" as="geometry"/>
</mxCell>
<mxCell id="5DLfqvSdYRuJTH3hm8aS-2" value="+ idLance : float - idUsuario : int + idProduto : int + dataHora : date + valor : float" 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="5DLfqvSdYRuJTH3hm8aS-1" vertex="1">
<mxGeometry y="26" width="151" height="84" as="geometry"/>
</mxCell>
<mxCell id="5DLfqvSdYRuJTH3hm8aS-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;" parent="5DLfqvSdYRuJTH3hm8aS-1" vertex="1">
<mxGeometry y="110" width="151" height="10" as="geometry"/>
</mxCell>
<mxCell id="5DLfqvSdYRuJTH3hm8aS-4" value="+ getters() : void<br>+ setters() : void" style="text;html=1;align=left;verticalAlign=top;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="5DLfqvSdYRuJTH3hm8aS-1" vertex="1">
<mxGeometry y="120" width="151" height="40" as="geometry"/>
</mxCell>
<mxCell id="5DLfqvSdYRuJTH3hm8aS-5" value="" style="endArrow=diamondThin;endFill=1;endSize=24;html=1;rounded=0;entryX=1.002;entryY=0.691;entryDx=0;entryDy=0;entryPerimeter=0;exitX=0.007;exitY=0.136;exitDx=0;exitDy=0;exitPerimeter=0;" parent="1" source="CxCd2jAH1o2D5Gbi0uHi-14" target="CxCd2jAH1o2D5Gbi0uHi-6" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="380" y="413" as="sourcePoint"/>
<mxPoint x="540" y="413" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="5DLfqvSdYRuJTH3hm8aS-6" value="" style="endArrow=diamondThin;endFill=1;endSize=24;html=1;rounded=0;exitX=0.5;exitY=0;exitDx=0;exitDy=0;" parent="1" source="CxCd2jAH1o2D5Gbi0uHi-13" target="GzXZy0dDMT15Q7KfvOqg-5" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="430" y="393" as="sourcePoint"/>
<mxPoint x="250.3219999999999" y="452.95400000000006" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="5DLfqvSdYRuJTH3hm8aS-7" value="<span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 11px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">1</span>" style="text;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="437" y="352" width="21" height="21" as="geometry"/>
</mxCell>
<mxCell id="5DLfqvSdYRuJTH3hm8aS-8" value="" style="endArrow=diamondThin;endFill=1;endSize=24;html=1;rounded=0;entryX=0;entryY=0.135;entryDx=0;entryDy=0;entryPerimeter=0;exitX=1.008;exitY=0.157;exitDx=0;exitDy=0;exitPerimeter=0;" parent="1" source="5DLfqvSdYRuJTH3hm8aS-2" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="240.69799999999998" y="162.68400000000003" as="sourcePoint"/>
<mxPoint x="360" y="163.04000000000002" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="5DLfqvSdYRuJTH3hm8aS-9" value="<span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 11px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">1</span>" style="text;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="335" y="130" width="41" height="40" as="geometry"/>
</mxCell>
<mxCell id="5DLfqvSdYRuJTH3hm8aS-10" value="<span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 11px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">n</span>" style="text;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="250" y="128" width="20" height="30" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>