diff --git a/.gitignore b/.gitignore index 5a0994d..80ff08c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ # Prerequisites *.d +# idean files +.idea + # Object files *.o *.ko diff --git a/2A/BDD/tp/s1/TP09 (1).pdf b/2A/BDD/tp/s1/TP09 (1).pdf new file mode 100644 index 0000000..1653251 Binary files /dev/null and b/2A/BDD/tp/s1/TP09 (1).pdf differ diff --git a/2A/BDD/tp/s1/requetesTP9.sql b/2A/BDD/tp/s1/requetesTP9.sql new file mode 100644 index 0000000..8ec3c90 --- /dev/null +++ b/2A/BDD/tp/s1/requetesTP9.sql @@ -0,0 +1,45 @@ +MEMBRE +matricule +nom +espece +metier #affectation #planeteNaiss + +Planete +code +denomination coordonnees allegeance population systeme + +-- ? Q1). Lister par ordre alphabétique les différentes espèces composant les équipages de vaisseaux dont la base se situe dans le système Corellien. + +SELECT espece FROM Mene + +-- ? Q2). Trouver le numéro et le modèle du vaisseau transportant le plus de vaisseaux. + + + +-- ? Q3). La requête ci-dessous n’est pas optimale. Trouver une autre requête équivalente qui soit plus +-- ? optimisée. +-- SELECT m.matricule , m.nom +-- FROM Membre m, Planete p1, Vaisseau v, Planete p2 WHERE m.planeteNaiss = p1.code AND v.base = p2.code +-- AND m.affectation = v.numero AND p1.code = p2.code AND m.metier = ’pilote’; + + + +-- ? Q4). Quel index permettrait d’améliorer également les performances de la requête précédente? Donner la requête permettant de créer cet index. + + + +-- ? Q5). Écrire une fonction PL/pgSQL capaciteEvacuation qui prend en paramètre le code d’une planète et retourne le nombre maximal de personnes pouvant être évacuées rapidement. +-- Cela correspond au nombre maximum de passagers pouvant être accueillis par des vaisseaux en état de fonctionnement et basés sur cette planète. +-- Il est possible de répondre à la question suivante même si vous n’avez pas réussi à répondre à la question 5. + + + +-- ? Q6). Utiliser la fonction capaciteEvacuation pour calculer combien d’habitants ne pourront pas être évacués rapidement de la planète dénommée ’Coruscent’ en cas d’évacuation de sa population au complet. +-- ? Q7). Écrire une fonction PL/pgSQL maintenance qui prend en paramètre le matricule d’un membre d’équipage et le code d’une planète. Cette fonction répare si nécessaire (autrement dit passe l’état d’un vaisseau de ’R’ à ’F’) tous les vaisseaux basés sur cette la planète. Des exceptions doivent être levées dans plusieurs cas : +-- ? — Une exception no_data_found est levée si aucun membre d’équipage ne possède le matricule passé en paramètre. +-- ? — Une exception avec le message ’Réparation impossible’ est levée si le membre d’équipage associé au matricule n’est pas un mécanicien. +-- ? Cette fonction devra utiliser un curseur pour trouver les vaisseaux à réparer. +-- ? Q8). Mettre en place un trigger qui, lorsqu’une planète change d’allégeance, de l’empire vers la +-- ? rébellion, détruit tous les vaisseaux stationnés sur cette planète. +-- ? Q9). Supposons que deux sessions S1 et S2 accèdent à la base de données et exécutent la séquence d’instructions ci-dessous. Pour chaque étape, expliquer ce qu’il se passe en indiquant le résultat des requêtes et en détaillant les mécanismes de verrous mis en jeu. +-- ? Nous supposerons que l’autocommit est désactivé dans les deux sessions. \ No newline at end of file diff --git a/2A/Innovation/tp/OralManaInnovation/CAT.png b/2A/Innovation/tp/OralManaInnovation/CAT.png new file mode 100644 index 0000000..e526a6f Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/CAT.png differ diff --git a/2A/Innovation/tp/OralManaInnovation/ChauffeManchePelle v1.stl b/2A/Innovation/tp/OralManaInnovation/ChauffeManchePelle v1.stl new file mode 100644 index 0000000..ebafca2 Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/ChauffeManchePelle v1.stl differ diff --git a/2A/Innovation/tp/OralManaInnovation/Gestion.pptx b/2A/Innovation/tp/OralManaInnovation/Gestion.pptx new file mode 100644 index 0000000..ce0d2ee Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/Gestion.pptx differ diff --git a/2A/Innovation/tp/OralManaInnovation/Logo Manu.avif b/2A/Innovation/tp/OralManaInnovation/Logo Manu.avif new file mode 100644 index 0000000..40e7745 Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/Logo Manu.avif differ diff --git a/2A/Innovation/tp/OralManaInnovation/Logo Mr (1).png b/2A/Innovation/tp/OralManaInnovation/Logo Mr (1).png new file mode 100644 index 0000000..554b247 Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/Logo Mr (1).png differ diff --git a/2A/Innovation/tp/OralManaInnovation/Logo Mr.png b/2A/Innovation/tp/OralManaInnovation/Logo Mr.png new file mode 100644 index 0000000..554b247 Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/Logo Mr.png differ diff --git a/2A/Innovation/tp/OralManaInnovation/OralInnovation.pdf b/2A/Innovation/tp/OralManaInnovation/OralInnovation.pdf new file mode 100644 index 0000000..4b21715 Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/OralInnovation.pdf differ diff --git a/2A/Innovation/tp/OralManaInnovation/OralInnovation.pptx b/2A/Innovation/tp/OralManaInnovation/OralInnovation.pptx new file mode 100644 index 0000000..20a8a51 Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/OralInnovation.pptx differ diff --git a/2A/Innovation/tp/OralManaInnovation/Outil Wolf.jpg b/2A/Innovation/tp/OralManaInnovation/Outil Wolf.jpg new file mode 100644 index 0000000..dbb8310 Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/Outil Wolf.jpg differ diff --git a/2A/Innovation/tp/OralManaInnovation/PEFC.jpg b/2A/Innovation/tp/OralManaInnovation/PEFC.jpg new file mode 100644 index 0000000..8ba16ee Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/PEFC.jpg differ diff --git a/2A/Innovation/tp/OralManaInnovation/Recyclage.png b/2A/Innovation/tp/OralManaInnovation/Recyclage.png new file mode 100644 index 0000000..2adb54c Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/Recyclage.png differ diff --git a/2A/Innovation/tp/OralManaInnovation/bricodepot.png b/2A/Innovation/tp/OralManaInnovation/bricodepot.png new file mode 100644 index 0000000..7891dee Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/bricodepot.png differ diff --git a/2A/Innovation/tp/OralManaInnovation/dentFourche.stl b/2A/Innovation/tp/OralManaInnovation/dentFourche.stl new file mode 100644 index 0000000..23f513d Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/dentFourche.stl differ diff --git a/2A/Innovation/tp/OralManaInnovation/enginsCat.jpeg b/2A/Innovation/tp/OralManaInnovation/enginsCat.jpeg new file mode 100644 index 0000000..22b43b8 Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/enginsCat.jpeg differ diff --git a/2A/Innovation/tp/OralManaInnovation/fourche.stl b/2A/Innovation/tp/OralManaInnovation/fourche.stl new file mode 100644 index 0000000..77b4b33 Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/fourche.stl differ diff --git a/2A/Innovation/tp/OralManaInnovation/hommeBTP.png b/2A/Innovation/tp/OralManaInnovation/hommeBTP.png new file mode 100644 index 0000000..fc1541a Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/hommeBTP.png differ diff --git a/2A/Innovation/tp/OralManaInnovation/inventiv.png b/2A/Innovation/tp/OralManaInnovation/inventiv.png new file mode 100644 index 0000000..fa7a71f Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/inventiv.png differ diff --git a/2A/Innovation/tp/OralManaInnovation/particuliers.jpg b/2A/Innovation/tp/OralManaInnovation/particuliers.jpg new file mode 100644 index 0000000..a2ee162 Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/particuliers.jpg differ diff --git a/2A/Innovation/tp/OralManaInnovation/particuliers.png b/2A/Innovation/tp/OralManaInnovation/particuliers.png new file mode 100644 index 0000000..637bb39 Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/particuliers.png differ diff --git a/2A/Innovation/tp/OralManaInnovation/pelle.jpg b/2A/Innovation/tp/OralManaInnovation/pelle.jpg new file mode 100644 index 0000000..08662c8 Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/pelle.jpg differ diff --git a/2A/Innovation/tp/OralManaInnovation/pelle.png b/2A/Innovation/tp/OralManaInnovation/pelle.png new file mode 100644 index 0000000..a9f7d87 Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/pelle.png differ diff --git a/2A/Innovation/tp/OralManaInnovation/toutouils.png b/2A/Innovation/tp/OralManaInnovation/toutouils.png new file mode 100644 index 0000000..97f83b4 Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/toutouils.png differ diff --git a/2A/Innovation/tp/OralManaInnovation/toutoutil.png b/2A/Innovation/tp/OralManaInnovation/toutoutil.png new file mode 100644 index 0000000..4ddb2fb Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/toutoutil.png differ diff --git a/2A/Innovation/tp/OralManaInnovation/visFourche.stl b/2A/Innovation/tp/OralManaInnovation/visFourche.stl new file mode 100644 index 0000000..e20fe41 Binary files /dev/null and b/2A/Innovation/tp/OralManaInnovation/visFourche.stl differ diff --git a/2A/Java/tp/JavaFX/tpJeuDeL_oie/DiagrammeOieIndice.mdj b/2A/Java/tp/JavaFX/tpJeuDeL_oie/DiagrammeOieIndice.mdj new file mode 100644 index 0000000..6bb1f0c --- /dev/null +++ b/2A/Java/tp/JavaFX/tpJeuDeL_oie/DiagrammeOieIndice.mdj @@ -0,0 +1,6291 @@ +{ + "_type": "Project", + "_id": "AAAAAAFF+h6SjaM2Hec=", + "name": "Untitled", + "ownedElements": [ + { + "_type": "UMLModel", + "_id": "AAAAAAFF+qBWK6M3Z8Y=", + "_parent": { + "$ref": "AAAAAAFF+h6SjaM2Hec=" + }, + "name": "Model", + "ownedElements": [ + { + "_type": "UMLClassDiagram", + "_id": "AAAAAAFF+qBtyKM79qY=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "Main", + "defaultDiagram": true, + "ownedViews": [ + { + "_type": "UMLClassView", + "_id": "AAAAAAGMgPHSU6X2Ve4=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGMgPHSU6X31rM=", + "_parent": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "model": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGMgPHSVKX4NL4=", + "_parent": { + "$ref": "AAAAAAGMgPHSU6X31rM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -16, + "top": 32, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPHSVKX5h48=", + "_parent": { + "$ref": "AAAAAAGMgPHSU6X31rM=" + }, + "font": "Arial;13;1", + "left": 677, + "top": 399, + "width": 256.17236328125, + "height": 13, + "text": "Jeu" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPHSVKX6jkw=", + "_parent": { + "$ref": "AAAAAAGMgPHSU6X31rM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -16, + "top": 32, + "width": 73.67724609375, + "height": 13, + "text": "(from Model)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPHSVKX7rkY=", + "_parent": { + "$ref": "AAAAAAGMgPHSU6X31rM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -16, + "top": 32, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 672, + "top": 392, + "width": 266.17236328125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGMgPHSVKX4NL4=" + }, + "nameLabel": { + "$ref": "AAAAAAGMgPHSVKX5h48=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGMgPHSVKX6jkw=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgPHSVKX7rkY=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGMgPHSVKX8slE=", + "_parent": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "model": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "font": "Arial;13;0", + "left": 672, + "top": 417, + "width": 266.17236328125, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGMgPHSVKX9vD8=", + "_parent": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "model": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgPitSNJgEUE=", + "_parent": { + "$ref": "AAAAAAGMgPHSVKX9vD8=" + }, + "model": { + "$ref": "AAAAAAGMgPitKtJdp8Y=" + }, + "font": "Arial;13;0", + "left": 677, + "top": 432, + "width": 256.17236328125, + "height": 13, + "text": "+getPlateau(): Plateau", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgPlIadZR3lo=", + "_parent": { + "$ref": "AAAAAAGMgPHSVKX9vD8=" + }, + "model": { + "$ref": "AAAAAAGMgPlIPtZOvVM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 677, + "top": 447, + "width": 256.17236328125, + "height": 13, + "text": "+getJoueurActuel(): Joueur", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgPcsyMyx7oc=", + "_parent": { + "$ref": "AAAAAAGMgPHSVKX9vD8=" + }, + "model": { + "$ref": "AAAAAAGMgPcsqsyukiw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 677, + "top": 447, + "width": 256.17236328125, + "height": 13, + "text": "+ajouterJoueur(joueur: Joueur): bool", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgPf3Yc4xyTs=", + "_parent": { + "$ref": "AAAAAAGMgPHSVKX9vD8=" + }, + "model": { + "$ref": "AAAAAAGMgPf3V84uRxg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 677, + "top": 447, + "width": 256.17236328125, + "height": 13, + "text": "+deplacerJoueur(): bool", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgRNx7bsT97c=", + "_parent": { + "$ref": "AAAAAAGMgPHSVKX9vD8=" + }, + "model": { + "$ref": "AAAAAAGMgRNx4LsQhAM=" + }, + "font": "Arial;13;0", + "left": 677, + "top": 447, + "width": 256.17236328125, + "height": 13, + "text": "+Jeu(nbJoueur: int, nbCases, nbFaces): Jeu", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgRezWcp7JlQ=", + "_parent": { + "$ref": "AAAAAAGMgPHSVKX9vD8=" + }, + "model": { + "$ref": "AAAAAAGMgRezKcp4ciY=" + }, + "font": "Arial;13;0", + "left": 677, + "top": 462, + "width": 256.17236328125, + "height": 13, + "text": "+lancerDes(): int", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 672, + "top": 427, + "width": 266.17236328125, + "height": 53 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGMgPHSVKX+gWY=", + "_parent": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "model": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -8, + "top": 16, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGMgPHSVaX/aco=", + "_parent": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "model": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -8, + "top": 16, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 672, + "top": 392, + "width": 266.17236328125, + "height": 133, + "nameCompartment": { + "$ref": "AAAAAAGMgPHSU6X31rM=" + }, + "attributeCompartment": { + "$ref": "AAAAAAGMgPHSVKX8slE=" + }, + "operationCompartment": { + "$ref": "AAAAAAGMgPHSVKX9vD8=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGMgPHSVKX+gWY=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGMgPHSVaX/aco=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGMgPHpCKYgJLA=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGMgPHpCKYhGGg=", + "_parent": { + "$ref": "AAAAAAGMgPHpCKYgJLA=" + }, + "model": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGMgPHpCaYi5Is=", + "_parent": { + "$ref": "AAAAAAGMgPHpCKYhGGg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 32, + "top": -256, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPHpCaYjib4=", + "_parent": { + "$ref": "AAAAAAGMgPHpCKYhGGg=" + }, + "font": "Arial;13;1", + "left": 773, + "top": 39, + "width": 226.55419921875, + "height": 13, + "text": "Case" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPHpCaYkKbQ=", + "_parent": { + "$ref": "AAAAAAGMgPHpCKYhGGg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 32, + "top": -256, + "width": 73.67724609375, + "height": 13, + "text": "(from Model)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPHpCaYlm7k=", + "_parent": { + "$ref": "AAAAAAGMgPHpCKYhGGg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 32, + "top": -256, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 768, + "top": 32, + "width": 236.55419921875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGMgPHpCaYi5Is=" + }, + "nameLabel": { + "$ref": "AAAAAAGMgPHpCaYjib4=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGMgPHpCaYkKbQ=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgPHpCaYlm7k=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGMgPHpCaYmpr8=", + "_parent": { + "$ref": "AAAAAAGMgPHpCKYgJLA=" + }, + "model": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGMgPYg9cS+az0=", + "_parent": { + "$ref": "AAAAAAGMgPHpCaYmpr8=" + }, + "model": { + "$ref": "AAAAAAGMgPYg2MS79Eo=" + }, + "font": "Arial;13;0", + "left": 773, + "top": 62, + "width": 226.55419921875, + "height": 13, + "text": "-presence: bool", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 768, + "top": 57, + "width": 236.55419921875, + "height": 23 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGMgPHpCaYnpvs=", + "_parent": { + "$ref": "AAAAAAGMgPHpCKYgJLA=" + }, + "model": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgPZfu8Yi1CA=", + "_parent": { + "$ref": "AAAAAAGMgPHpCaYnpvs=" + }, + "model": { + "$ref": "AAAAAAGMgPZfn8YfOA4=" + }, + "font": "Arial;13;0", + "left": 773, + "top": 85, + "width": 226.55419921875, + "height": 13, + "text": "+getPresence(): bool", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgPanuseU0Ok=", + "_parent": { + "$ref": "AAAAAAGMgPHpCaYnpvs=" + }, + "model": { + "$ref": "AAAAAAGMgPanjceRFow=" + }, + "font": "Arial;13;0", + "left": 773, + "top": 100, + "width": 226.55419921875, + "height": 13, + "text": "+setPresence(presence: boolean): void", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 768, + "top": 80, + "width": 236.55419921875, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGMgPHpDaYopbw=", + "_parent": { + "$ref": "AAAAAAGMgPHpCKYgJLA=" + }, + "model": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 16, + "top": -128, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGMgPHpDaYpcfM=", + "_parent": { + "$ref": "AAAAAAGMgPHpCKYgJLA=" + }, + "model": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 16, + "top": -128, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 768, + "top": 32, + "width": 236.55419921875, + "height": 86, + "nameCompartment": { + "$ref": "AAAAAAGMgPHpCKYhGGg=" + }, + "attributeCompartment": { + "$ref": "AAAAAAGMgPHpCaYmpr8=" + }, + "operationCompartment": { + "$ref": "AAAAAAGMgPHpCaYnpvs=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGMgPHpDaYopbw=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGMgPHpDaYpcfM=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGMgPH4e6ZKaDo=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGMgPH4e6ZLojM=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZKaDo=" + }, + "model": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGMgPH4e6ZMCKQ=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZLojM=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPH4e6ZNc0o=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZLojM=" + }, + "font": "Arial;13;1", + "left": 1037, + "top": 183, + "width": 154.2734375, + "height": 13, + "text": "Joueur" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPH4e6ZO6tI=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZLojM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 73.67724609375, + "height": 13, + "text": "(from Model)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPH4e6ZPbEw=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZLojM=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 1032, + "top": 176, + "width": 164.2734375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGMgPH4e6ZMCKQ=" + }, + "nameLabel": { + "$ref": "AAAAAAGMgPH4e6ZNc0o=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGMgPH4e6ZO6tI=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgPH4e6ZPbEw=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGMgPH4e6ZQ2SU=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZKaDo=" + }, + "model": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGMgPP14blVPMo=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZQ2SU=" + }, + "model": { + "$ref": "AAAAAAGMgPP1tLlS744=" + }, + "font": "Arial;13;0", + "left": 1037, + "top": 206, + "width": 154.2734375, + "height": 13, + "text": "-indice: int", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 1032, + "top": 201, + "width": 164.2734375, + "height": 23 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGMgPH4e6ZRTeQ=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZKaDo=" + }, + "model": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgPQty7pwqpQ=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZRTeQ=" + }, + "model": { + "$ref": "AAAAAAGMgPQtvLptcLw=" + }, + "font": "Arial;13;0", + "left": 1037, + "top": 229, + "width": 154.2734375, + "height": 13, + "text": "+getIndice(): int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgPSCWbvh7HM=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZRTeQ=" + }, + "model": { + "$ref": "AAAAAAGMgPSCQ7vepHc=" + }, + "font": "Arial;13;0", + "left": 1037, + "top": 244, + "width": 154.2734375, + "height": 13, + "text": "+setIndice(indice: int): void", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 1032, + "top": 224, + "width": 164.2734375, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGMgPH4e6ZS5II=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZKaDo=" + }, + "model": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGMgPH4e6ZTBUY=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZKaDo=" + }, + "model": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 1032, + "top": 176, + "width": 164.2734375, + "height": 86, + "nameCompartment": { + "$ref": "AAAAAAGMgPH4e6ZLojM=" + }, + "attributeCompartment": { + "$ref": "AAAAAAGMgPH4e6ZQ2SU=" + }, + "operationCompartment": { + "$ref": "AAAAAAGMgPH4e6ZRTeQ=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGMgPH4e6ZS5II=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGMgPH4e6ZTBUY=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGMgPIXMaZ0lw4=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGMgPIXMaZ1cQc=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZ0lw4=" + }, + "model": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGMgPIXMqZ2nbw=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZ1cQc=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPIXMqZ3bTM=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZ1cQc=" + }, + "font": "Arial;13;1", + "left": 493, + "top": 159, + "width": 165.115234375, + "height": 13, + "text": "Plateau" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPIXMqZ49s8=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZ1cQc=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 73.67724609375, + "height": 13, + "text": "(from Model)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPIXMqZ57wE=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZ1cQc=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 488, + "top": 152, + "width": 175.115234375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGMgPIXMqZ2nbw=" + }, + "nameLabel": { + "$ref": "AAAAAAGMgPIXMqZ3bTM=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGMgPIXMqZ49s8=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgPIXMqZ57wE=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGMgPIXMqZ6N9Q=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZ0lw4=" + }, + "model": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "font": "Arial;13;0", + "left": 488, + "top": 177, + "width": 175.115234375, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGMgPIXMqZ7xRE=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZ0lw4=" + }, + "model": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgREc5LX13eE=", + "_parent": { + "$ref": "AAAAAAGMgPIXMqZ7xRE=" + }, + "model": { + "$ref": "AAAAAAGMgREcz7Xy5ms=" + }, + "font": "Arial;13;0", + "left": 493, + "top": 192, + "width": 165.115234375, + "height": 13, + "text": "+Plateau(nbCases): Plateau", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgPU1S783vaE=", + "_parent": { + "$ref": "AAAAAAGMgPIXMqZ7xRE=" + }, + "model": { + "$ref": "AAAAAAGMgPU1PL80nZ0=" + }, + "font": "Arial;13;0", + "left": 493, + "top": 207, + "width": 165.115234375, + "height": 13, + "text": "+getLesCases(): List", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgP9tIZXs0Yw=", + "_parent": { + "$ref": "AAAAAAGMgPIXMqZ7xRE=" + }, + "model": { + "$ref": "AAAAAAGMgP9tFZXpF2U=" + }, + "font": "Arial;13;0", + "left": 493, + "top": 222, + "width": 165.115234375, + "height": 13, + "text": "+getCase(idCase: int): Case", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 488, + "top": 187, + "width": 175.115234375, + "height": 53 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGMgPIXMqZ8bVk=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZ0lw4=" + }, + "model": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGMgPIXMqZ9aX8=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZ0lw4=" + }, + "model": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 488, + "top": 152, + "width": 175.115234375, + "height": 88, + "nameCompartment": { + "$ref": "AAAAAAGMgPIXMaZ1cQc=" + }, + "attributeCompartment": { + "$ref": "AAAAAAGMgPIXMqZ6N9Q=" + }, + "operationCompartment": { + "$ref": "AAAAAAGMgPIXMqZ7xRE=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGMgPIXMqZ8bVk=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGMgPIXMqZ9aX8=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGMgPIzSqagzz4=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSaac1Q8=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPIzS6ahq38=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSaac1Q8=" + }, + "font": "Arial;13;0", + "left": 695, + "top": 104, + "width": 66.1171875, + "height": 13, + "alpha": 0.8435170343992738, + "distance": 31.016124838541646, + "hostEdge": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "edgePosition": 1, + "text": "-*lesCases" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPIzS6ai2+s=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSaac1Q8=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 706, + "top": 104, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPIzS6ajNaM=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSaac1Q8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 722, + "top": 147, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPIzS6akS/g=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSqadTUw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 681, + "top": 131, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPIzS6alHKg=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSqadTUw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 678, + "top": 118, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPIzS6ampsA=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSqadTUw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 687, + "top": 158, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPIzS6anKHk=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSqaenes=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 742, + "top": 107, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPIzS6aoJYc=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSqaenes=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 735, + "top": 96, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPIzS6apF+8=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSqaenes=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 756, + "top": 131, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgPIzS6aqNPs=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSqadTUw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgPIzTaarlgQ=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSqaenes=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgPHpCKYgJLA=" + }, + "tail": { + "$ref": "AAAAAAGMgPIXMaZ0lw4=" + }, + "lineStyle": 1, + "points": "663:161;772:118", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGMgPIzS6ahq38=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGMgPIzS6ai2+s=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgPIzS6ajNaM=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGMgPIzS6akS/g=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGMgPIzS6alHKg=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGMgPIzS6ampsA=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGMgPIzS6anKHk=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGMgPIzS6aoJYc=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGMgPIzS6apF+8=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGMgPIzS6aqNPs=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGMgPIzTaarlgQ=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGMgPKBrKgwDI0=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgs5GI=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPKBrKgxZ3c=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgs5GI=" + }, + "font": "Arial;13;0", + "left": 560, + "top": 257, + "width": 61.80078125, + "height": 13, + "alpha": 0.3300504199461214, + "distance": 103.60019305001319, + "hostEdge": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "edgePosition": 1, + "text": "-lePlateau" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPKBrKgyU7g=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgs5GI=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 657, + "top": 328, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPKBrKgzOro=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgs5GI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 691, + "top": 299, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPKBrKg05zI=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgtUi8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 717, + "top": 375, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPKBrKg1vjQ=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgtUi8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 706, + "top": 382, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPKBrKg2Gx0=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgtUi8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 741, + "top": 360, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPKBrKg3dJE=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgu8vk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 619, + "top": 263, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPKBrKg4hKg=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgu8vk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 611, + "top": 273, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPKBrKg5kcI=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgu8vk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 637, + "top": 242, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgPKBrag6/f0=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgtUi8=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgPKBrag7z48=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgu8vk=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgPIXMaZ0lw4=" + }, + "tail": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "lineStyle": 1, + "points": "746:391;614:240", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGMgPKBrKgxZ3c=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGMgPKBrKgyU7g=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgPKBrKgzOro=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGMgPKBrKg05zI=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGMgPKBrKg1vjQ=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGMgPKBrKg2Gx0=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGMgPKBrKg3dJE=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGMgPKBrKg4hKg=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGMgPKBrKg5kcI=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGMgPKBrag6/f0=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGMgPKBrag7z48=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGMgPOS3bSlccc=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGMgPOS3bSmINA=", + "_parent": { + "$ref": "AAAAAAGMgPOS3bSlccc=" + }, + "model": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGMgPOS3bSn0fo=", + "_parent": { + "$ref": "AAAAAAGMgPOS3bSmINA=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPOS3bSo+qE=", + "_parent": { + "$ref": "AAAAAAGMgPOS3bSmINA=" + }, + "font": "Arial;13;1", + "left": 245, + "top": 407, + "width": 227.77294921875, + "height": 13, + "text": "Main" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPOS3bSpKVM=", + "_parent": { + "$ref": "AAAAAAGMgPOS3bSmINA=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 73.67724609375, + "height": 13, + "text": "(from Model)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPOS3rSqyAw=", + "_parent": { + "$ref": "AAAAAAGMgPOS3bSmINA=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 240, + "top": 400, + "width": 237.77294921875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGMgPOS3bSn0fo=" + }, + "nameLabel": { + "$ref": "AAAAAAGMgPOS3bSo+qE=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGMgPOS3bSpKVM=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgPOS3rSqyAw=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGMgPOS3rSrEE0=", + "_parent": { + "$ref": "AAAAAAGMgPOS3bSlccc=" + }, + "model": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "font": "Arial;13;0", + "left": 240, + "top": 425, + "width": 237.77294921875, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGMgPOS3rSs//g=", + "_parent": { + "$ref": "AAAAAAGMgPOS3bSlccc=" + }, + "model": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgP5MKpI0Xdg=", + "_parent": { + "$ref": "AAAAAAGMgPOS3rSs//g=" + }, + "model": { + "$ref": "AAAAAAGMgP5MDZIlvGM=" + }, + "font": "Arial;13;0", + "left": 245, + "top": 440, + "width": 227.77294921875, + "height": 13, + "text": "+afficherPlateau(plateau: Plateau): void", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 240, + "top": 435, + "width": 237.77294921875, + "height": 23 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGMgPOS3rStvbI=", + "_parent": { + "$ref": "AAAAAAGMgPOS3bSlccc=" + }, + "model": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGMgPOS3rSudc0=", + "_parent": { + "$ref": "AAAAAAGMgPOS3bSlccc=" + }, + "model": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 240, + "top": 400, + "width": 237.77294921875, + "height": 58, + "nameCompartment": { + "$ref": "AAAAAAGMgPOS3bSmINA=" + }, + "attributeCompartment": { + "$ref": "AAAAAAGMgPOS3rSrEE0=" + }, + "operationCompartment": { + "$ref": "AAAAAAGMgPOS3rSs//g=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGMgPOS3rStvbI=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGMgPOS3rSudc0=" + } + }, + { + "_type": "UMLDependencyView", + "_id": "AAAAAAGMgPOzzLgLBV4=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgPOzyrgJjs8=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPOzzbgMS10=", + "_parent": { + "$ref": "AAAAAAGMgPOzzLgLBV4=" + }, + "model": { + "$ref": "AAAAAAGMgPOzyrgJjs8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 575, + "top": 421, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgPOzzLgLBV4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPOzzbgNu9U=", + "_parent": { + "$ref": "AAAAAAGMgPOzzLgLBV4=" + }, + "model": { + "$ref": "AAAAAAGMgPOzyrgJjs8=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 576, + "top": 406, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPOzzLgLBV4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPOzzbgO/Fk=", + "_parent": { + "$ref": "AAAAAAGMgPOzzLgLBV4=" + }, + "model": { + "$ref": "AAAAAAGMgPOzyrgJjs8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 572, + "top": 450, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgPOzzLgLBV4=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "tail": { + "$ref": "AAAAAAGMgPOS3bSlccc=" + }, + "lineStyle": 1, + "points": "478:436;671:449", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGMgPOzzbgMS10=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGMgPOzzbgNu9U=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgPOzzbgO/Fk=" + } + }, + { + "_type": "UMLDependencyView", + "_id": "AAAAAAGMgP6w8ZQ2E1M=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgP6w7pQ0dKc=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgP6w8ZQ3PWY=", + "_parent": { + "$ref": "AAAAAAGMgP6w8ZQ2E1M=" + }, + "model": { + "$ref": "AAAAAAGMgP6w7pQ0dKc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 448, + "top": 302, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgP6w8ZQ2E1M=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgP6w8ZQ41aI=", + "_parent": { + "$ref": "AAAAAAGMgP6w8ZQ2E1M=" + }, + "model": { + "$ref": "AAAAAAGMgP6w7pQ0dKc=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 437, + "top": 292, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgP6w8ZQ2E1M=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgP6w8ZQ5QZY=", + "_parent": { + "$ref": "AAAAAAGMgP6w8ZQ2E1M=" + }, + "model": { + "$ref": "AAAAAAGMgP6w7pQ0dKc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 469, + "top": 323, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgP6w8ZQ2E1M=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgPIXMaZ0lw4=" + }, + "tail": { + "$ref": "AAAAAAGMgPOS3bSlccc=" + }, + "lineStyle": 1, + "points": "385:399;533:240", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGMgP6w8ZQ3PWY=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGMgP6w8ZQ41aI=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgP6w8ZQ5QZY=" + } + }, + { + "_type": "UMLNoteView", + "_id": "AAAAAAGMgQ4kP5fhZyg=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "font": "Arial;13;0", + "left": 1288, + "top": 200, + "width": 70, + "height": 51, + "text": "default, indice à -1" + }, + { + "_type": "UMLNoteView", + "_id": "AAAAAAGMgQ8KW56+tq8=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "font": "Arial;13;0", + "left": 272, + "top": 160, + "width": 84.3017578125, + "height": 40, + "text": "List.get(int)" + }, + { + "_type": "UMLNoteLinkView", + "_id": "AAAAAAGMgQ97NKdwqS8=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgPIXMaZ0lw4=" + }, + "tail": { + "$ref": "AAAAAAGMgQ8KW56+tq8=" + }, + "lineStyle": 1, + "points": "356:182;487:190" + }, + { + "_type": "UMLNoteLinkView", + "_id": "AAAAAAGMgQ+Hk6jzFtg=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgQ4kP5fhZyg=" + }, + "tail": { + "$ref": "AAAAAAGMgPH4e6ZKaDo=" + }, + "lineStyle": 1, + "points": "1196:221;1287:224" + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGMgRABXKqEmbQ=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgRABXKqC/RI=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGMgRABXKqFBDg=", + "_parent": { + "$ref": "AAAAAAGMgRABXKqEmbQ=" + }, + "model": { + "$ref": "AAAAAAGMgRABXKqC/RI=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGMgRABXqqGlag=", + "_parent": { + "$ref": "AAAAAAGMgRABXKqFBDg=" + }, + "visible": false, + "font": "Arial;13;0", + "top": 32, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgRABX6qHdNc=", + "_parent": { + "$ref": "AAAAAAGMgRABXKqFBDg=" + }, + "font": "Arial;13;1", + "left": 501, + "top": 623, + "width": 157.6376953125, + "height": 13, + "text": "De" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgRABYaqIS6Y=", + "_parent": { + "$ref": "AAAAAAGMgRABXKqFBDg=" + }, + "visible": false, + "font": "Arial;13;0", + "top": 32, + "width": 73.67724609375, + "height": 13, + "text": "(from Model)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgRABYaqJ3hU=", + "_parent": { + "$ref": "AAAAAAGMgRABXKqFBDg=" + }, + "visible": false, + "font": "Arial;13;0", + "top": 32, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 496, + "top": 616, + "width": 167.6376953125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGMgRABXqqGlag=" + }, + "nameLabel": { + "$ref": "AAAAAAGMgRABX6qHdNc=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGMgRABYaqIS6Y=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgRABYaqJ3hU=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGMgRABYaqKVxQ=", + "_parent": { + "$ref": "AAAAAAGMgRABXKqEmbQ=" + }, + "model": { + "$ref": "AAAAAAGMgRABXKqC/RI=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGMgRAbOKvErqg=", + "_parent": { + "$ref": "AAAAAAGMgRABYaqKVxQ=" + }, + "model": { + "$ref": "AAAAAAGMgRAbGau1YD0=" + }, + "font": "Arial;13;0", + "left": 501, + "top": 646, + "width": 157.6376953125, + "height": 13, + "text": "-valeur: int", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 496, + "top": 641, + "width": 167.6376953125, + "height": 23 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGMgRABYaqL5Ls=", + "_parent": { + "$ref": "AAAAAAGMgRABXKqEmbQ=" + }, + "model": { + "$ref": "AAAAAAGMgRABXKqC/RI=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgRK4K7i6J3E=", + "_parent": { + "$ref": "AAAAAAGMgRABYaqL5Ls=" + }, + "model": { + "$ref": "AAAAAAGMgRK4Fbiruiw=" + }, + "font": "Arial;13;0", + "left": 501, + "top": 669, + "width": 157.6376953125, + "height": 13, + "text": "+De(nbFaces): De", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgRBfZK2ggh4=", + "_parent": { + "$ref": "AAAAAAGMgRABYaqL5Ls=" + }, + "model": { + "$ref": "AAAAAAGMgRBfTa2R8z0=" + }, + "font": "Arial;13;0", + "left": 501, + "top": 684, + "width": 157.6376953125, + "height": 13, + "text": "+getValeur(): int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgRCXaa75bz8=", + "_parent": { + "$ref": "AAAAAAGMgRABYaqL5Ls=" + }, + "model": { + "$ref": "AAAAAAGMgRCXT67qPko=" + }, + "font": "Arial;13;0", + "left": 501, + "top": 699, + "width": 157.6376953125, + "height": 13, + "text": "+setValeur(valeur: int): void", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 496, + "top": 664, + "width": 167.6376953125, + "height": 53 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGMgRABYaqMCFA=", + "_parent": { + "$ref": "AAAAAAGMgRABXKqEmbQ=" + }, + "model": { + "$ref": "AAAAAAGMgRABXKqC/RI=" + }, + "visible": false, + "font": "Arial;13;0", + "top": 16, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGMgRABYaqNNXE=", + "_parent": { + "$ref": "AAAAAAGMgRABXKqEmbQ=" + }, + "model": { + "$ref": "AAAAAAGMgRABXKqC/RI=" + }, + "visible": false, + "font": "Arial;13;0", + "top": 16, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 496, + "top": 616, + "width": 167.6376953125, + "height": 101, + "nameCompartment": { + "$ref": "AAAAAAGMgRABXKqFBDg=" + }, + "attributeCompartment": { + "$ref": "AAAAAAGMgRABYaqKVxQ=" + }, + "operationCompartment": { + "$ref": "AAAAAAGMgRABYaqL5Ls=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGMgRABYaqMCFA=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGMgRABYaqNNXE=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGMgRf7OMzR9Y0=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgRf7NczNm5I=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgRf7OczSF+M=", + "_parent": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + }, + "model": { + "$ref": "AAAAAAGMgRf7NczNm5I=" + }, + "font": "Arial;13;0", + "left": 664, + "top": 591, + "width": 49.12451171875, + "height": 13, + "alpha": 1.0046347985216018, + "distance": 28.442925306655784, + "hostEdge": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + }, + "edgePosition": 1, + "text": "-de" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgRf7OczT5Xg=", + "_parent": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + }, + "model": { + "$ref": "AAAAAAGMgRf7NczNm5I=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 703, + "top": 586, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgRf7OczUJVU=", + "_parent": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + }, + "model": { + "$ref": "AAAAAAGMgRf7NczNm5I=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 672, + "top": 552, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgRf7OczV9I8=", + "_parent": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + }, + "model": { + "$ref": "AAAAAAGMgRf7NczO7tQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 723, + "top": 547, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgRf7OczWlpY=", + "_parent": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + }, + "model": { + "$ref": "AAAAAAGMgRf7NczO7tQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 730, + "top": 558, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgRf7OczX3qs=", + "_parent": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + }, + "model": { + "$ref": "AAAAAAGMgRf7NczO7tQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 707, + "top": 524, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgRf7OczYGvc=", + "_parent": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + }, + "model": { + "$ref": "AAAAAAGMgRf7NczPjk8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 663, + "top": 602, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgRf7OczZs9A=", + "_parent": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + }, + "model": { + "$ref": "AAAAAAGMgRf7NczPjk8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 673, + "top": 610, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgRf7Ocza+z4=", + "_parent": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + }, + "model": { + "$ref": "AAAAAAGMgRf7NczPjk8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 641, + "top": 585, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgRf7Oczbfw8=", + "_parent": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + }, + "model": { + "$ref": "AAAAAAGMgRf7NczO7tQ=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgRf7Oczchoc=", + "_parent": { + "$ref": "AAAAAAGMgRf7OMzR9Y0=" + }, + "model": { + "$ref": "AAAAAAGMgRf7NczPjk8=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgRABXKqEmbQ=" + }, + "tail": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "lineStyle": 1, + "points": "732:525;634:615", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGMgRf7OczSF+M=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGMgRf7OczT5Xg=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgRf7OczUJVU=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGMgRf7OczV9I8=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGMgRf7OczWlpY=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGMgRf7OczX3qs=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGMgRf7OczYGvc=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGMgRf7OczZs9A=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGMgRf7Ocza+z4=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGMgRf7Oczbfw8=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGMgRf7Oczchoc=" + } + }, + { + "_type": "UMLNoteView", + "_id": "AAAAAAGMgRmKetHUgwA=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "font": "Arial;13;0", + "left": 744, + "top": 328, + "width": 129, + "height": 38, + "text": "de.set(render(1, 6)" + }, + { + "_type": "UMLNoteLinkView", + "_id": "AAAAAAGMgRnyStgte0M=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgRmKetHUgwA=" + }, + "tail": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "lineStyle": 1, + "points": "806:391;807:366" + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGMgRos8NjXOGg=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgRos7djVmuA=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGMgRos8NjYBtA=", + "_parent": { + "$ref": "AAAAAAGMgRos8NjXOGg=" + }, + "model": { + "$ref": "AAAAAAGMgRos7djVmuA=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGMgRos8djZVIc=", + "_parent": { + "$ref": "AAAAAAGMgRos8NjYBtA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -80, + "top": 64, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgRos8dja0Ug=", + "_parent": { + "$ref": "AAAAAAGMgRos8NjYBtA=" + }, + "font": "Arial;13;1", + "left": 989, + "top": 671, + "width": 209.19970703125, + "height": 13, + "text": "Deplaceur" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgRos8djbX90=", + "_parent": { + "$ref": "AAAAAAGMgRos8NjYBtA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -80, + "top": 64, + "width": 73.67724609375, + "height": 13, + "text": "(from Model)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgRos8djc3Dc=", + "_parent": { + "$ref": "AAAAAAGMgRos8NjYBtA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -80, + "top": 64, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 984, + "top": 664, + "width": 219.19970703125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGMgRos8djZVIc=" + }, + "nameLabel": { + "$ref": "AAAAAAGMgRos8dja0Ug=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGMgRos8djbX90=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgRos8djc3Dc=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGMgRos8djd+aI=", + "_parent": { + "$ref": "AAAAAAGMgRos8NjXOGg=" + }, + "model": { + "$ref": "AAAAAAGMgRos7djVmuA=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGMgRv83OgPxWA=", + "_parent": { + "$ref": "AAAAAAGMgRos8djd+aI=" + }, + "model": { + "$ref": "AAAAAAGMgRv8xef9BsQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 917, + "top": 781, + "width": 104.41259765625, + "height": 13, + "text": "+Attribute1", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 984, + "top": 689, + "width": 219.19970703125, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGMgRos8djeDfQ=", + "_parent": { + "$ref": "AAAAAAGMgRos8NjXOGg=" + }, + "model": { + "$ref": "AAAAAAGMgRos7djVmuA=" + }, + "font": "Arial;13;0", + "left": 984, + "top": 699, + "width": 219.19970703125, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGMgRos8djf/9k=", + "_parent": { + "$ref": "AAAAAAGMgRos8NjXOGg=" + }, + "model": { + "$ref": "AAAAAAGMgRos7djVmuA=" + }, + "subViews": [ + { + "_type": "UMLReceptionView", + "_id": "AAAAAAGMgRwP1ekk3fI=", + "_parent": { + "$ref": "AAAAAAGMgRos8djf/9k=" + }, + "model": { + "$ref": "AAAAAAGMgRwPyukSeE4=" + }, + "font": "Arial;13;0", + "left": -35, + "top": 37, + "width": 82.01806640625, + "height": 13, + "text": "+Reception1()", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": -40, + "top": 32, + "width": 92.01806640625, + "height": 23 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGMgRos8djgyGk=", + "_parent": { + "$ref": "AAAAAAGMgRos8NjXOGg=" + }, + "model": { + "$ref": "AAAAAAGMgRos7djVmuA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -40, + "top": 32, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 984, + "top": 664, + "width": 219.19970703125, + "height": 86, + "nameCompartment": { + "$ref": "AAAAAAGMgRos8NjYBtA=" + }, + "attributeCompartment": { + "$ref": "AAAAAAGMgRos8djd+aI=" + }, + "operationCompartment": { + "$ref": "AAAAAAGMgRos8djeDfQ=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGMgRos8djf/9k=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGMgRos8djgyGk=" + } + }, + { + "_type": "UMLNoteView", + "_id": "AAAAAAGMgRxq0urjyq4=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "font": "Arial;13;0", + "left": 1360, + "top": 696, + "width": 70, + "height": 64, + "text": "List clef valeur (indice, pb)" + }, + { + "_type": "UMLNoteLinkView", + "_id": "AAAAAAGMgRzLx/ABxGM=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgRxq0urjyq4=" + }, + "tail": { + "$ref": "AAAAAAGMgRos8NjXOGg=" + }, + "lineStyle": 1, + "points": "1203:714;1359:725" + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGMgUgpEvuRn3c=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgUgpEPuPuP0=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGMgUgpEvuSkpw=", + "_parent": { + "$ref": "AAAAAAGMgUgpEvuRn3c=" + }, + "model": { + "$ref": "AAAAAAGMgUgpEPuPuP0=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGMgUgpE/uTSR0=", + "_parent": { + "$ref": "AAAAAAGMgUgpEvuSkpw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -112, + "top": -16, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgUgpE/uUujs=", + "_parent": { + "$ref": "AAAAAAGMgUgpEvuSkpw=" + }, + "font": "Arial;13;1", + "left": 517, + "top": 839, + "width": 59.24267578125, + "height": 13, + "text": "DeSimple" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgUgpE/uV1n4=", + "_parent": { + "$ref": "AAAAAAGMgUgpEvuSkpw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -112, + "top": -16, + "width": 73.67724609375, + "height": 13, + "text": "(from Model)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgUgpE/uWEVs=", + "_parent": { + "$ref": "AAAAAAGMgUgpEvuSkpw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -112, + "top": -16, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 512, + "top": 832, + "width": 69.24267578125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGMgUgpE/uTSR0=" + }, + "nameLabel": { + "$ref": "AAAAAAGMgUgpE/uUujs=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGMgUgpE/uV1n4=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgUgpE/uWEVs=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGMgUgpE/uX8z8=", + "_parent": { + "$ref": "AAAAAAGMgUgpEvuRn3c=" + }, + "model": { + "$ref": "AAAAAAGMgUgpEPuPuP0=" + }, + "font": "Arial;13;0", + "left": 512, + "top": 857, + "width": 69.24267578125, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGMgUgpE/uYSN8=", + "_parent": { + "$ref": "AAAAAAGMgUgpEvuRn3c=" + }, + "model": { + "$ref": "AAAAAAGMgUgpEPuPuP0=" + }, + "font": "Arial;13;0", + "left": 512, + "top": 867, + "width": 69.24267578125, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGMgUgpE/uZCwM=", + "_parent": { + "$ref": "AAAAAAGMgUgpEvuRn3c=" + }, + "model": { + "$ref": "AAAAAAGMgUgpEPuPuP0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -56, + "top": -8, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGMgUgpE/ua5HI=", + "_parent": { + "$ref": "AAAAAAGMgUgpEvuRn3c=" + }, + "model": { + "$ref": "AAAAAAGMgUgpEPuPuP0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -56, + "top": -8, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 512, + "top": 832, + "width": 69.24267578125, + "height": 45, + "nameCompartment": { + "$ref": "AAAAAAGMgUgpEvuSkpw=" + }, + "attributeCompartment": { + "$ref": "AAAAAAGMgUgpE/uX8z8=" + }, + "operationCompartment": { + "$ref": "AAAAAAGMgUgpE/uYSN8=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGMgUgpE/uZCwM=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGMgUgpE/ua5HI=" + } + }, + { + "_type": "UMLGeneralizationView", + "_id": "AAAAAAGMgUhLMf8iIok=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgUhLL/8gSqw=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUhLMf8jXfc=", + "_parent": { + "$ref": "AAAAAAGMgUhLMf8iIok=" + }, + "model": { + "$ref": "AAAAAAGMgUhLL/8gSqw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 545, + "top": 765, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgUhLMf8iIok=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUhLMv8kW5Y=", + "_parent": { + "$ref": "AAAAAAGMgUhLMf8iIok=" + }, + "model": { + "$ref": "AAAAAAGMgUhLL/8gSqw=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 530, + "top": 762, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgUhLMf8iIok=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUhLMv8lFGE=", + "_parent": { + "$ref": "AAAAAAGMgUhLMf8iIok=" + }, + "model": { + "$ref": "AAAAAAGMgUhLL/8gSqw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 574, + "top": 770, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgUhLMf8iIok=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgRABXKqEmbQ=" + }, + "tail": { + "$ref": "AAAAAAGMgUgpEvuRn3c=" + }, + "lineStyle": 1, + "points": "550:831;570:717", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGMgUhLMf8jXfc=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGMgUhLMv8kW5Y=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgUhLMv8lFGE=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGMgUip/AfvuJk=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGMgUip/Afw8F0=", + "_parent": { + "$ref": "AAAAAAGMgUip/AfvuJk=" + }, + "model": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGMgUip/AfxjC0=", + "_parent": { + "$ref": "AAAAAAGMgUip/Afw8F0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -272, + "top": -160, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgUip/QfynGs=", + "_parent": { + "$ref": "AAAAAAGMgUip/Afw8F0=" + }, + "font": "Arial;13;1", + "left": 1029, + "top": 343, + "width": 183.9169921875, + "height": 13, + "text": "GestionnaireJoueur" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgUip/QfzhEE=", + "_parent": { + "$ref": "AAAAAAGMgUip/Afw8F0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -272, + "top": -160, + "width": 73.67724609375, + "height": 13, + "text": "(from Model)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgUip/Qf0pzU=", + "_parent": { + "$ref": "AAAAAAGMgUip/Afw8F0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -272, + "top": -160, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 1024, + "top": 336, + "width": 193.9169921875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGMgUip/AfxjC0=" + }, + "nameLabel": { + "$ref": "AAAAAAGMgUip/QfynGs=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGMgUip/QfzhEE=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgUip/Qf0pzU=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGMgUip/Qf1zcg=", + "_parent": { + "$ref": "AAAAAAGMgUip/AfvuJk=" + }, + "model": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGMgUqI8T5BUeg=", + "_parent": { + "$ref": "AAAAAAGMgUip/Qf1zcg=" + }, + "model": { + "$ref": "AAAAAAGMgUqI4j41g30=" + }, + "font": "Arial;13;0", + "left": 1029, + "top": 366, + "width": 183.9169921875, + "height": 13, + "text": "+idCurrentUser: int", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 1024, + "top": 361, + "width": 193.9169921875, + "height": 23 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGMgUip/Qf2Q+0=", + "_parent": { + "$ref": "AAAAAAGMgUip/AfvuJk=" + }, + "model": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgUrd40CbLb0=", + "_parent": { + "$ref": "AAAAAAGMgUip/Qf2Q+0=" + }, + "model": { + "$ref": "AAAAAAGMgUrd0kCPz/U=" + }, + "font": "Arial;13;0", + "left": 1029, + "top": 389, + "width": 183.9169921875, + "height": 13, + "text": "+getLesJoueurs(): List", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgUsjy0KcqqQ=", + "_parent": { + "$ref": "AAAAAAGMgUip/Qf2Q+0=" + }, + "model": { + "$ref": "AAAAAAGMgUsjsUKQU9s=" + }, + "font": "Arial;13;0", + "left": 1029, + "top": 404, + "width": 183.9169921875, + "height": 13, + "text": "+getCurrentJoueur(): Joueur", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgUtahkRDfII=", + "_parent": { + "$ref": "AAAAAAGMgUip/Qf2Q+0=" + }, + "model": { + "$ref": "AAAAAAGMgUtaa0Q3t+0=" + }, + "font": "Arial;13;0", + "left": 1029, + "top": 419, + "width": 183.9169921875, + "height": 13, + "text": "+getJoueurSuivant(): Joueur", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgUuZ7kXq0HE=", + "_parent": { + "$ref": "AAAAAAGMgUip/Qf2Q+0=" + }, + "model": { + "$ref": "AAAAAAGMgUuZzEXeT7c=" + }, + "font": "Arial;13;0", + "left": 1029, + "top": 434, + "width": 183.9169921875, + "height": 13, + "text": "+next()", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 1024, + "top": 384, + "width": 193.9169921875, + "height": 68 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGMgUip/Qf3sk4=", + "_parent": { + "$ref": "AAAAAAGMgUip/AfvuJk=" + }, + "model": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -136, + "top": -80, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGMgUip/Qf4Qs4=", + "_parent": { + "$ref": "AAAAAAGMgUip/AfvuJk=" + }, + "model": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -136, + "top": -80, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 1024, + "top": 336, + "width": 193.9169921875, + "height": 116, + "nameCompartment": { + "$ref": "AAAAAAGMgUip/Afw8F0=" + }, + "attributeCompartment": { + "$ref": "AAAAAAGMgUip/Qf1zcg=" + }, + "operationCompartment": { + "$ref": "AAAAAAGMgUip/Qf2Q+0=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGMgUip/Qf3sk4=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGMgUip/Qf4Qs4=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGMgUkERxAzubQ=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgUkERhAvjfw=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUkESBA0wZE=", + "_parent": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + }, + "model": { + "$ref": "AAAAAAGMgUkERhAvjfw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 971, + "top": 576, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUkESBA1cPo=", + "_parent": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + }, + "model": { + "$ref": "AAAAAAGMgUkERhAvjfw=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 981, + "top": 565, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUkESBA27d0=", + "_parent": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + }, + "model": { + "$ref": "AAAAAAGMgUkERhAvjfw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 952, + "top": 599, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUkESBA3by0=", + "_parent": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + }, + "model": { + "$ref": "AAAAAAGMgUkERhAwvRs=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 911, + "top": 524, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUkESBA4gCU=", + "_parent": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + }, + "model": { + "$ref": "AAAAAAGMgUkERhAwvRs=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 921, + "top": 515, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUkESBA5Gw8=", + "_parent": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + }, + "model": { + "$ref": "AAAAAAGMgUkERhAwvRs=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 890, + "top": 542, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUkESBA6HcQ=", + "_parent": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + }, + "model": { + "$ref": "AAAAAAGMgUkERhAxRKU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1033, + "top": 628, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUkESBA7lbo=", + "_parent": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + }, + "model": { + "$ref": "AAAAAAGMgUkERhAxRKU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1039, + "top": 617, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUkESBA8RAM=", + "_parent": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + }, + "model": { + "$ref": "AAAAAAGMgUkERhAxRKU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1018, + "top": 652, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgUkESBA9Im8=", + "_parent": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + }, + "model": { + "$ref": "AAAAAAGMgUkERhAwvRs=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgUkESBA+PFo=", + "_parent": { + "$ref": "AAAAAAGMgUkERxAzubQ=" + }, + "model": { + "$ref": "AAAAAAGMgUkERhAxRKU=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgRos8NjXOGg=" + }, + "tail": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "lineStyle": 1, + "points": "882:525;1043:663", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGMgUkESBA0wZE=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGMgUkESBA1cPo=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgUkESBA27d0=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGMgUkESBA3by0=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGMgUkESBA4gCU=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGMgUkESBA5Gw8=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGMgUkESBA6HcQ=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGMgUkESBA7lbo=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGMgUkESBA8RAM=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGMgUkESBA9Im8=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGMgUkESBA+PFo=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGMgUlyECaNKo4=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgUlyDiaL/fg=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGMgUlyESaO/1g=", + "_parent": { + "$ref": "AAAAAAGMgUlyECaNKo4=" + }, + "model": { + "$ref": "AAAAAAGMgUlyDiaL/fg=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGMgUlyESaPqHs=", + "_parent": { + "$ref": "AAAAAAGMgUlyESaO/1g=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -16, + "top": 112, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgUlyESaQKww=", + "_parent": { + "$ref": "AAAAAAGMgUlyESaO/1g=" + }, + "font": "Arial;13;1", + "left": 1077, + "top": 511, + "width": 79.46630859375, + "height": 13, + "text": "Gestionnaire" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgUlyESaRaXU=", + "_parent": { + "$ref": "AAAAAAGMgUlyESaO/1g=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -16, + "top": 112, + "width": 73.67724609375, + "height": 13, + "text": "(from Model)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgUlyESaStdE=", + "_parent": { + "$ref": "AAAAAAGMgUlyESaO/1g=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -16, + "top": 112, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 1072, + "top": 504, + "width": 89.46630859375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGMgUlyESaPqHs=" + }, + "nameLabel": { + "$ref": "AAAAAAGMgUlyESaQKww=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGMgUlyESaRaXU=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgUlyESaStdE=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGMgUlyESaTr/w=", + "_parent": { + "$ref": "AAAAAAGMgUlyECaNKo4=" + }, + "model": { + "$ref": "AAAAAAGMgUlyDiaL/fg=" + }, + "font": "Arial;13;0", + "left": 1072, + "top": 529, + "width": 89.46630859375, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGMgUlyESaUvwo=", + "_parent": { + "$ref": "AAAAAAGMgUlyECaNKo4=" + }, + "model": { + "$ref": "AAAAAAGMgUlyDiaL/fg=" + }, + "font": "Arial;13;0", + "left": 1072, + "top": 539, + "width": 89.46630859375, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGMgUlyESaVn2Y=", + "_parent": { + "$ref": "AAAAAAGMgUlyECaNKo4=" + }, + "model": { + "$ref": "AAAAAAGMgUlyDiaL/fg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -8, + "top": 56, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGMgUlyESaWy9U=", + "_parent": { + "$ref": "AAAAAAGMgUlyECaNKo4=" + }, + "model": { + "$ref": "AAAAAAGMgUlyDiaL/fg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -8, + "top": 56, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 1072, + "top": 504, + "width": 89.46630859375, + "height": 45, + "nameCompartment": { + "$ref": "AAAAAAGMgUlyESaO/1g=" + }, + "attributeCompartment": { + "$ref": "AAAAAAGMgUlyESaTr/w=" + }, + "operationCompartment": { + "$ref": "AAAAAAGMgUlyESaUvwo=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGMgUlyESaVn2Y=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGMgUlyESaWy9U=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGMgUnlQTA+5R4=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgUnlPzA6M/w=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUnlQjA/Kgw=", + "_parent": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + }, + "model": { + "$ref": "AAAAAAGMgUnlPzA6M/w=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1007, + "top": 480, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUnlQjBALqM=", + "_parent": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + }, + "model": { + "$ref": "AAAAAAGMgUnlPzA6M/w=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 1010, + "top": 465, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUnlQjBBl/I=", + "_parent": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + }, + "model": { + "$ref": "AAAAAAGMgUnlPzA6M/w=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1000, + "top": 509, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUnlQjBCjCQ=", + "_parent": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + }, + "model": { + "$ref": "AAAAAAGMgUnlQDA7UZA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 966, + "top": 471, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUnlQjBDHk0=", + "_parent": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + }, + "model": { + "$ref": "AAAAAAGMgUnlQDA7UZA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 971, + "top": 459, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUnlQjBEAyY=", + "_parent": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + }, + "model": { + "$ref": "AAAAAAGMgUnlQDA7UZA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 956, + "top": 497, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUnlQjBFw6M=", + "_parent": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + }, + "model": { + "$ref": "AAAAAAGMgUnlQDA87YY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1048, + "top": 489, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUnlQjBGi/c=", + "_parent": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + }, + "model": { + "$ref": "AAAAAAGMgUnlQDA87YY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1049, + "top": 476, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgUnlQjBHS4A=", + "_parent": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + }, + "model": { + "$ref": "AAAAAAGMgUnlQDA87YY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1047, + "top": 517, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgUnlQjBImjg=", + "_parent": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + }, + "model": { + "$ref": "AAAAAAGMgUnlQDA7UZA=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgUnlQjBJnJg=", + "_parent": { + "$ref": "AAAAAAGMgUnlQTA+5R4=" + }, + "model": { + "$ref": "AAAAAAGMgUnlQDA87YY=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgUlyECaNKo4=" + }, + "tail": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "lineStyle": 1, + "points": "938:487;1071:516", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGMgUnlQjA/Kgw=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGMgUnlQjBALqM=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgUnlQjBBl/I=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGMgUnlQjBCjCQ=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGMgUnlQjBDHk0=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGMgUnlQjBEAyY=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGMgUnlQjBFw6M=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGMgUnlQjBGi/c=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGMgUnlQjBHS4A=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGMgUnlQjBImjg=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGMgUnlQjBJnJg=" + } + }, + { + "_type": "UMLNoteView", + "_id": "AAAAAAGMgUvhjlHat/c=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "font": "Arial;13;0", + "left": 768, + "top": 264, + "width": 241, + "height": 38, + "text": "(idCurrentJoueur + 1) % List.size()" + }, + { + "_type": "UMLNoteLinkView", + "_id": "AAAAAAGMgUyVd1mbbpY=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgUvhjlHat/c=" + }, + "tail": { + "$ref": "AAAAAAGMgUip/AfvuJk=" + }, + "lineStyle": 1, + "points": "1023:347;930:302" + }, + { + "_type": "UMLGeneralizationView", + "_id": "AAAAAAGMgU0/dmqnndg=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgU0/dGqljNE=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgU0/dmqo/PA=", + "_parent": { + "$ref": "AAAAAAGMgU0/dmqnndg=" + }, + "model": { + "$ref": "AAAAAAGMgU0/dGqljNE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1131, + "top": 470, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgU0/dmqnndg=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgU0/dmqpQ+A=", + "_parent": { + "$ref": "AAAAAAGMgU0/dmqnndg=" + }, + "model": { + "$ref": "AAAAAAGMgU0/dGqljNE=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 1146, + "top": 470, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgU0/dmqnndg=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgU0/dmqqfG8=", + "_parent": { + "$ref": "AAAAAAGMgU0/dmqnndg=" + }, + "model": { + "$ref": "AAAAAAGMgU0/dGqljNE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1102, + "top": 471, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgU0/dmqnndg=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgUlyECaNKo4=" + }, + "tail": { + "$ref": "AAAAAAGMgUip/AfvuJk=" + }, + "lineStyle": 1, + "points": "1118:452;1117:503", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGMgU0/dmqo/PA=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGMgU0/dmqpQ+A=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgU0/dmqqfG8=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGMgU1PF28BEbw=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgU1PFW79Ft8=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgU1PF28CyX8=", + "_parent": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + }, + "model": { + "$ref": "AAAAAAGMgU1PFW79Ft8=" + }, + "font": "Arial;13;0", + "left": 1064, + "top": 292, + "width": 75.51806640625, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + }, + "edgePosition": 1, + "text": "+*lesJoueurs" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgU1PF28DecM=", + "_parent": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + }, + "model": { + "$ref": "AAAAAAGMgU1PFW79Ft8=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 1086, + "top": 292, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgU1PF28ESUQ=", + "_parent": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + }, + "model": { + "$ref": "AAAAAAGMgU1PFW79Ft8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1130, + "top": 291, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgU1PF28FRho=", + "_parent": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + }, + "model": { + "$ref": "AAAAAAGMgU1PFW7+R+I=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1101, + "top": 303, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgU1PF28GTzQ=", + "_parent": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + }, + "model": { + "$ref": "AAAAAAGMgU1PFW7+R+I=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1088, + "top": 301, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgU1PF28HJVg=", + "_parent": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + }, + "model": { + "$ref": "AAAAAAGMgU1PFW7+R+I=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1129, + "top": 306, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgU1PF28IkKw=", + "_parent": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + }, + "model": { + "$ref": "AAAAAAGMgU1PFW7/pcY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1101, + "top": 282, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgU1PF28JbT4=", + "_parent": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + }, + "model": { + "$ref": "AAAAAAGMgU1PFW7/pcY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1087, + "top": 285, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgU1PF28Krt0=", + "_parent": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + }, + "model": { + "$ref": "AAAAAAGMgU1PFW7/pcY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1128, + "top": 277, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgU1PF28L+4Y=", + "_parent": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + }, + "model": { + "$ref": "AAAAAAGMgU1PFW7+R+I=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgU1PF28MlMw=", + "_parent": { + "$ref": "AAAAAAGMgU1PF28BEbw=" + }, + "model": { + "$ref": "AAAAAAGMgU1PFW7/pcY=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgPH4e6ZKaDo=" + }, + "tail": { + "$ref": "AAAAAAGMgUip/AfvuJk=" + }, + "lineStyle": 1, + "points": "1118:335;1115:262", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGMgU1PF28CyX8=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGMgU1PF28DecM=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgU1PF28ESUQ=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGMgU1PF28FRho=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGMgU1PF28GTzQ=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGMgU1PF28HJVg=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGMgU1PF28IkKw=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGMgU1PF28JbT4=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGMgU1PF28Krt0=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGMgU1PF28L+4Y=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGMgU1PF28MlMw=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGMgU2mbn4LsOQ=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgU2ma34J/f4=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGMgU2mb34MaPw=", + "_parent": { + "$ref": "AAAAAAGMgU2mbn4LsOQ=" + }, + "model": { + "$ref": "AAAAAAGMgU2ma34J/f4=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGMgU2mb34NJfc=", + "_parent": { + "$ref": "AAAAAAGMgU2mb34MaPw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -96, + "top": -32, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgU2mb34OvX8=", + "_parent": { + "$ref": "AAAAAAGMgU2mb34MaPw=" + }, + "font": "Arial;13;1", + "left": 1301, + "top": 527, + "width": 294.48681640625, + "height": 13, + "text": "DeplaceurJoueur" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgU2mb34P1V0=", + "_parent": { + "$ref": "AAAAAAGMgU2mb34MaPw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -96, + "top": -32, + "width": 73.67724609375, + "height": 13, + "text": "(from Model)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgU2mb34Q0XE=", + "_parent": { + "$ref": "AAAAAAGMgU2mb34MaPw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -96, + "top": -32, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 1296, + "top": 520, + "width": 304.48681640625, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGMgU2mb34NJfc=" + }, + "nameLabel": { + "$ref": "AAAAAAGMgU2mb34OvX8=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGMgU2mb34P1V0=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgU2mb34Q0XE=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGMgU2mb34RUsE=", + "_parent": { + "$ref": "AAAAAAGMgU2mbn4LsOQ=" + }, + "model": { + "$ref": "AAAAAAGMgU2ma34J/f4=" + }, + "font": "Arial;13;0", + "left": 1296, + "top": 545, + "width": 304.48681640625, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGMgU2mcH4Ss8g=", + "_parent": { + "$ref": "AAAAAAGMgU2mbn4LsOQ=" + }, + "model": { + "$ref": "AAAAAAGMgU2ma34J/f4=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgU3fZYInwWs=", + "_parent": { + "$ref": "AAAAAAGMgU2mcH4Ss8g=" + }, + "model": { + "$ref": "AAAAAAGMgU3fToISSM8=" + }, + "font": "Arial;13;0", + "left": 1301, + "top": 560, + "width": 294.48681640625, + "height": 13, + "text": "+verifierJoueur(): bool", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgU4NX4QoZdU=", + "_parent": { + "$ref": "AAAAAAGMgU2mcH4Ss8g=" + }, + "model": { + "$ref": "AAAAAAGMgU4NUYQT+uI=" + }, + "font": "Arial;13;0", + "left": 1301, + "top": 575, + "width": 294.48681640625, + "height": 13, + "text": "+alternerJoueur(joueur1: Joueur, joueur2: Joueur)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgU5pGIXjrWM=", + "_parent": { + "$ref": "AAAAAAGMgU2mcH4Ss8g=" + }, + "model": { + "$ref": "AAAAAAGMgU5pCoXO00M=" + }, + "font": "Arial;13;0", + "left": 1301, + "top": 590, + "width": 294.48681640625, + "height": 13, + "text": "+deplacerJoueur(currentJoueur: Joueur)", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 1296, + "top": 555, + "width": 304.48681640625, + "height": 53 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGMgU2mcH4Tvco=", + "_parent": { + "$ref": "AAAAAAGMgU2mbn4LsOQ=" + }, + "model": { + "$ref": "AAAAAAGMgU2ma34J/f4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -48, + "top": -16, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGMgU2mcH4Uh4E=", + "_parent": { + "$ref": "AAAAAAGMgU2mbn4LsOQ=" + }, + "model": { + "$ref": "AAAAAAGMgU2ma34J/f4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -48, + "top": -16, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 1296, + "top": 520, + "width": 304.48681640625, + "height": 88, + "nameCompartment": { + "$ref": "AAAAAAGMgU2mb34MaPw=" + }, + "attributeCompartment": { + "$ref": "AAAAAAGMgU2mb34RUsE=" + }, + "operationCompartment": { + "$ref": "AAAAAAGMgU2mcH4Ss8g=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGMgU2mcH4Tvco=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGMgU2mcH4Uh4E=" + } + }, + { + "_type": "UMLGeneralizationView", + "_id": "AAAAAAGMgU764ozib3k=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgU764Yzgnic=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgU7644zjRas=", + "_parent": { + "$ref": "AAAAAAGMgU764ozib3k=" + }, + "model": { + "$ref": "AAAAAAGMgU764Yzgnic=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1272, + "top": 642, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgU764ozib3k=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgU7644zknr0=", + "_parent": { + "$ref": "AAAAAAGMgU764ozib3k=" + }, + "model": { + "$ref": "AAAAAAGMgU764Yzgnic=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 1278, + "top": 656, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgU764ozib3k=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgU7644zlCw4=", + "_parent": { + "$ref": "AAAAAAGMgU764ozib3k=" + }, + "model": { + "$ref": "AAAAAAGMgU764Yzgnic=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1261, + "top": 615, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgU764ozib3k=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgRos8NjXOGg=" + }, + "tail": { + "$ref": "AAAAAAGMgU2mbn4LsOQ=" + }, + "lineStyle": 1, + "points": "1336:608;1199:663", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGMgU7644zjRas=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGMgU7644zknr0=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgU7644zlCw4=" + } + }, + { + "_type": "UMLDependencyView", + "_id": "AAAAAAGMgU8WeJFPbK0=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgU8Wd5FNJZ4=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgU8WeZFQQwo=", + "_parent": { + "$ref": "AAAAAAGMgU8WeJFPbK0=" + }, + "model": { + "$ref": "AAAAAAGMgU8Wd5FNJZ4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1344, + "top": 359, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgU8WeJFPbK0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgU8WeZFRgzg=", + "_parent": { + "$ref": "AAAAAAGMgU8WeJFPbK0=" + }, + "model": { + "$ref": "AAAAAAGMgU8Wd5FNJZ4=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 1337, + "top": 372, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgU8WeJFPbK0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgU8WeZFSCOc=", + "_parent": { + "$ref": "AAAAAAGMgU8WeJFPbK0=" + }, + "model": { + "$ref": "AAAAAAGMgU8Wd5FNJZ4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1359, + "top": 332, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgU8WeJFPbK0=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgPH4e6ZKaDo=" + }, + "tail": { + "$ref": "AAAAAAGMgU2mbn4LsOQ=" + }, + "lineStyle": 1, + "points": "1427:519;1352:352;1191:262", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGMgU8WeZFQQwo=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGMgU8WeZFRgzg=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgU8WeZFSCOc=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGMgZDCzsi4v2w=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgZDCzci03sQ=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgZDCzsi5Lng=", + "_parent": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + }, + "model": { + "$ref": "AAAAAAGMgZDCzci03sQ=" + }, + "font": "Arial;13;0", + "left": 992, + "top": 120, + "width": 43.72900390625, + "height": 13, + "alpha": 1.5668804673416892, + "distance": 23.853720883753127, + "hostEdge": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + }, + "edgePosition": 1, + "text": "+joueur" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgZDCz8i6vNo=", + "_parent": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + }, + "model": { + "$ref": "AAAAAAGMgZDCzci03sQ=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 1016, + "top": 114, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgZDCz8i7Ej4=", + "_parent": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + }, + "model": { + "$ref": "AAAAAAGMgZDCzci03sQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 991, + "top": 152, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgZDCz8i8gbQ=", + "_parent": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + }, + "model": { + "$ref": "AAAAAAGMgZDCzci1HYc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 984, + "top": 113, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgZDCz8i9rP0=", + "_parent": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + }, + "model": { + "$ref": "AAAAAAGMgZDCzci1HYc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 994, + "top": 103, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgZDCz8i+GPY=", + "_parent": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + }, + "model": { + "$ref": "AAAAAAGMgZDCzci1HYc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 966, + "top": 134, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgZDCz8i/n8I=", + "_parent": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + }, + "model": { + "$ref": "AAAAAAGMgZDCzci2wNA=" + }, + "font": "Arial;13;0", + "left": 1040, + "top": 152, + "width": 35.0517578125, + "height": 13, + "alpha": 4.662295079745727, + "distance": 20.808652046684813, + "hostEdge": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + }, + "text": "+case" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgZDCz8jAw+Q=", + "_parent": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + }, + "model": { + "$ref": "AAAAAAGMgZDCzci2wNA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1036, + "top": 129, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgZDCz8jBsjg=", + "_parent": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + }, + "model": { + "$ref": "AAAAAAGMgZDCzci2wNA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1020, + "top": 167, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgZDCz8jC/cc=", + "_parent": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + }, + "model": { + "$ref": "AAAAAAGMgZDCzci1HYc=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgZDCz8jDFUs=", + "_parent": { + "$ref": "AAAAAAGMgZDCzsi4v2w=" + }, + "model": { + "$ref": "AAAAAAGMgZDCzci2wNA=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgPH4e6ZKaDo=" + }, + "tail": { + "$ref": "AAAAAAGMgPHpCKYgJLA=" + }, + "lineStyle": 1, + "points": "955:118;1045:175", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGMgZDCzsi5Lng=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGMgZDCz8i6vNo=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgZDCz8i7Ej4=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGMgZDCz8i8gbQ=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGMgZDCz8i9rP0=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGMgZDCz8i+GPY=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGMgZDCz8i/n8I=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGMgZDCz8jAw+Q=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGMgZDCz8jBsjg=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGMgZDCz8jC/cc=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGMgZDCz8jDFUs=" + } + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGMgPHSUaX0nOE=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "Jeu", + "ownedElements": [ + { + "_type": "UMLAssociation", + "_id": "AAAAAAGMgPKBqqgs5GI=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "name": "lePlateau", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgPKBqqgtUi8=", + "_parent": { + "$ref": "AAAAAAGMgPKBqqgs5GI=" + }, + "reference": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgPKBqqgu8vk=", + "_parent": { + "$ref": "AAAAAAGMgPKBqqgs5GI=" + }, + "reference": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGMgPK/vKuT6b0=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "name": "*lesJoueurs", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgPK/vKuUbmY=", + "_parent": { + "$ref": "AAAAAAGMgPK/vKuT6b0=" + }, + "reference": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgPK/vKuVU7o=", + "_parent": { + "$ref": "AAAAAAGMgPK/vKuT6b0=" + }, + "reference": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGMgPMN568rV3w=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "name": "joueurCourrent", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgPMN568sdAM=", + "_parent": { + "$ref": "AAAAAAGMgPMN568rV3w=" + }, + "reference": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgPMN6K8t6QA=", + "_parent": { + "$ref": "AAAAAAGMgPMN568rV3w=" + }, + "reference": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGMgRf7NczNm5I=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "name": "de", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgRf7NczO7tQ=", + "_parent": { + "$ref": "AAAAAAGMgRf7NczNm5I=" + }, + "reference": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgRf7NczPjk8=", + "_parent": { + "$ref": "AAAAAAGMgRf7NczNm5I=" + }, + "reference": { + "$ref": "AAAAAAGMgRABXKqC/RI=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGMgUjc8gwUoEI=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgUjc8gwVddM=", + "_parent": { + "$ref": "AAAAAAGMgUjc8gwUoEI=" + }, + "reference": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgUjc8gwWLkU=", + "_parent": { + "$ref": "AAAAAAGMgUjc8gwUoEI=" + }, + "reference": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + }, + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGMgUkERhAvjfw=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgUkERhAwvRs=", + "_parent": { + "$ref": "AAAAAAGMgUkERhAvjfw=" + }, + "reference": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgUkERhAxRKU=", + "_parent": { + "$ref": "AAAAAAGMgUkERhAvjfw=" + }, + "reference": { + "$ref": "AAAAAAGMgRos7djVmuA=" + }, + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGMgUnlPzA6M/w=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgUnlQDA7UZA=", + "_parent": { + "$ref": "AAAAAAGMgUnlPzA6M/w=" + }, + "reference": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgUnlQDA87YY=", + "_parent": { + "$ref": "AAAAAAGMgUnlPzA6M/w=" + }, + "reference": { + "$ref": "AAAAAAGMgUlyDiaL/fg=" + }, + "navigable": "navigable" + } + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgPitKtJdp8Y=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "name": "getPlateau", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPj+2dLQlGk=", + "_parent": { + "$ref": "AAAAAAGMgPitKtJdp8Y=" + }, + "type": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgPlIPtZOvVM=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "name": "getJoueurActuel", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPl+6dbB9SQ=", + "_parent": { + "$ref": "AAAAAAGMgPlIPtZOvVM=" + }, + "type": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgPcsqsyukiw=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "name": "ajouterJoueur", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPfoqc1dV9c=", + "_parent": { + "$ref": "AAAAAAGMgPcsqsyukiw=" + }, + "name": "joueur", + "type": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPfoq81eUok=", + "_parent": { + "$ref": "AAAAAAGMgPcsqsyukiw=" + }, + "type": "bool", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgPf3V84uRxg=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "name": "deplacerJoueur", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPhOGs6hCKU=", + "_parent": { + "$ref": "AAAAAAGMgPf3V84uRxg=" + }, + "type": "bool", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgRNx4LsQhAM=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "name": "Jeu", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgRPiXLu/b3Q=", + "_parent": { + "$ref": "AAAAAAGMgRNx4LsQhAM=" + }, + "name": "nbJoueur", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgRPiXbvA/FE=", + "_parent": { + "$ref": "AAAAAAGMgRNx4LsQhAM=" + }, + "name": "nbCases", + "type": "" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgRPiXbvBH/0=", + "_parent": { + "$ref": "AAAAAAGMgRNx4LsQhAM=" + }, + "name": "nbFaces", + "type": "" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgRPiXbvCp2c=", + "_parent": { + "$ref": "AAAAAAGMgRNx4LsQhAM=" + }, + "type": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgRezKcp4ciY=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "name": "lancerDes", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgRfmDcrrvMI=", + "_parent": { + "$ref": "AAAAAAGMgRezKcp4ciY=" + }, + "type": "int", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGMgPHpBqYe+IE=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "Case", + "ownedElements": [ + { + "_type": "UMLAssociation", + "_id": "AAAAAAGMgZDCzci03sQ=", + "_parent": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "name": "joueur", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgZDCzci1HYc=", + "_parent": { + "$ref": "AAAAAAGMgZDCzci03sQ=" + }, + "reference": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgZDCzci2wNA=", + "_parent": { + "$ref": "AAAAAAGMgZDCzci03sQ=" + }, + "name": "case", + "reference": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + } + } + } + ], + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGMgPYg2MS79Eo=", + "_parent": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "name": "presence", + "visibility": "private", + "type": "bool" + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgPZfn8YfOA4=", + "_parent": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "name": "getPresence", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPaULsbOGeI=", + "_parent": { + "$ref": "AAAAAAGMgPZfn8YfOA4=" + }, + "type": "bool", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgPanjceRFow=", + "_parent": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "name": "setPresence", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPbipcgEudI=", + "_parent": { + "$ref": "AAAAAAGMgPanjceRFow=" + }, + "name": "presence", + "type": "boolean" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPbipsgFGCY=", + "_parent": { + "$ref": "AAAAAAGMgPanjceRFow=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGMgPH4eaZIPEo=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "Joueur", + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGMgPP1tLlS744=", + "_parent": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "name": "indice", + "visibility": "private", + "type": "int" + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgPQtvLptcLw=", + "_parent": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "name": "getIndice", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPRtc7scwIA=", + "_parent": { + "$ref": "AAAAAAGMgPQtvLptcLw=" + }, + "type": "int", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgPSCQ7vepHc=", + "_parent": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "name": "setIndice", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPS87rxR6hA=", + "_parent": { + "$ref": "AAAAAAGMgPSCQ7vepHc=" + }, + "name": "indice", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPS87rxS4+M=", + "_parent": { + "$ref": "AAAAAAGMgPSCQ7vepHc=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGMgPIXMaZykrw=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "Plateau", + "ownedElements": [ + { + "_type": "UMLAssociation", + "_id": "AAAAAAGMgPIzSaac1Q8=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "name": "*lesCases", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgPIzSqadTUw=", + "_parent": { + "$ref": "AAAAAAGMgPIzSaac1Q8=" + }, + "reference": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgPIzSqaenes=", + "_parent": { + "$ref": "AAAAAAGMgPIzSaac1Q8=" + }, + "reference": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "navigable": "navigable" + }, + "visibility": "private" + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgREcz7Xy5ms=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "name": "Plateau", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgRFRn7ahzVE=", + "_parent": { + "$ref": "AAAAAAGMgREcz7Xy5ms=" + }, + "name": "nbCases", + "type": "" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgRFRn7aiiUk=", + "_parent": { + "$ref": "AAAAAAGMgREcz7Xy5ms=" + }, + "type": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgPU1PL80nZ0=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "name": "getLesCases", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPVvcL/jkNQ=", + "_parent": { + "$ref": "AAAAAAGMgPU1PL80nZ0=" + }, + "type": "List", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgP9tFZXpF2U=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "name": "getCase", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgP/ARpaYnWQ=", + "_parent": { + "$ref": "AAAAAAGMgP9tFZXpF2U=" + }, + "name": "idCase", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgP/AR5aZ0qE=", + "_parent": { + "$ref": "AAAAAAGMgP9tFZXpF2U=" + }, + "type": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGMgPOS2rSjvL4=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "Main", + "ownedElements": [ + { + "_type": "UMLDependency", + "_id": "AAAAAAGMgPOzyrgJjs8=", + "_parent": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "source": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "target": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + } + }, + { + "_type": "UMLDependency", + "_id": "AAAAAAGMgP6w7pQ0dKc=", + "_parent": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "source": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "target": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + } + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgP5MDZIlvGM=", + "_parent": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "name": "afficherPlateau", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgP6gHZLUSBs=", + "_parent": { + "$ref": "AAAAAAGMgP5MDZIlvGM=" + }, + "name": "plateau", + "type": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgP6gHpLVTIY=", + "_parent": { + "$ref": "AAAAAAGMgP5MDZIlvGM=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGMgRABXKqC/RI=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "De", + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGMgRAbGau1YD0=", + "_parent": { + "$ref": "AAAAAAGMgRABXKqC/RI=" + }, + "name": "valeur", + "visibility": "private", + "type": "int" + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgRK4Fbiruiw=", + "_parent": { + "$ref": "AAAAAAGMgRABXKqC/RI=" + }, + "name": "De", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgRL+crlaW0M=", + "_parent": { + "$ref": "AAAAAAGMgRK4Fbiruiw=" + }, + "name": "nbFaces", + "type": "" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgRL+crlbd8k=", + "_parent": { + "$ref": "AAAAAAGMgRK4Fbiruiw=" + }, + "type": { + "$ref": "AAAAAAGMgRABXKqC/RI=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgRBfTa2R8z0=", + "_parent": { + "$ref": "AAAAAAGMgRABXKqC/RI=" + }, + "name": "getValeur", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgRCQVa5AX3w=", + "_parent": { + "$ref": "AAAAAAGMgRBfTa2R8z0=" + }, + "type": "int", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgRCXT67qPko=", + "_parent": { + "$ref": "AAAAAAGMgRABXKqC/RI=" + }, + "name": "setValeur", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgRDOjq9dml4=", + "_parent": { + "$ref": "AAAAAAGMgRCXT67qPko=" + }, + "name": "valeur", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgRDOjq9eUlE=", + "_parent": { + "$ref": "AAAAAAGMgRCXT67qPko=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGMgRos7djVmuA=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "Deplaceur", + "ownedElements": [ + { + "_type": "UMLGeneralization", + "_id": "AAAAAAGMgUkUUhQLZa4=", + "_parent": { + "$ref": "AAAAAAGMgRos7djVmuA=" + }, + "source": { + "$ref": "AAAAAAGMgRos7djVmuA=" + }, + "target": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + } + } + ], + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGMgRv8xef9BsQ=", + "_parent": { + "$ref": "AAAAAAGMgRos7djVmuA=" + }, + "name": "Attribute1", + "type": "" + } + ], + "receptions": [ + { + "_type": "UMLReception", + "_id": "AAAAAAGMgRwPyukSeE4=", + "_parent": { + "$ref": "AAAAAAGMgRos7djVmuA=" + }, + "name": "Reception1" + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGMgUgpEPuPuP0=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "DeSimple", + "ownedElements": [ + { + "_type": "UMLGeneralization", + "_id": "AAAAAAGMgUhLL/8gSqw=", + "_parent": { + "$ref": "AAAAAAGMgUgpEPuPuP0=" + }, + "source": { + "$ref": "AAAAAAGMgUgpEPuPuP0=" + }, + "target": { + "$ref": "AAAAAAGMgRABXKqC/RI=" + } + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGMgUip+Qft+Ik=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "GestionnaireJoueur", + "ownedElements": [ + { + "_type": "UMLDependency", + "_id": "AAAAAAGMgUlEwSNPCYA=", + "_parent": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + }, + "source": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + }, + "target": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + } + }, + { + "_type": "UMLGeneralization", + "_id": "AAAAAAGMgU0/dGqljNE=", + "_parent": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + }, + "source": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + }, + "target": { + "$ref": "AAAAAAGMgUlyDiaL/fg=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGMgU1PFW79Ft8=", + "_parent": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + }, + "name": "*lesJoueurs", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgU1PFW7+R+I=", + "_parent": { + "$ref": "AAAAAAGMgU1PFW79Ft8=" + }, + "reference": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgU1PFW7/pcY=", + "_parent": { + "$ref": "AAAAAAGMgU1PFW79Ft8=" + }, + "reference": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "navigable": "navigable" + } + } + ], + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGMgUqI4j41g30=", + "_parent": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + }, + "name": "idCurrentUser", + "type": "int" + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgUrd0kCPz/U=", + "_parent": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + }, + "name": "getLesJoueurs", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgUsYwUGSwLU=", + "_parent": { + "$ref": "AAAAAAGMgUrd0kCPz/U=" + }, + "type": "List", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgUsjsUKQU9s=", + "_parent": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + }, + "name": "getCurrentJoueur", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgUtSiUM5o7Q=", + "_parent": { + "$ref": "AAAAAAGMgUsjsUKQU9s=" + }, + "type": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgUtaa0Q3t+0=", + "_parent": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + }, + "name": "getJoueurSuivant", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgUuLBkTgjFM=", + "_parent": { + "$ref": "AAAAAAGMgUtaa0Q3t+0=" + }, + "type": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgUuZzEXeT7c=", + "_parent": { + "$ref": "AAAAAAGMgUip+Qft+Ik=" + }, + "name": "next" + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGMgUlyDiaL/fg=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "Gestionnaire" + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGMgUmtMio70yw=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "GestionnaireJoueur", + "ownedElements": [ + { + "_type": "UMLGeneralization", + "_id": "AAAAAAGMgUnYpCz/Qo0=", + "_parent": { + "$ref": "AAAAAAGMgUmtMio70yw=" + }, + "source": { + "$ref": "AAAAAAGMgUmtMio70yw=" + }, + "target": { + "$ref": "AAAAAAGMgUlyDiaL/fg=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGMgUovozaWPBY=", + "_parent": { + "$ref": "AAAAAAGMgUmtMio70yw=" + }, + "name": "*lesJoueurs", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgUovozaX0k0=", + "_parent": { + "$ref": "AAAAAAGMgUovozaWPBY=" + }, + "reference": { + "$ref": "AAAAAAGMgUmtMio70yw=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgUovozaY6Ek=", + "_parent": { + "$ref": "AAAAAAGMgUovozaWPBY=" + }, + "reference": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "navigable": "navigable" + } + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGMgU2ma34J/f4=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "DeplaceurJoueur", + "ownedElements": [ + { + "_type": "UMLGeneralization", + "_id": "AAAAAAGMgU764Yzgnic=", + "_parent": { + "$ref": "AAAAAAGMgU2ma34J/f4=" + }, + "source": { + "$ref": "AAAAAAGMgU2ma34J/f4=" + }, + "target": { + "$ref": "AAAAAAGMgRos7djVmuA=" + } + }, + { + "_type": "UMLDependency", + "_id": "AAAAAAGMgU8Wd5FNJZ4=", + "_parent": { + "$ref": "AAAAAAGMgU2ma34J/f4=" + }, + "source": { + "$ref": "AAAAAAGMgU2ma34J/f4=" + }, + "target": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + } + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgU3fToISSM8=", + "_parent": { + "$ref": "AAAAAAGMgU2ma34J/f4=" + }, + "name": "verifierJoueur", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgU4EQYMV0xs=", + "_parent": { + "$ref": "AAAAAAGMgU3fToISSM8=" + }, + "type": "bool", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgU4NUYQT+uI=", + "_parent": { + "$ref": "AAAAAAGMgU2ma34J/f4=" + }, + "name": "alternerJoueur", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgU5gIYS8kYI=", + "_parent": { + "$ref": "AAAAAAGMgU4NUYQT+uI=" + }, + "name": "joueur1", + "type": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgU5gI4S9/GY=", + "_parent": { + "$ref": "AAAAAAGMgU4NUYQT+uI=" + }, + "name": "joueur2", + "type": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgU5pCoXO00M=", + "_parent": { + "$ref": "AAAAAAGMgU2ma34J/f4=" + }, + "name": "deplacerJoueur", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgU68K4Z3i0U=", + "_parent": { + "$ref": "AAAAAAGMgU5pCoXO00M=" + }, + "name": "currentJoueur", + "type": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + } + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/2A/Java/tp/JavaFX/tpJeuDeL_oie/DiagrammeOieInstance.mdj b/2A/Java/tp/JavaFX/tpJeuDeL_oie/DiagrammeOieInstance.mdj new file mode 100644 index 0000000..31cfa9c --- /dev/null +++ b/2A/Java/tp/JavaFX/tpJeuDeL_oie/DiagrammeOieInstance.mdj @@ -0,0 +1,2662 @@ +{ + "_type": "Project", + "_id": "AAAAAAFF+h6SjaM2Hec=", + "name": "Untitled", + "ownedElements": [ + { + "_type": "UMLModel", + "_id": "AAAAAAFF+qBWK6M3Z8Y=", + "_parent": { + "$ref": "AAAAAAFF+h6SjaM2Hec=" + }, + "name": "Model", + "ownedElements": [ + { + "_type": "UMLClassDiagram", + "_id": "AAAAAAFF+qBtyKM79qY=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "Main", + "defaultDiagram": true, + "ownedViews": [ + { + "_type": "UMLClassView", + "_id": "AAAAAAGMgPHSU6X2Ve4=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGMgPHSU6X31rM=", + "_parent": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "model": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGMgPHSVKX4NL4=", + "_parent": { + "$ref": "AAAAAAGMgPHSU6X31rM=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPHSVKX5h48=", + "_parent": { + "$ref": "AAAAAAGMgPHSU6X31rM=" + }, + "font": "Arial;13;1", + "left": 685, + "top": 383, + "width": 229.0869140625, + "height": 13, + "text": "Jeu" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPHSVKX6jkw=", + "_parent": { + "$ref": "AAAAAAGMgPHSU6X31rM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 73.67724609375, + "height": 13, + "text": "(from Model)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPHSVKX7rkY=", + "_parent": { + "$ref": "AAAAAAGMgPHSU6X31rM=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 680, + "top": 376, + "width": 239.0869140625, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGMgPHSVKX4NL4=" + }, + "nameLabel": { + "$ref": "AAAAAAGMgPHSVKX5h48=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGMgPHSVKX6jkw=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgPHSVKX7rkY=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGMgPHSVKX8slE=", + "_parent": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "model": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "font": "Arial;13;0", + "left": 680, + "top": 401, + "width": 239.0869140625, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGMgPHSVKX9vD8=", + "_parent": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "model": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgPitSNJgEUE=", + "_parent": { + "$ref": "AAAAAAGMgPHSVKX9vD8=" + }, + "model": { + "$ref": "AAAAAAGMgPitKtJdp8Y=" + }, + "font": "Arial;13;0", + "left": 685, + "top": 416, + "width": 229.0869140625, + "height": 13, + "text": "+getPlateau(): Plateau", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgPlIadZR3lo=", + "_parent": { + "$ref": "AAAAAAGMgPHSVKX9vD8=" + }, + "model": { + "$ref": "AAAAAAGMgPlIPtZOvVM=" + }, + "font": "Arial;13;0", + "left": 685, + "top": 431, + "width": 229.0869140625, + "height": 13, + "text": "+getJoueurActuel(): Joueur", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgPcsyMyx7oc=", + "_parent": { + "$ref": "AAAAAAGMgPHSVKX9vD8=" + }, + "model": { + "$ref": "AAAAAAGMgPcsqsyukiw=" + }, + "font": "Arial;13;0", + "left": 685, + "top": 446, + "width": 229.0869140625, + "height": 13, + "text": "+ajouterJoueur(joueur: Joueur): bool", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgPf3Yc4xyTs=", + "_parent": { + "$ref": "AAAAAAGMgPHSVKX9vD8=" + }, + "model": { + "$ref": "AAAAAAGMgPf3V84uRxg=" + }, + "font": "Arial;13;0", + "left": 685, + "top": 461, + "width": 229.0869140625, + "height": 13, + "text": "+deplacerJoueur(): bool", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 680, + "top": 411, + "width": 239.0869140625, + "height": 68 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGMgPHSVKX+gWY=", + "_parent": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "model": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGMgPHSVaX/aco=", + "_parent": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "model": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 680, + "top": 376, + "width": 239.0869140625, + "height": 103, + "nameCompartment": { + "$ref": "AAAAAAGMgPHSU6X31rM=" + }, + "attributeCompartment": { + "$ref": "AAAAAAGMgPHSVKX8slE=" + }, + "operationCompartment": { + "$ref": "AAAAAAGMgPHSVKX9vD8=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGMgPHSVKX+gWY=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGMgPHSVaX/aco=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGMgPHpCKYgJLA=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGMgPHpCKYhGGg=", + "_parent": { + "$ref": "AAAAAAGMgPHpCKYgJLA=" + }, + "model": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGMgPHpCaYi5Is=", + "_parent": { + "$ref": "AAAAAAGMgPHpCKYhGGg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 16, + "top": -32, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPHpCaYjib4=", + "_parent": { + "$ref": "AAAAAAGMgPHpCKYhGGg=" + }, + "font": "Arial;13;1", + "left": 765, + "top": 151, + "width": 226.55419921875, + "height": 13, + "text": "Case" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPHpCaYkKbQ=", + "_parent": { + "$ref": "AAAAAAGMgPHpCKYhGGg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 16, + "top": -32, + "width": 73.67724609375, + "height": 13, + "text": "(from Model)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPHpCaYlm7k=", + "_parent": { + "$ref": "AAAAAAGMgPHpCKYhGGg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 16, + "top": -32, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 760, + "top": 144, + "width": 236.55419921875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGMgPHpCaYi5Is=" + }, + "nameLabel": { + "$ref": "AAAAAAGMgPHpCaYjib4=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGMgPHpCaYkKbQ=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgPHpCaYlm7k=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGMgPHpCaYmpr8=", + "_parent": { + "$ref": "AAAAAAGMgPHpCKYgJLA=" + }, + "model": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGMgPYg9cS+az0=", + "_parent": { + "$ref": "AAAAAAGMgPHpCaYmpr8=" + }, + "model": { + "$ref": "AAAAAAGMgPYg2MS79Eo=" + }, + "font": "Arial;13;0", + "left": 765, + "top": 174, + "width": 226.55419921875, + "height": 13, + "text": "-presence: bool", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 760, + "top": 169, + "width": 236.55419921875, + "height": 23 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGMgPHpCaYnpvs=", + "_parent": { + "$ref": "AAAAAAGMgPHpCKYgJLA=" + }, + "model": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgPZfu8Yi1CA=", + "_parent": { + "$ref": "AAAAAAGMgPHpCaYnpvs=" + }, + "model": { + "$ref": "AAAAAAGMgPZfn8YfOA4=" + }, + "font": "Arial;13;0", + "left": 765, + "top": 197, + "width": 226.55419921875, + "height": 13, + "text": "+getPresence(): bool", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgPanuseU0Ok=", + "_parent": { + "$ref": "AAAAAAGMgPHpCaYnpvs=" + }, + "model": { + "$ref": "AAAAAAGMgPanjceRFow=" + }, + "font": "Arial;13;0", + "left": 765, + "top": 212, + "width": 226.55419921875, + "height": 13, + "text": "+setPresence(presence: boolean): void", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 760, + "top": 192, + "width": 236.55419921875, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGMgPHpDaYopbw=", + "_parent": { + "$ref": "AAAAAAGMgPHpCKYgJLA=" + }, + "model": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 8, + "top": -16, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGMgPHpDaYpcfM=", + "_parent": { + "$ref": "AAAAAAGMgPHpCKYgJLA=" + }, + "model": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 8, + "top": -16, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 760, + "top": 144, + "width": 236.55419921875, + "height": 86, + "nameCompartment": { + "$ref": "AAAAAAGMgPHpCKYhGGg=" + }, + "attributeCompartment": { + "$ref": "AAAAAAGMgPHpCaYmpr8=" + }, + "operationCompartment": { + "$ref": "AAAAAAGMgPHpCaYnpvs=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGMgPHpDaYopbw=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGMgPHpDaYpcfM=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGMgPH4e6ZKaDo=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGMgPH4e6ZLojM=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZKaDo=" + }, + "model": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGMgPH4e6ZMCKQ=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZLojM=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPH4e6ZNc0o=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZLojM=" + }, + "font": "Arial;13;1", + "left": 1037, + "top": 183, + "width": 154.2734375, + "height": 13, + "text": "Joueur" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPH4e6ZO6tI=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZLojM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 73.67724609375, + "height": 13, + "text": "(from Model)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPH4e6ZPbEw=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZLojM=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 1032, + "top": 176, + "width": 164.2734375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGMgPH4e6ZMCKQ=" + }, + "nameLabel": { + "$ref": "AAAAAAGMgPH4e6ZNc0o=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGMgPH4e6ZO6tI=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgPH4e6ZPbEw=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGMgPH4e6ZQ2SU=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZKaDo=" + }, + "model": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGMgPP14blVPMo=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZQ2SU=" + }, + "model": { + "$ref": "AAAAAAGMgPP1tLlS744=" + }, + "font": "Arial;13;0", + "left": 1037, + "top": 206, + "width": 154.2734375, + "height": 13, + "text": "-indice: int", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 1032, + "top": 201, + "width": 164.2734375, + "height": 23 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGMgPH4e6ZRTeQ=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZKaDo=" + }, + "model": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgPQty7pwqpQ=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZRTeQ=" + }, + "model": { + "$ref": "AAAAAAGMgPQtvLptcLw=" + }, + "font": "Arial;13;0", + "left": 1037, + "top": 229, + "width": 154.2734375, + "height": 13, + "text": "+getIndice(): int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgPSCWbvh7HM=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZRTeQ=" + }, + "model": { + "$ref": "AAAAAAGMgPSCQ7vepHc=" + }, + "font": "Arial;13;0", + "left": 1037, + "top": 244, + "width": 154.2734375, + "height": 13, + "text": "+setIndice(indice: int): void", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 1032, + "top": 224, + "width": 164.2734375, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGMgPH4e6ZS5II=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZKaDo=" + }, + "model": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGMgPH4e6ZTBUY=", + "_parent": { + "$ref": "AAAAAAGMgPH4e6ZKaDo=" + }, + "model": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 1032, + "top": 176, + "width": 164.2734375, + "height": 86, + "nameCompartment": { + "$ref": "AAAAAAGMgPH4e6ZLojM=" + }, + "attributeCompartment": { + "$ref": "AAAAAAGMgPH4e6ZQ2SU=" + }, + "operationCompartment": { + "$ref": "AAAAAAGMgPH4e6ZRTeQ=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGMgPH4e6ZS5II=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGMgPH4e6ZTBUY=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGMgPIXMaZ0lw4=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGMgPIXMaZ1cQc=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZ0lw4=" + }, + "model": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGMgPIXMqZ2nbw=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZ1cQc=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPIXMqZ3bTM=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZ1cQc=" + }, + "font": "Arial;13;1", + "left": 493, + "top": 159, + "width": 129.70166015625, + "height": 13, + "text": "Plateau" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPIXMqZ49s8=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZ1cQc=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 73.67724609375, + "height": 13, + "text": "(from Model)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPIXMqZ57wE=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZ1cQc=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 488, + "top": 152, + "width": 139.70166015625, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGMgPIXMqZ2nbw=" + }, + "nameLabel": { + "$ref": "AAAAAAGMgPIXMqZ3bTM=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGMgPIXMqZ49s8=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgPIXMqZ57wE=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGMgPIXMqZ6N9Q=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZ0lw4=" + }, + "model": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "font": "Arial;13;0", + "left": 488, + "top": 177, + "width": 139.70166015625, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGMgPIXMqZ7xRE=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZ0lw4=" + }, + "model": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGMgPU1S783vaE=", + "_parent": { + "$ref": "AAAAAAGMgPIXMqZ7xRE=" + }, + "model": { + "$ref": "AAAAAAGMgPU1PL80nZ0=" + }, + "font": "Arial;13;0", + "left": 493, + "top": 192, + "width": 129.70166015625, + "height": 13, + "text": "+getLesCases(): Case", + "horizontalAlignment": 0 + } + ], + "font": "Arial;13;0", + "left": 488, + "top": 187, + "width": 139.70166015625, + "height": 23 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGMgPIXMqZ8bVk=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZ0lw4=" + }, + "model": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGMgPIXMqZ9aX8=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZ0lw4=" + }, + "model": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 488, + "top": 152, + "width": 139.70166015625, + "height": 58, + "nameCompartment": { + "$ref": "AAAAAAGMgPIXMaZ1cQc=" + }, + "attributeCompartment": { + "$ref": "AAAAAAGMgPIXMqZ6N9Q=" + }, + "operationCompartment": { + "$ref": "AAAAAAGMgPIXMqZ7xRE=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGMgPIXMqZ8bVk=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGMgPIXMqZ9aX8=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGMgPIzSqagzz4=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSaac1Q8=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPIzS6ahq38=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSaac1Q8=" + }, + "font": "Arial;13;0", + "left": 703, + "top": 162, + "width": 66.1171875, + "height": 13, + "alpha": 0.32344396204234954, + "distance": 45.5411901469428, + "hostEdge": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "edgePosition": 1, + "text": "-*lesCases" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPIzS6ai2+s=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSaac1Q8=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 693, + "top": 146, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPIzS6ajNaM=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSaac1Q8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 692, + "top": 190, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPIzS6akS/g=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSqadTUw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 654, + "top": 160, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPIzS6alHKg=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSqadTUw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 656, + "top": 147, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPIzS6ampsA=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSqadTUw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 649, + "top": 187, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPIzS6anKHk=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSqaenes=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 733, + "top": 162, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPIzS6aoJYc=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSqaenes=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 731, + "top": 149, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPIzS6apF+8=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSqaenes=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 737, + "top": 190, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgPIzS6aqNPs=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSqadTUw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgPIzTaarlgQ=", + "_parent": { + "$ref": "AAAAAAGMgPIzSqagzz4=" + }, + "model": { + "$ref": "AAAAAAGMgPIzSqaenes=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgPHpCKYgJLA=" + }, + "tail": { + "$ref": "AAAAAAGMgPIXMaZ0lw4=" + }, + "lineStyle": 1, + "points": "628:181;759:184", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGMgPIzS6ahq38=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGMgPIzS6ai2+s=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgPIzS6ajNaM=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGMgPIzS6akS/g=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGMgPIzS6alHKg=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGMgPIzS6ampsA=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGMgPIzS6anKHk=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGMgPIzS6aoJYc=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGMgPIzS6apF+8=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGMgPIzS6aqNPs=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGMgPIzTaarlgQ=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGMgPKBrKgwDI0=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgs5GI=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPKBrKgxZ3c=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgs5GI=" + }, + "font": "Arial;13;0", + "left": 544, + "top": 239, + "width": 61.80078125, + "height": 13, + "alpha": 0.3300504199461214, + "distance": 103.60019305001319, + "hostEdge": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "edgePosition": 1, + "text": "-lePlateau" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPKBrKgyU7g=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgs5GI=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 645, + "top": 307, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPKBrKgzOro=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgs5GI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 677, + "top": 275, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPKBrKg05zI=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgtUi8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 719, + "top": 360, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPKBrKg1vjQ=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgtUi8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 708, + "top": 368, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPKBrKg2Gx0=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgtUi8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 741, + "top": 344, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPKBrKg3dJE=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgu8vk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 593, + "top": 233, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPKBrKg4hKg=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgu8vk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 585, + "top": 243, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPKBrKg5kcI=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgu8vk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 610, + "top": 210, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgPKBrag6/f0=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgtUi8=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgPKBrag7z48=", + "_parent": { + "$ref": "AAAAAAGMgPKBrKgwDI0=" + }, + "model": { + "$ref": "AAAAAAGMgPKBqqgu8vk=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgPIXMaZ0lw4=" + }, + "tail": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "lineStyle": 1, + "points": "748:375;586:210", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGMgPKBrKgxZ3c=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGMgPKBrKgyU7g=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgPKBrKgzOro=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGMgPKBrKg05zI=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGMgPKBrKg1vjQ=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGMgPKBrKg2Gx0=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGMgPKBrKg3dJE=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGMgPKBrKg4hKg=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGMgPKBrKg5kcI=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGMgPKBrag6/f0=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGMgPKBrag7z48=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGMgPK/vquXQfs=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgPK/vKuT6b0=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPK/v6uY1uk=", + "_parent": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + }, + "model": { + "$ref": "AAAAAAGMgPK/vKuT6b0=" + }, + "font": "Arial;13;0", + "left": 963, + "top": 249, + "width": 72.25537109375, + "height": 13, + "alpha": 0.44452127168535127, + "distance": 73.23933369440222, + "hostEdge": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + }, + "edgePosition": 1, + "text": "-*lesJoueurs" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPK/v6uZNAw=", + "_parent": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + }, + "model": { + "$ref": "AAAAAAGMgPK/vKuT6b0=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 945, + "top": 286, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPK/v6ua9MA=", + "_parent": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + }, + "model": { + "$ref": "AAAAAAGMgPK/vKuT6b0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 970, + "top": 324, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPK/v6ubCjE=", + "_parent": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + }, + "model": { + "$ref": "AAAAAAGMgPK/vKuUbmY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 890, + "top": 342, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPK/v6ucSBI=", + "_parent": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + }, + "model": { + "$ref": "AAAAAAGMgPK/vKuUbmY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 884, + "top": 329, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPK/v6udXwA=", + "_parent": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + }, + "model": { + "$ref": "AAAAAAGMgPK/vKuUbmY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 901, + "top": 367, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPK/v6uerr0=", + "_parent": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + }, + "model": { + "$ref": "AAAAAAGMgPK/vKuVU7o=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1017, + "top": 257, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPK/v6ufL2w=", + "_parent": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + }, + "model": { + "$ref": "AAAAAAGMgPK/vKuVU7o=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1007, + "top": 248, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPK/v6ugI4w=", + "_parent": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + }, + "model": { + "$ref": "AAAAAAGMgPK/vKuVU7o=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1035, + "top": 278, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgPK/v6uhOD0=", + "_parent": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + }, + "model": { + "$ref": "AAAAAAGMgPK/vKuUbmY=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgPK/v6uikcE=", + "_parent": { + "$ref": "AAAAAAGMgPK/vquXQfs=" + }, + "model": { + "$ref": "AAAAAAGMgPK/vKuVU7o=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgPH4e6ZKaDo=" + }, + "tail": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "lineStyle": 1, + "points": "877:375;1047:262", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGMgPK/v6uY1uk=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGMgPK/v6uZNAw=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgPK/v6ua9MA=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGMgPK/v6ubCjE=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGMgPK/v6ucSBI=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGMgPK/v6udXwA=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGMgPK/v6uerr0=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGMgPK/v6ufL2w=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGMgPK/v6ugI4w=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGMgPK/v6uhOD0=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGMgPK/v6uikcE=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGMgPMN6a8vrRY=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgPMN568rV3w=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPMN6a8wmhw=", + "_parent": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + }, + "model": { + "$ref": "AAAAAAGMgPMN568rV3w=" + }, + "font": "Arial;13;0", + "left": 1070, + "top": 285, + "width": 87.0771484375, + "height": 13, + "alpha": -0.47673961195634496, + "distance": 111.19802156513397, + "hostEdge": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + }, + "edgePosition": 1, + "text": "-joueurCurrent" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPMN6q8xiOs=", + "_parent": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + }, + "model": { + "$ref": "AAAAAAGMgPMN568rV3w=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 986, + "top": 301, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPMN6q8yQVw=", + "_parent": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + }, + "model": { + "$ref": "AAAAAAGMgPMN568rV3w=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1018, + "top": 332, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPMN6q8zTHA=", + "_parent": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + }, + "model": { + "$ref": "AAAAAAGMgPMN568sdAM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 926, + "top": 344, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPMN6q80DgA=", + "_parent": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + }, + "model": { + "$ref": "AAAAAAGMgPMN568sdAM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 922, + "top": 331, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPMN6q817Jw=", + "_parent": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + }, + "model": { + "$ref": "AAAAAAGMgPMN568sdAM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 933, + "top": 371, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPMN6q82eGA=", + "_parent": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + }, + "model": { + "$ref": "AAAAAAGMgPMN6K8t6QA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1042, + "top": 264, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPMN6q83PYI=", + "_parent": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + }, + "model": { + "$ref": "AAAAAAGMgPMN6K8t6QA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1031, + "top": 256, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPMN6q84NqY=", + "_parent": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + }, + "model": { + "$ref": "AAAAAAGMgPMN6K8t6QA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1065, + "top": 280, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgPMN6q85EAQ=", + "_parent": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + }, + "model": { + "$ref": "AAAAAAGMgPMN568sdAM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGMgPMN6q86C4U=", + "_parent": { + "$ref": "AAAAAAGMgPMN6a8vrRY=" + }, + "model": { + "$ref": "AAAAAAGMgPMN6K8t6QA=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgPH4e6ZKaDo=" + }, + "tail": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "lineStyle": 1, + "points": "909:375;1008:328;1071:262", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGMgPMN6a8wmhw=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGMgPMN6q8xiOs=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgPMN6q8yQVw=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGMgPMN6q8zTHA=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGMgPMN6q80DgA=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGMgPMN6q817Jw=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGMgPMN6q82eGA=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGMgPMN6q83PYI=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGMgPMN6q84NqY=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGMgPMN6q85EAQ=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGMgPMN6q86C4U=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGMgPOS3bSlccc=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGMgPOS3bSmINA=", + "_parent": { + "$ref": "AAAAAAGMgPOS3bSlccc=" + }, + "model": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGMgPOS3bSn0fo=", + "_parent": { + "$ref": "AAAAAAGMgPOS3bSmINA=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPOS3bSo+qE=", + "_parent": { + "$ref": "AAAAAAGMgPOS3bSmINA=" + }, + "font": "Arial;13;1", + "left": 245, + "top": 407, + "width": 41.919921875, + "height": 13, + "text": "Main" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPOS3bSpKVM=", + "_parent": { + "$ref": "AAAAAAGMgPOS3bSmINA=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 73.67724609375, + "height": 13, + "text": "(from Model)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGMgPOS3rSqyAw=", + "_parent": { + "$ref": "AAAAAAGMgPOS3bSmINA=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 240, + "top": 400, + "width": 51.919921875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGMgPOS3bSn0fo=" + }, + "nameLabel": { + "$ref": "AAAAAAGMgPOS3bSo+qE=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGMgPOS3bSpKVM=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgPOS3rSqyAw=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGMgPOS3rSrEE0=", + "_parent": { + "$ref": "AAAAAAGMgPOS3bSlccc=" + }, + "model": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "font": "Arial;13;0", + "left": 240, + "top": 425, + "width": 51.919921875, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGMgPOS3rSs//g=", + "_parent": { + "$ref": "AAAAAAGMgPOS3bSlccc=" + }, + "model": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "font": "Arial;13;0", + "left": 240, + "top": 435, + "width": 51.919921875, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGMgPOS3rStvbI=", + "_parent": { + "$ref": "AAAAAAGMgPOS3bSlccc=" + }, + "model": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGMgPOS3rSudc0=", + "_parent": { + "$ref": "AAAAAAGMgPOS3bSlccc=" + }, + "model": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 240, + "top": 400, + "width": 51.919921875, + "height": 45, + "nameCompartment": { + "$ref": "AAAAAAGMgPOS3bSmINA=" + }, + "attributeCompartment": { + "$ref": "AAAAAAGMgPOS3rSrEE0=" + }, + "operationCompartment": { + "$ref": "AAAAAAGMgPOS3rSs//g=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGMgPOS3rStvbI=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGMgPOS3rSudc0=" + } + }, + { + "_type": "UMLDependencyView", + "_id": "AAAAAAGMgPOzzLgLBV4=", + "_parent": { + "$ref": "AAAAAAFF+qBtyKM79qY=" + }, + "model": { + "$ref": "AAAAAAGMgPOzyrgJjs8=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPOzzbgMS10=", + "_parent": { + "$ref": "AAAAAAGMgPOzzLgLBV4=" + }, + "model": { + "$ref": "AAAAAAGMgPOzyrgJjs8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 485, + "top": 403, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgPOzzLgLBV4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPOzzbgNu9U=", + "_parent": { + "$ref": "AAAAAAGMgPOzzLgLBV4=" + }, + "model": { + "$ref": "AAAAAAGMgPOzyrgJjs8=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 485, + "top": 388, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGMgPOzzLgLBV4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGMgPOzzbgO/Fk=", + "_parent": { + "$ref": "AAAAAAGMgPOzzLgLBV4=" + }, + "model": { + "$ref": "AAAAAAGMgPOzyrgJjs8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 484, + "top": 432, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGMgPOzzLgLBV4=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGMgPHSU6X2Ve4=" + }, + "tail": { + "$ref": "AAAAAAGMgPOS3bSlccc=" + }, + "lineStyle": 1, + "points": "292:422;679:426", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGMgPOzzbgMS10=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGMgPOzzbgNu9U=" + }, + "propertyLabel": { + "$ref": "AAAAAAGMgPOzzbgO/Fk=" + } + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGMgPHSUaX0nOE=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "Jeu", + "ownedElements": [ + { + "_type": "UMLAssociation", + "_id": "AAAAAAGMgPKBqqgs5GI=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "name": "lePlateau", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgPKBqqgtUi8=", + "_parent": { + "$ref": "AAAAAAGMgPKBqqgs5GI=" + }, + "reference": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgPKBqqgu8vk=", + "_parent": { + "$ref": "AAAAAAGMgPKBqqgs5GI=" + }, + "reference": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGMgPK/vKuT6b0=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "name": "*lesJoueurs", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgPK/vKuUbmY=", + "_parent": { + "$ref": "AAAAAAGMgPK/vKuT6b0=" + }, + "reference": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgPK/vKuVU7o=", + "_parent": { + "$ref": "AAAAAAGMgPK/vKuT6b0=" + }, + "reference": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGMgPMN568rV3w=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "name": "joueurCurrent", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgPMN568sdAM=", + "_parent": { + "$ref": "AAAAAAGMgPMN568rV3w=" + }, + "reference": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgPMN6K8t6QA=", + "_parent": { + "$ref": "AAAAAAGMgPMN568rV3w=" + }, + "reference": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "navigable": "navigable" + }, + "visibility": "private" + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgPitKtJdp8Y=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "name": "getPlateau", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPj+2dLQlGk=", + "_parent": { + "$ref": "AAAAAAGMgPitKtJdp8Y=" + }, + "type": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgPlIPtZOvVM=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "name": "getJoueurActuel", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPl+6dbB9SQ=", + "_parent": { + "$ref": "AAAAAAGMgPlIPtZOvVM=" + }, + "type": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgPcsqsyukiw=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "name": "ajouterJoueur", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPfoqc1dV9c=", + "_parent": { + "$ref": "AAAAAAGMgPcsqsyukiw=" + }, + "name": "joueur", + "type": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPfoq81eUok=", + "_parent": { + "$ref": "AAAAAAGMgPcsqsyukiw=" + }, + "type": "bool", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgPf3V84uRxg=", + "_parent": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + }, + "name": "deplacerJoueur", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPhOGs6hCKU=", + "_parent": { + "$ref": "AAAAAAGMgPf3V84uRxg=" + }, + "type": "bool", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGMgPHpBqYe+IE=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "Case", + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGMgPYg2MS79Eo=", + "_parent": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "name": "presence", + "visibility": "private", + "type": "bool" + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgPZfn8YfOA4=", + "_parent": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "name": "getPresence", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPaULsbOGeI=", + "_parent": { + "$ref": "AAAAAAGMgPZfn8YfOA4=" + }, + "type": "bool", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgPanjceRFow=", + "_parent": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "name": "setPresence", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPbipcgEudI=", + "_parent": { + "$ref": "AAAAAAGMgPanjceRFow=" + }, + "name": "presence", + "type": "boolean" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPbipsgFGCY=", + "_parent": { + "$ref": "AAAAAAGMgPanjceRFow=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGMgPH4eaZIPEo=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "Joueur", + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGMgPP1tLlS744=", + "_parent": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "name": "indice", + "visibility": "private", + "type": "int" + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgPQtvLptcLw=", + "_parent": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "name": "getIndice", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPRtc7scwIA=", + "_parent": { + "$ref": "AAAAAAGMgPQtvLptcLw=" + }, + "type": "int", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgPSCQ7vepHc=", + "_parent": { + "$ref": "AAAAAAGMgPH4eaZIPEo=" + }, + "name": "setIndice", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPS87rxR6hA=", + "_parent": { + "$ref": "AAAAAAGMgPSCQ7vepHc=" + }, + "name": "indice", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPS87rxS4+M=", + "_parent": { + "$ref": "AAAAAAGMgPSCQ7vepHc=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGMgPIXMaZykrw=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "Plateau", + "ownedElements": [ + { + "_type": "UMLAssociation", + "_id": "AAAAAAGMgPIzSaac1Q8=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "name": "*lesCases", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgPIzSqadTUw=", + "_parent": { + "$ref": "AAAAAAGMgPIzSaac1Q8=" + }, + "reference": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGMgPIzSqaenes=", + "_parent": { + "$ref": "AAAAAAGMgPIzSaac1Q8=" + }, + "reference": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "navigable": "navigable" + }, + "visibility": "private" + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGMgPU1PL80nZ0=", + "_parent": { + "$ref": "AAAAAAGMgPIXMaZykrw=" + }, + "name": "getLesCases", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGMgPVvcL/jkNQ=", + "_parent": { + "$ref": "AAAAAAGMgPU1PL80nZ0=" + }, + "type": { + "$ref": "AAAAAAGMgPHpBqYe+IE=" + }, + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGMgPOS2rSjvL4=", + "_parent": { + "$ref": "AAAAAAFF+qBWK6M3Z8Y=" + }, + "name": "Main", + "ownedElements": [ + { + "_type": "UMLDependency", + "_id": "AAAAAAGMgPOzyrgJjs8=", + "_parent": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "source": { + "$ref": "AAAAAAGMgPOS2rSjvL4=" + }, + "target": { + "$ref": "AAAAAAGMgPHSUaX0nOE=" + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/2A/PPP/s1/PPP/Cours/Portfolio 2024-2025.pdf b/2A/PPP/s1/PPP/Cours/Portfolio 2024-2025.pdf new file mode 100644 index 0000000..8156d6a Binary files /dev/null and b/2A/PPP/s1/PPP/Cours/Portfolio 2024-2025.pdf differ diff --git a/2A/PPP/s1/PPP/Cours/Portfolio.docx b/2A/PPP/s1/PPP/Cours/Portfolio.docx new file mode 100644 index 0000000..45e38d4 Binary files /dev/null and b/2A/PPP/s1/PPP/Cours/Portfolio.docx differ diff --git a/2A/PPP/s1/PPP/Cours/Évaluation portfolio BUT2A.pdf b/2A/PPP/s1/PPP/Cours/Évaluation portfolio BUT2A.pdf new file mode 100644 index 0000000..70ae766 Binary files /dev/null and b/2A/PPP/s1/PPP/Cours/Évaluation portfolio BUT2A.pdf differ