-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposite.drawio
More file actions
124 lines (124 loc) · 15.8 KB
/
composite.drawio
File metadata and controls
124 lines (124 loc) · 15.8 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
<mxfile host="app.diagrams.net" modified="2024-05-23T13:28:22.736Z" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" etag="oFr5HD1HpmP-D-t09_EX" version="24.4.6" type="github">
<diagram name="Page-1" id="koqjHjDorcuiCpkCrQ8J">
<mxGraphModel dx="904" dy="581" 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="Umcm2e0d4sjn1qQ-VSp0-1" value="Personne" 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="40" width="200" height="242" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-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="Umcm2e0d4sjn1qQ-VSp0-1">
<mxGeometry y="26" width="200" height="8" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-4" value="+ afficher(int): 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="Umcm2e0d4sjn1qQ-VSp0-1">
<mxGeometry y="34" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-5" value="+ ajouterEnfant(Personne): 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="Umcm2e0d4sjn1qQ-VSp0-1">
<mxGeometry y="60" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-6" value="+ ajouterConjoint(Personne): 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="Umcm2e0d4sjn1qQ-VSp0-1">
<mxGeometry y="86" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-7" value="+ getEnfants(): List&lt;Personne&gt;" 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="Umcm2e0d4sjn1qQ-VSp0-1">
<mxGeometry y="112" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-8" value="+ getConjoint(): Personne" 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="Umcm2e0d4sjn1qQ-VSp0-1">
<mxGeometry y="138" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-9" value="+ getNom(): String" 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="Umcm2e0d4sjn1qQ-VSp0-1">
<mxGeometry y="164" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-10" value="+ getAge(): int" 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="Umcm2e0d4sjn1qQ-VSp0-1">
<mxGeometry y="190" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-11" value="+ getSexe(): String" 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="Umcm2e0d4sjn1qQ-VSp0-1">
<mxGeometry y="216" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-12" value="Famille" 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="140" y="360" width="220" height="320" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-13" value="+ conjoint1: Personne" 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="Umcm2e0d4sjn1qQ-VSp0-12">
<mxGeometry y="26" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-16" value="+ conjoint2: Personne" 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="Umcm2e0d4sjn1qQ-VSp0-12">
<mxGeometry y="52" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-17" value="+ enfants: List&lt;Personne&gt;" 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="Umcm2e0d4sjn1qQ-VSp0-12">
<mxGeometry y="78" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-14" 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="Umcm2e0d4sjn1qQ-VSp0-12">
<mxGeometry y="104" width="220" height="8" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-18" value="+ afficher(int): 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="Umcm2e0d4sjn1qQ-VSp0-12">
<mxGeometry y="112" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-19" value="+ ajouterEnfant(Personne): 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="Umcm2e0d4sjn1qQ-VSp0-12">
<mxGeometry y="138" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-20" value="+ ajouterConjoint(Personne): 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="Umcm2e0d4sjn1qQ-VSp0-12">
<mxGeometry y="164" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-21" value="+ getEnfants(): List&lt;Personne&gt;" 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="Umcm2e0d4sjn1qQ-VSp0-12">
<mxGeometry y="190" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-22" value="+ getConjoint(): Personne" 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="Umcm2e0d4sjn1qQ-VSp0-12">
<mxGeometry y="216" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-23" value="+ getNom(): String" 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="Umcm2e0d4sjn1qQ-VSp0-12">
<mxGeometry y="242" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-24" value="+ getAge(): int" 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="Umcm2e0d4sjn1qQ-VSp0-12">
<mxGeometry y="268" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-25" value="+ getSexe(): String" 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="Umcm2e0d4sjn1qQ-VSp0-12">
<mxGeometry y="294" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-26" value="Individu" 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="560" y="360" width="220" height="320" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-27" value="+ nom: String" 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="Umcm2e0d4sjn1qQ-VSp0-26">
<mxGeometry y="26" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-28" value="+ age: int" 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="Umcm2e0d4sjn1qQ-VSp0-26">
<mxGeometry y="52" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-29" value="+ sexe: String" 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="Umcm2e0d4sjn1qQ-VSp0-26">
<mxGeometry y="78" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-30" 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="Umcm2e0d4sjn1qQ-VSp0-26">
<mxGeometry y="104" width="220" height="8" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-31" value="+ afficher(int): 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="Umcm2e0d4sjn1qQ-VSp0-26">
<mxGeometry y="112" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-32" value="+ ajouterEnfant(Personne): 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="Umcm2e0d4sjn1qQ-VSp0-26">
<mxGeometry y="138" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-33" value="+ ajouterConjoint(Personne): 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="Umcm2e0d4sjn1qQ-VSp0-26">
<mxGeometry y="164" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-34" value="+ getEnfants(): List&lt;Personne&gt;" 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="Umcm2e0d4sjn1qQ-VSp0-26">
<mxGeometry y="190" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-35" value="+ getConjoint(): Personne" 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="Umcm2e0d4sjn1qQ-VSp0-26">
<mxGeometry y="216" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-36" value="+ getNom(): String" 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="Umcm2e0d4sjn1qQ-VSp0-26">
<mxGeometry y="242" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-37" value="+ getAge(): int" 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="Umcm2e0d4sjn1qQ-VSp0-26">
<mxGeometry y="268" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-38" value="+ getSexe(): String" 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="Umcm2e0d4sjn1qQ-VSp0-26">
<mxGeometry y="294" width="220" height="26" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-39" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.545;entryY=1;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" source="Umcm2e0d4sjn1qQ-VSp0-12" target="Umcm2e0d4sjn1qQ-VSp0-11">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="Umcm2e0d4sjn1qQ-VSp0-40" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.55;entryY=1.038;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" source="Umcm2e0d4sjn1qQ-VSp0-26" target="Umcm2e0d4sjn1qQ-VSp0-11">
<mxGeometry relative="1" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>