-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiagramClass.drawio
51 lines (51 loc) · 4.98 KB
/
diagramClass.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
<mxfile>
<diagram id="5cS4k9NMKkj_RHNJtxdv" name="Page-1">
<mxGraphModel dx="947" dy="513" 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="11" value="User" 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="150" y="80" width="190" height="180" as="geometry"/>
</mxCell>
<mxCell id="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="11" vertex="1">
<mxGeometry y="26" width="190" height="8" as="geometry"/>
</mxCell>
<mxCell id="12" value="+ Id: ObjectId + Email: Char + Password: Char + Status: 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="11" vertex="1">
<mxGeometry y="34" width="190" height="66" as="geometry"/>
</mxCell>
<mxCell id="14" value="+ getUsers(): List<User> + getUsersById(id): User + createUser(user: User): User + updateUser(user: User): User + deleteUser(id): User" 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="11" vertex="1">
<mxGeometry y="100" width="190" height="80" as="geometry"/>
</mxCell>
<mxCell id="15" value="Hospital" 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;" vertex="1" parent="1">
<mxGeometry x="440" y="50" width="300" height="240" as="geometry"/>
</mxCell>
<mxCell id="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;" vertex="1" parent="15">
<mxGeometry y="26" width="300" height="8" as="geometry"/>
</mxCell>
<mxCell id="17" value="+ Id: ObjectId + Name: Char + Address: Char + Cp: Char + City: Char + Country: Char + User: ObjectId + Status: 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;" vertex="1" parent="15">
<mxGeometry y="34" width="300" height="126" as="geometry"/>
</mxCell>
<mxCell id="18" value="+ get(): List<Hospital> + getById(id): Hospital + create(hospital:Hospital): Hospital + update(hospital:Hospital): Hospital + deleteHospital(id): Hospital" 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;" vertex="1" parent="15">
<mxGeometry y="160" width="300" height="80" as="geometry"/>
</mxCell>
<mxCell id="50" value="" style="endArrow=open;shadow=0;strokeWidth=1;rounded=0;endFill=1;edgeStyle=elbowEdgeStyle;elbow=vertical;" edge="1" parent="1">
<mxGeometry x="0.5" y="41" relative="1" as="geometry">
<mxPoint x="340" y="169.65413793103454" as="sourcePoint"/>
<mxPoint x="440" y="170" as="targetPoint"/>
<mxPoint x="-40" y="32" as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="51" value="0..1" style="resizable=0;align=left;verticalAlign=bottom;labelBackgroundColor=none;fontSize=12;" connectable="0" vertex="1" parent="50">
<mxGeometry x="-1" relative="1" as="geometry">
<mxPoint y="4" as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="52" value="1" style="resizable=0;align=right;verticalAlign=bottom;labelBackgroundColor=none;fontSize=12;" connectable="0" vertex="1" parent="50">
<mxGeometry x="1" relative="1" as="geometry">
<mxPoint x="-7" y="4" as="offset"/>
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>