This repository has been archived by the owner on Jan 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UML Examples.drawio
61 lines (61 loc) · 6.36 KB
/
UML Examples.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
<mxfile host="app.diagrams.net" modified="2020-09-04T16:37:21.979Z" agent="5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36" etag="drdE-gm6zAPIIU5yNzcp" version="13.6.6" type="github">
<diagram id="9Y2Ab54HB8pgbulD3xx_" name="Page-1">
<mxGraphModel dx="868" dy="488" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="NzbwYGtdC-Ruoc9vBYWs-1" value="Classname" 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="40" y="40" width="160" height="86" as="geometry" />
</mxCell>
<mxCell id="NzbwYGtdC-Ruoc9vBYWs-2" 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="NzbwYGtdC-Ruoc9vBYWs-1" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="NzbwYGtdC-Ruoc9vBYWs-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;" parent="NzbwYGtdC-Ruoc9vBYWs-1" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="NzbwYGtdC-Ruoc9vBYWs-4" 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="NzbwYGtdC-Ruoc9vBYWs-1" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="NzbwYGtdC-Ruoc9vBYWs-5" value="Inventory" 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="240" y="40" width="260" height="160" as="geometry" />
</mxCell>
<mxCell id="NzbwYGtdC-Ruoc9vBYWs-6" value="capacity: number
stock: number
items: list or array" 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="NzbwYGtdC-Ruoc9vBYWs-5" vertex="1">
<mxGeometry y="26" width="260" height="54" as="geometry" />
</mxCell>
<mxCell id="NzbwYGtdC-Ruoc9vBYWs-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="NzbwYGtdC-Ruoc9vBYWs-5" vertex="1">
<mxGeometry y="80" width="260" height="8" as="geometry" />
</mxCell>
<mxCell id="NzbwYGtdC-Ruoc9vBYWs-8" value="insert(item : string): itemInserted
remove(item : string): itemRemoved
empty(): itemsEmptied
emptyTo(inventoryToEmptyTo): itemsEmptied" 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="NzbwYGtdC-Ruoc9vBYWs-5" vertex="1">
<mxGeometry y="88" width="260" height="72" as="geometry" />
</mxCell>
<mxCell id="NzbwYGtdC-Ruoc9vBYWs-17" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0.5;exitDx=0;exitDy=15;exitPerimeter=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="NzbwYGtdC-Ruoc9vBYWs-9" target="NzbwYGtdC-Ruoc9vBYWs-10" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NzbwYGtdC-Ruoc9vBYWs-9" value="Start<br>(Input)" style="html=1;dashed=0;whitespace=wrap;shape=mxgraph.dfd.start" parent="1" vertex="1">
<mxGeometry x="600" y="240" width="80" height="30" as="geometry" />
</mxCell>
<mxCell id="NzbwYGtdC-Ruoc9vBYWs-13" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="NzbwYGtdC-Ruoc9vBYWs-10" target="NzbwYGtdC-Ruoc9vBYWs-12" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NzbwYGtdC-Ruoc9vBYWs-14" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="NzbwYGtdC-Ruoc9vBYWs-10" target="NzbwYGtdC-Ruoc9vBYWs-11" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NzbwYGtdC-Ruoc9vBYWs-10" value="Decision<br>(If)" style="rhombus;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="600" y="360" width="80" height="80" as="geometry" />
</mxCell>
<mxCell id="NzbwYGtdC-Ruoc9vBYWs-11" value="Process" style="shape=process;whiteSpace=wrap;html=1;backgroundOutline=1;" parent="1" vertex="1">
<mxGeometry x="480" y="480" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="NzbwYGtdC-Ruoc9vBYWs-12" value="Process" style="shape=process;whiteSpace=wrap;html=1;backgroundOutline=1;" parent="1" vertex="1">
<mxGeometry x="680" y="480" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="NzbwYGtdC-Ruoc9vBYWs-15" value="Yes" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="560" y="380" width="40" height="20" as="geometry" />
</mxCell>
<mxCell id="NzbwYGtdC-Ruoc9vBYWs-16" value="No" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="680" y="380" width="40" height="20" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>