-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathchain.drawio
More file actions
155 lines (155 loc) · 17.9 KB
/
chain.drawio
File metadata and controls
155 lines (155 loc) · 17.9 KB
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
<mxfile host="app.diagrams.net" modified="2024-02-22T08:40:37.821Z" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" etag="SBNhH8U9h48HdWnlqL2E" version="23.1.5" type="github">
<diagram name="Page-1" id="flcEM2z3vCgoF05vpIiF">
<mxGraphModel dx="1957" dy="726" 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="pexK_V1G9ok-mFwstEU1-1" value="GestionnaireRemboursement" 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="170" y="20" width="330" height="60" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-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="pexK_V1G9ok-mFwstEU1-1">
<mxGeometry y="26" width="330" height="8" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-4" value="+&nbsp;traiterRemboursement(RequeteRemboursement): 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="pexK_V1G9ok-mFwstEU1-1">
<mxGeometry y="34" width="330" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-5" value="RequeteRemboursement" 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="550" y="20" width="160" height="60" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-6" value="+ montant: 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;whiteSpace=wrap;html=1;" vertex="1" parent="pexK_V1G9ok-mFwstEU1-5">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-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;" vertex="1" parent="pexK_V1G9ok-mFwstEU1-5">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-9" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=1.008;entryY=0.269;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" source="pexK_V1G9ok-mFwstEU1-6" target="pexK_V1G9ok-mFwstEU1-4">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-17" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.485;entryY=1.018;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" source="pexK_V1G9ok-mFwstEU1-10" target="pexK_V1G9ok-mFwstEU1-4">
<mxGeometry relative="1" as="geometry">
<mxPoint x="330" y="90" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-10" value="GestionnaireRemboursementBase" 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="170" y="140" width="320" height="138" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-11" value="+ suivant: GestionnaireRemboursement" 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="pexK_V1G9ok-mFwstEU1-10">
<mxGeometry y="26" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-12" 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="pexK_V1G9ok-mFwstEU1-10">
<mxGeometry y="52" width="320" height="8" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-13" value="+&nbsp;traiterRemboursement(RequeteRemboursement): 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="pexK_V1G9ok-mFwstEU1-10">
<mxGeometry y="60" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-14" value="+ peutTraiter(RequeteRemboursement): 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;whiteSpace=wrap;html=1;" vertex="1" parent="pexK_V1G9ok-mFwstEU1-10">
<mxGeometry y="86" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-15" value="+ traiter(RequeteRemboursement): 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="pexK_V1G9ok-mFwstEU1-10">
<mxGeometry y="112" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-45" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="1" source="pexK_V1G9ok-mFwstEU1-18">
<mxGeometry relative="1" as="geometry">
<mxPoint x="179.99999999999977" y="310" as="targetPoint" />
<Array as="points">
<mxPoint x="-160" y="310" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-18" value="GestionnaireRemboursementPetit" 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="-320" y="340" width="320" height="138" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-19" value="+ suivant: GestionnaireRemboursement" 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="pexK_V1G9ok-mFwstEU1-18">
<mxGeometry y="26" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-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;" vertex="1" parent="pexK_V1G9ok-mFwstEU1-18">
<mxGeometry y="52" width="320" height="8" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-21" value="+&nbsp;traiterRemboursement(RequeteRemboursement): 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="pexK_V1G9ok-mFwstEU1-18">
<mxGeometry y="60" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-22" value="+ peutTraiter(RequeteRemboursement): 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;whiteSpace=wrap;html=1;" vertex="1" parent="pexK_V1G9ok-mFwstEU1-18">
<mxGeometry y="86" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-23" value="+ traiter(RequeteRemboursement): 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="pexK_V1G9ok-mFwstEU1-18">
<mxGeometry y="112" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-43" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="1" source="pexK_V1G9ok-mFwstEU1-24">
<mxGeometry relative="1" as="geometry">
<mxPoint x="340" y="280" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-24" value="GestionnaireRemboursementMoyen" 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="20" y="340" width="320" height="138" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-25" value="+ suivant: GestionnaireRemboursement" 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="pexK_V1G9ok-mFwstEU1-24">
<mxGeometry y="26" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-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;" vertex="1" parent="pexK_V1G9ok-mFwstEU1-24">
<mxGeometry y="52" width="320" height="8" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-27" value="+&nbsp;traiterRemboursement(RequeteRemboursement): 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="pexK_V1G9ok-mFwstEU1-24">
<mxGeometry y="60" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-28" value="+ peutTraiter(RequeteRemboursement): 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;whiteSpace=wrap;html=1;" vertex="1" parent="pexK_V1G9ok-mFwstEU1-24">
<mxGeometry y="86" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-29" value="+ traiter(RequeteRemboursement): 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="pexK_V1G9ok-mFwstEU1-24">
<mxGeometry y="112" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-44" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="1" source="pexK_V1G9ok-mFwstEU1-30">
<mxGeometry relative="1" as="geometry">
<mxPoint x="340.0000000000002" y="310" as="targetPoint" />
<Array as="points">
<mxPoint x="520" y="310" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-30" value="GestionnaireRemboursementGrand" 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="360" y="340" width="320" height="138" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-31" value="+ suivant: GestionnaireRemboursement" 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="pexK_V1G9ok-mFwstEU1-30">
<mxGeometry y="26" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-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;" vertex="1" parent="pexK_V1G9ok-mFwstEU1-30">
<mxGeometry y="52" width="320" height="8" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-33" value="+&nbsp;traiterRemboursement(RequeteRemboursement): 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="pexK_V1G9ok-mFwstEU1-30">
<mxGeometry y="60" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-34" value="+ peutTraiter(RequeteRemboursement): 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;whiteSpace=wrap;html=1;" vertex="1" parent="pexK_V1G9ok-mFwstEU1-30">
<mxGeometry y="86" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-35" value="+ traiter(RequeteRemboursement): 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="pexK_V1G9ok-mFwstEU1-30">
<mxGeometry y="112" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-46" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="1" source="pexK_V1G9ok-mFwstEU1-37">
<mxGeometry relative="1" as="geometry">
<mxPoint x="520" y="310" as="targetPoint" />
<Array as="points">
<mxPoint x="860" y="310" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-37" value="GestionnaireRemboursementInvalid" 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="700" y="340" width="320" height="138" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-38" value="+ suivant: GestionnaireRemboursement" 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="pexK_V1G9ok-mFwstEU1-37">
<mxGeometry y="26" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-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;" vertex="1" parent="pexK_V1G9ok-mFwstEU1-37">
<mxGeometry y="52" width="320" height="8" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-40" value="+&nbsp;traiterRemboursement(RequeteRemboursement): 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="pexK_V1G9ok-mFwstEU1-37">
<mxGeometry y="60" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-41" value="+ peutTraiter(RequeteRemboursement): 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;whiteSpace=wrap;html=1;" vertex="1" parent="pexK_V1G9ok-mFwstEU1-37">
<mxGeometry y="86" width="320" height="26" as="geometry" />
</mxCell>
<mxCell id="pexK_V1G9ok-mFwstEU1-42" value="+ traiter(RequeteRemboursement): 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="pexK_V1G9ok-mFwstEU1-37">
<mxGeometry y="112" width="320" height="26" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>