-
Notifications
You must be signed in to change notification settings - Fork 0
/
Untitled Diagram.drawio
27 lines (27 loc) · 4.12 KB
/
Untitled Diagram.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
<mxfile host="app.diagrams.net" modified="2024-01-23T05:10:18.752Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" etag="gYhwG4sG-yXpoiIh7czN" version="22.1.21" type="github">
<diagram name="Page-1" id="vMeBgGCZccvurcpqMLYN">
<mxGraphModel dx="1723" dy="4230" 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="xYTbwwU6hNYQ7n4Jch0m-3" value="Product" style="swimlane;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="70" y="-3430" width="710" height="930" as="geometry">
<mxRectangle x="310" y="150" width="140" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="xYTbwwU6hNYQ7n4Jch0m-4" value="<font style="font-size: 18px;">- IDNum: String<br>- name: String<br>- description: String<br>- Cost: double<br>- IDSeed: int (static)</font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="xYTbwwU6hNYQ7n4Jch0m-3">
<mxGeometry x="265" y="110" width="180" height="120" as="geometry" />
</mxCell>
<mxCell id="xYTbwwU6hNYQ7n4Jch0m-5" value="<font style="font-size: 18px;">+ Product(IDNum: String, name: String, Description: String, Cost: double)<br>+ Product(name: String, Description: String, Cost: double)</font><div style=""><font style="font-size: 18px;">+ toCSVDataRecord(): String<br>+ setIDSeed(IDSeed: int): void (static)<br></font></div><div style=""><font style="font-size: 18px;">+ getIDSeed(): int (static)<br></font></div><div style=""><font style="font-size: 18px;">+ genIDNum(): String<br></font></div><div style=""><font style="font-size: 18px;">+ toString(): String<br></font></div><div style=""><font style="font-size: 18px;">+ getIDNum(): String<br></font></div><div style=""><font style="font-size: 18px;">+ setIDNum(IDNum: String): void<br></font></div><div style=""><font style="font-size: 18px;">+ getName(): String<br></font></div><div style=""><font style="font-size: 18px;">+ setName(name: String): void<br></font></div><div style=""><font style="font-size: 18px;">+ getDescription(): String<br></font></div><div style=""><font style="font-size: 18px;">+ setDescription(description: String): void<br></font></div><div style=""><font style="font-size: 18px;">+ getCost(): double<br></font></div><div style=""><font style="font-size: 18px;">+ setCost(cost: double): void<br></font></div><div style=""><br></div>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="xYTbwwU6hNYQ7n4Jch0m-3">
<mxGeometry x="50" y="525" width="610" height="350" as="geometry" />
</mxCell>
<mxCell id="xYTbwwU6hNYQ7n4Jch0m-6" value="" style="endArrow=none;html=1;rounded=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="xYTbwwU6hNYQ7n4Jch0m-3" target="xYTbwwU6hNYQ7n4Jch0m-3">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="390" y="290" as="sourcePoint" />
<mxPoint x="440" y="240" as="targetPoint" />
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>