From dde3b01d5a8e352008f9d846c8467d410682466e Mon Sep 17 00:00:00 2001 From: chaignea Date: Thu, 8 Dec 2022 16:10:34 +0100 Subject: [PATCH] Ajout DC --- diagramme.mdj | 53353 ++++++++++++++++++++++++++++++++++++++++++ image_diagramme.svg | 1 + 2 files changed, 53354 insertions(+) create mode 100644 diagramme.mdj create mode 100644 image_diagramme.svg diff --git a/diagramme.mdj b/diagramme.mdj new file mode 100644 index 0000000..2e3a9d9 --- /dev/null +++ b/diagramme.mdj @@ -0,0 +1,53353 @@ +{ + "_type": "Project", + "_id": "AAAAAAFF+h6SjaM2Hec=", + "name": "Untitled", + "ownedElements": [ + { + "_type": "UMLModel", + "_id": "AAAAAAGE8T4gJ62F36Y=", + "_parent": { + "$ref": "AAAAAAFF+h6SjaM2Hec=" + }, + "name": "JavaReverse", + "ownedElements": [ + { + "_type": "UMLInterface", + "_id": "AAAAAAGE8T4gLq2G96A=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "AbstractChangementFactory", + "ownedElements": [ + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8iICKNWnEu4=", + "_parent": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8iICKNWokbc=", + "_parent": { + "$ref": "AAAAAAGE8iICKNWnEu4=" + }, + "name": "changement", + "reference": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "visibility": "private" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8iICKNWpOA0=", + "_parent": { + "$ref": "AAAAAAGE8iICKNWnEu4=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "aggregation": "shared" + } + } + ], + "documentation": "Usine abstraite gérant l'ensemble des changements.", + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gLq2H4us=", + "_parent": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "name": "getGroupeFactory", + "documentation": "permet de récupérer une usine abstraite pour les groupes qui fonctionne en tandem avec cette usine abstraite\n@return cette usine abstraite pour les groupes", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gLq2Ik/o=", + "_parent": { + "$ref": "AAAAAAGE8T4gLq2H4us=" + }, + "type": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gLq2JaFo=", + "_parent": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "name": "getAllChangements", + "documentation": "permet de récupérer les changements\n@return l'ensemble de tous les changements en attente\nNB. Attention. C'était Iterator dans la version beta.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gLq2K+gw=", + "_parent": { + "$ref": "AAAAAAGE8T4gLq2JaFo=" + }, + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hGbDnpCE=", + "_parent": { + "$ref": "AAAAAAGE8T4gLq2K+gw=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + }, + "multiplicity": "*", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gLq2LlBc=", + "_parent": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "name": "applyChangement", + "documentation": "permet de mettre en oeuvre un changement connu de l'usine abstraite.\nEn cas de succès, le changement est oublié (détruit).\n@throws java.lang.NullPointerException si un argument est null\n@throws java.lang.IllegalArgumentException si inconnu de l'usine abstraite", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gLq2M9KE=", + "_parent": { + "$ref": "AAAAAAGE8T4gLq2LlBc=" + }, + "name": "c", + "type": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gLq2NNio=", + "_parent": { + "$ref": "AAAAAAGE8T4gLq2LlBc=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gLq2OWFw=", + "_parent": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "name": "deleteChangement", + "documentation": "permet de supprimer un changement connu de l'usine abstraite.\n@throws java.lang.NullPointerException si un argument est null\n@throws java.lang.IllegalArgumentException si inconnu de l'usine abstraite", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gLq2Pe8s=", + "_parent": { + "$ref": "AAAAAAGE8T4gLq2OWFw=" + }, + "name": "c", + "type": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gLq2QgUo=", + "_parent": { + "$ref": "AAAAAAGE8T4gLq2OWFw=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gLq2Riwg=", + "_parent": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "name": "createChangement", + "documentation": "permet d'ajouter un nouveau changement.\n@param A groupe actuel\n@param B groupe demandé\n@param e étudiant concerné par le changement\n@throws java.lang.NullPointerException si un argument est null\n@throws java.lang.IllegalArgumentException si les groupes ou l'étudiant ne sont pas connus de la factory partenaire, ou e n'appartient pas à A ou A et B ne sont pas frères dans l'arbre des groupes.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gL62SLAc=", + "_parent": { + "$ref": "AAAAAAGE8T4gLq2Riwg=" + }, + "name": "A", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gL62TvKQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gLq2Riwg=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gL62U700=", + "_parent": { + "$ref": "AAAAAAGE8T4gLq2Riwg=" + }, + "name": "B", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gL62V3Bs=", + "_parent": { + "$ref": "AAAAAAGE8T4gLq2Riwg=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gL62WBkA=", + "_parent": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "name": "createChangement", + "documentation": "permet d'ajouter un nouveau changement de type 2\n@param A groupe actuel\n@param B groupe demandé\n@param e étudiant concerné par le changement\n@param raison la raison du changement de type 2\n@throws java.lang.NullPointerException si un argument est null\n@throws java.lang.IllegalArgumentException si les groupes ou l'étudiant ne sont pas connus de la factory partenaire, ou e n'appartient pas à A ou A et B ne sont pas frères dans l'arbre des groupes.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gL62XZZ8=", + "_parent": { + "$ref": "AAAAAAGE8T4gL62WBkA=" + }, + "name": "A", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gL62YUN0=", + "_parent": { + "$ref": "AAAAAAGE8T4gL62WBkA=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gL62ZxeM=", + "_parent": { + "$ref": "AAAAAAGE8T4gL62WBkA=" + }, + "name": "B", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gL62aOpA=", + "_parent": { + "$ref": "AAAAAAGE8T4gL62WBkA=" + }, + "name": "raison", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gL62bk9s=", + "_parent": { + "$ref": "AAAAAAGE8T4gL62WBkA=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4gU62cvBk=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "AbstractChangementFactoryPersistant", + "ownedElements": [ + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8T4hGLAi9w8=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "source": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "target": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLA5AiI=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLA6FvE=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLA5AiI=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLA7bJA=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLA5AiI=" + }, + "name": "agf", + "reference": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8WNGsfncU4w=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "source": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "target": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8XhYanPxob8=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "changement", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8XhYanPyQJM=", + "_parent": { + "$ref": "AAAAAAGE8XhYanPxob8=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8XhYanPzXAs=", + "_parent": { + "$ref": "AAAAAAGE8XhYanPxob8=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8XtPvdDpY9U=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8XtPvdDqDpo=", + "_parent": { + "$ref": "AAAAAAGE8XtPvdDpY9U=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8XtPvdDr58k=", + "_parent": { + "$ref": "AAAAAAGE8XtPvdDpY9U=" + }, + "name": "agf", + "reference": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8XwC0vak6yo=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "fenetre", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8XwC0valkRU=", + "_parent": { + "$ref": "AAAAAAGE8XwC0vak6yo=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8XwC0vamXzY=", + "_parent": { + "$ref": "AAAAAAGE8XwC0vak6yo=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8X0kQWPPZ9I=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "brain", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8X0kQWPQXbc=", + "_parent": { + "$ref": "AAAAAAGE8X0kQWPPZ9I=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8X0kQWPRVYE=", + "_parent": { + "$ref": "AAAAAAGE8X0kQWPPZ9I=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + }, + "navigable": "navigable", + "multiplicity": "*" + }, + "visibility": "private" + } + ], + "documentation": "Usine abstraite gérant l'ensemble des changements.", + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGLA8r7M=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "fenetre", + "visibility": "private", + "type": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + } + }, + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGLA9H48=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "brain", + "visibility": "private", + "type": { + "$ref": "AAAAAAGE8T4hHbEFbhA=" + } + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gU62dO5I=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "AbstractChangementFactoryNP", + "documentation": "Constructeur de l'usine à changement.\n@param agf l'usine à groupe travaillant en tandem avec cette usine.\n@param fenetre la fenetre principale", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU62eca4=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62dO5I=" + }, + "name": "agf", + "type": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU62fmjc=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62dO5I=" + }, + "name": "fenetre", + "type": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gU62ga9U=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "AbstractChangementFactoryNP", + "documentation": "Constructeur de l'usine à changement.\n@param agf l'usine à groupe travaillant en tandem avec cette usine.\n@param fenetre la fenetre principale\n@param liste la liste des changements", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU62hQ6g=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62ga9U=" + }, + "name": "agf", + "type": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU62i0lY=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62ga9U=" + }, + "name": "fenetre", + "type": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU62jKH0=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62ga9U=" + }, + "name": "liste", + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hGbDpp3I=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62jKH0=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + }, + "multiplicity": "*" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gU62ke8A=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "getGroupeFactory", + "documentation": "permet de récupérer l'usine abstraite pour les groupes qui fonctionne en tandem avec cette usine abstraite\n@return cette usine abstraite pour les groupes", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU62lMoQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62ke8A=" + }, + "type": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gU62mzr8=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "getAllChangements", + "documentation": "permet de récupérer les changements\n@return l'ensemble de tous les changements en attente", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU62nof8=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62mzr8=" + }, + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hGbDqkFI=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62nof8=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + }, + "multiplicity": "*", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gU62oIMM=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "applyChangement", + "documentation": "permet de mettre en oeuvre un changement connu de l'usine abstraite.\n@param c le changement à mettre en oeuvre.\n@throws java.lang.NullPointerException si un argument est null\n@throws java.lang.IllegalStateException si le changement n'a pas de sens en l'état actuel (e.g. étudiant pas dans le groupe de départ a, groupe b inconnu, groupe a inconnu, etc).\n@throws java.lang.IllegalArgumentException si inconnu de l'usine abstraite", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU62pFOI=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62oIMM=" + }, + "name": "c", + "type": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU62qYLA=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62oIMM=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gU62rs3w=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "deleteChangement", + "documentation": "permet de supprimer un changement connu de l'usine abstraite.\n@param c le changement à supprimer.\n@throws java.lang.NullPointerException si un argument est null\n@throws java.lang.IllegalArgumentException si inconnu de l'usine abstraite", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU62sU0g=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62rs3w=" + }, + "name": "c", + "type": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU62topQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62rs3w=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gU62uOOA=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "createChangement", + "documentation": "permet d'ajouter un nouveau changement.\n@param A groupe actuel\n@param B groupe demandé\n@param e étudiant concerné par le changement\n@throws java.lang.NullPointerException si un argument est null\n@throws java.lang.IllegalArgumentException si les groupes ou l'étudiant ne sont pas connus de la factory partenaire, ou e n'appartient pas à A ou A et B ne sont pas frères dans l'arbre des groupes.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU62vts0=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62uOOA=" + }, + "name": "A", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU62whdI=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62uOOA=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU62xgbs=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62uOOA=" + }, + "name": "B", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU62yadg=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62uOOA=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gU62zOAE=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "createChangement", + "documentation": "permet d'ajouter un nouveau changement. de type 2\n@param A groupe actuel\n@param B groupe demandé\n@param e étudiant concerné par le changement\n@param raison la raison du changement de type 2\n@throws java.lang.NullPointerException si un argument est null\n@throws java.lang.IllegalArgumentException si les groupes ou l'étudiant ne sont pas connus de la factory partenaire, ou e n'appartient pas à A ou A et B ne sont pas frères dans l'arbre des groupes.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU620Kwk=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62zOAE=" + }, + "name": "A", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU621bJc=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62zOAE=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU6223/Q=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62zOAE=" + }, + "name": "B", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU623/Y8=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62zOAE=" + }, + "name": "raison", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU624uLY=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62zOAE=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gU625yQc=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "cnx", + "documentation": "permet de se connecter à la base de donnée\n@return la connexion à la base de donnée", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU626zao=", + "_parent": { + "$ref": "AAAAAAGE8T4gU625yQc=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGbDrwKs=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gU627uSg=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "erreurCO", + "documentation": "permet de détécter une erreur de connexion à la base de donnée\n@return true si une erreur est détéctée, false sinon", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU628HNk=", + "_parent": { + "$ref": "AAAAAAGE8T4gU627uSg=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gU629h+Y=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "erreurSQL", + "documentation": "permet de détécter une erreur SQL\n@return true si une erreur est détéctée, false sinon", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU62+Ras=", + "_parent": { + "$ref": "AAAAAAGE8T4gU629h+Y=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gU62/J9Y=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "close", + "documentation": "permet de fermer la connexion à la base de donnée\n@param clos outil de fermture de la connexion", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU63A9Fk=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62/J9Y=" + }, + "name": "clos", + "type": { + "$ref": "AAAAAAGE8T4hGbDs/pI=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU63BKuY=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62/J9Y=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gU63CU9g=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "getChange", + "documentation": "permet de remplir la liste des changements de l'usine", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU63DuwA=", + "_parent": { + "$ref": "AAAAAAGE8T4gU63CU9g=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gU63ETo8=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "getGroupe", + "documentation": "permet de chercher les sous-groupes d'un groupe\n@param idA id du groupe A\n@param idB id du groupe B\n@param retour tableau de groupe dans lequel on va stocker les groupes\n@param toFind le groupe à comparer (ou groupe père pour la première itération)", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU63Fqxg=", + "_parent": { + "$ref": "AAAAAAGE8T4gU63ETo8=" + }, + "name": "idA", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU63Gy4g=", + "_parent": { + "$ref": "AAAAAAGE8T4gU63ETo8=" + }, + "name": "idB", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU63HyTs=", + "_parent": { + "$ref": "AAAAAAGE8T4gU63ETo8=" + }, + "name": "retour", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "multiplicity": "*" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU63IOIc=", + "_parent": { + "$ref": "AAAAAAGE8T4gU63ETo8=" + }, + "name": "tofind", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU63Jplo=", + "_parent": { + "$ref": "AAAAAAGE8T4gU63ETo8=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gU63KLy4=", + "_parent": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "name": "refresh", + "documentation": "pemet de arfricher la liste des changements", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gU63LBws=", + "_parent": { + "$ref": "AAAAAAGE8T4gU63KLy4=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLInterface", + "_id": "AAAAAAGE8T4gYa3MoNg=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "AbstractGroupeFactory", + "ownedElements": [ + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8XspP8o6Tl8=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8XspP8o7oRs=", + "_parent": { + "$ref": "AAAAAAGE8XspP8o6Tl8=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8XspP8o8Xes=", + "_parent": { + "$ref": "AAAAAAGE8XspP8o6Tl8=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "navigable": "navigable" + } + } + ], + "documentation": "Usine abstraite gérant l'ensemble des groupes.", + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gYa3NggQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "name": "getPromotion", + "documentation": "permet de récupérer le Groupe qui contient les étudiants de toute la promotion\n@return la promo.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3OY5U=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3NggQ=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gYa3PSCo=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "name": "knows", + "documentation": "Test si le groupe g est connu de l'usine (connu maintenant).\nSi la réponse est true, les méthodes avec ce groupe en paramètre devraient bien fonctionner.\nSi la réponse est false, le comportement n'est pas garanti.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3QXB4=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3PSCo=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3RnbI=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3PSCo=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGbDtuSU=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gYa3SuB0=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "name": "deleteGroupe", + "documentation": "permet de supprimer un groupe connu de l'usine abstraite qui ne contient pas de groupes.\nPour détruire un groupe connu qui en contient d'autres il faut le faire récursivement.\n@throws java.lang.NullPointerException si un argument est null\n@throws java.lang.IllegalStateException si le groupe contient des groupes\n@throws java.lang.IllegalArgumentException si le groupe n'est pas connu de l'usine abstraite ou bien si le groupe est celui de toute la promotion (renvoyé par getPromotion)", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3TPys=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3SuB0=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3Unds=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3SuB0=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gYa3VFGw=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "name": "createGroupe", + "documentation": "permet d'ajouter un groupe vide de type FREE comme sous-groupe d'un groupe donné.\n@param pere le groupe père du groupe à créer\n@param name le nom du groupe à créer\n@param min,max bornes indicatives sur la taille du groupe à créer\n@throws java.lang.NullPointerException si un argument est null\n@throws java.lang.IllegalArgumentException si le groupe pere est de type PARTITION\nou si il n'y a pas 0 < min <= max", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3WUmI=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3VFGw=" + }, + "name": "pere", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3XP/A=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3VFGw=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3YUd0=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3VFGw=" + }, + "name": "min", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3ZNTQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3VFGw=" + }, + "name": "max", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3ad/U=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3VFGw=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gYa3bCpo=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "name": "createPartition", + "documentation": "permet de créer une partition automatiquement sous un groupe donné.\n@param pere le groupe père du groupe à partitionner\n@param name le nom des groupe à créer (on ajoutera à la suite un numéro ou une lettre pour distinguer chaque groupe)\n@param n le nombre de partitions\n@throws java.lang.NullPointerException si un argument est null\n@throws java.lang.IllegalArgumentException si le groupe pere est de type PARTITION\nou n négatif ou nul\nNB. doit créer une \"copie\" de pere\nsous pere de type Partition et ajouter sous ce groupe, n groupes de type \"FREE\".\nles valeurs min et max de ces n groupes sont\nmin = 0 et\nmax = partie entière de N/n plus 1, où N est le nombre max du groupe pere.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3cWGc=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3bCpo=" + }, + "name": "pere", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3dnnU=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3bCpo=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3eKl0=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3bCpo=" + }, + "name": "n", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3fbiA=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3bCpo=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gYa3g6VU=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "name": "addToGroupe", + "documentation": "permet d'ajouter un étudiant à un groupe.\n@param g le groupe dans lequel il faut ajouter l'étudiant\n@param e l'étudiant à ajouter\n@throws java.lang.NullPointerException si un argument est null\n@throws java.lang.IllegalArgumentException la factory ne connaît pas g\n@throws java.lang.IllegalStateException le père de g ne contient pas e", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3hop4=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3g6VU=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3iIbs=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3g6VU=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3jT/g=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3g6VU=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gYa3kaVE=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "name": "dropFromGroupe", + "documentation": "permet d'enlever un étudiant d'un groupe.\n@param g le groupe dans lequel il faut enlever l'étudiant\n@param e l'étudiant à enlever\n@throws java.lang.NullPointerException si un argument est null\n@throws java.lang.IllegalStateException g ne contient pas e\n@throws java.lang.IllegalArgumentException la factory ne connaît pas g", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3luhk=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3kaVE=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3mIxE=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3kaVE=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3nM5o=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3kaVE=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gYa3o6N0=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "name": "getEtudiants", + "documentation": "permet de retrouver un étudiant à partir d'un String.\nNB. dans une version simple il doit s'agir du nom exact.\ndans une version un peu plus complexe, il s'agit des premières lettres du nom\ndans une version avancée, on peut autoriser une expression régulière plus ou moins complexe qui est générée si la première recherche n'a pas renvoyé de candidat.\n@param String nomEtu le nom approximmatif de l'étudiant\n@return Set l'ensemble des étudiants connus de la factory ayant un nom \"proche\" de ce string au sens de la remarque ci-dessus.\n@throws java.lang.NullPointerException si le String est null.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3pFKE=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3o6N0=" + }, + "name": "nomEtu", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYa3qFsU=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3o6N0=" + }, + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hGbDukAs=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3qFsU=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "multiplicity": "*", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gYq3r0Os=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "name": "getGroupesOfEtudiant", + "documentation": "permet de retrouver les groupes d'un étudiant.\n@param Etu un étudiant\n@return Etudiant l'étudiant connu de la factory ayant cet identifiant\n@throws java.lang.NullPointerException si le String est null.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYq3s+rc=", + "_parent": { + "$ref": "AAAAAAGE8T4gYq3r0Os=" + }, + "name": "etu", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYq3t5kU=", + "_parent": { + "$ref": "AAAAAAGE8T4gYq3r0Os=" + }, + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hGbDvOwU=", + "_parent": { + "$ref": "AAAAAAGE8T4gYq3t5kU=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "multiplicity": "*", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gYq3uOyM=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "name": "changeNameGroupe", + "documentation": "Ajout a l'API pour changer facilement de nom de groupe\n@param g le groupe\n@param name le nom\n@return true si possible", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYq3v9WE=", + "_parent": { + "$ref": "AAAAAAGE8T4gYq3uOyM=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYq3w1zM=", + "_parent": { + "$ref": "AAAAAAGE8T4gYq3uOyM=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYq3xHjA=", + "_parent": { + "$ref": "AAAAAAGE8T4gYq3uOyM=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gYq3yWMo=", + "_parent": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "name": "refreshALL", + "documentation": "refresh le Groupe ainsi que ses etudiants\n@param g le groupe\n@return le groupe refresh/un parent si il a été refresh", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYq3z6+c=", + "_parent": { + "$ref": "AAAAAAGE8T4gYq3yWMo=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gYq30/us=", + "_parent": { + "$ref": "AAAAAAGE8T4gYq3yWMo=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4gma31QiM=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "AbstractGroupeFactoryNP", + "ownedElements": [ + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8T4hGLAjNZo=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "source": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "target": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLA+nEs=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLA/a6E=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLA+nEs=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBAlX8=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLA+nEs=" + }, + "name": "promo", + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8WNOUfsWz4o=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "source": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "target": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8XgLr2rs9SM=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "promo", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8XgLr2rtdAM=", + "_parent": { + "$ref": "AAAAAAGE8XgLr2rs9SM=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gma31QiM=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8XgLr2ruV2s=", + "_parent": { + "$ref": "AAAAAAGE8XgLr2rs9SM=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8YEUBm+CEwg=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "promo", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YEUBm+DLWU=", + "_parent": { + "$ref": "AAAAAAGE8YEUBm+CEwg=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gma31QiM=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YEUBm+EAww=", + "_parent": { + "$ref": "AAAAAAGE8YEUBm+CEwg=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8YHXHqKNWLU=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "fenetre", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YHXHqKO+oI=", + "_parent": { + "$ref": "AAAAAAGE8YHXHqKNWLU=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gma31QiM=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YHXHqKP6XM=", + "_parent": { + "$ref": "AAAAAAGE8YHXHqKNWLU=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8YI5Z7BO2Xc=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "brain", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YI5Z7BP6bw=", + "_parent": { + "$ref": "AAAAAAGE8YI5Z7BO2Xc=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gma31QiM=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YI5Z7BQ0z0=", + "_parent": { + "$ref": "AAAAAAGE8YI5Z7BO2Xc=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "navigable": "navigable", + "multiplicity": "*" + }, + "visibility": "private" + } + ], + "documentation": "Usine abstraite gérant l'ensemble des groupes.", + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGLBBiHI=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "fenetre", + "visibility": "private", + "type": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + } + }, + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGLBCThQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "brain", + "visibility": "private", + "type": { + "$ref": "AAAAAAGE8T4hHbEFbhA=" + } + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma32scs=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "AbstractGroupeFactoryNP", + "documentation": "Le constructeur fabrique le groupe promotion déja plein (utilisé en Modèle persistant de donné).\n@param fenetre\tfenetre principale", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma33CUk=", + "_parent": { + "$ref": "AAAAAAGE8T4gma32scs=" + }, + "name": "fenetre", + "type": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma34FEA=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "AbstractGroupeFactoryNP", + "documentation": "Le constructeur fabrique le groupe promotion vide.\nIl faut ensuite y ajouter les étudiants.\n@param fenetre\tfenetre principale\n@param name nom de la promotion\n@param min le nombre minimum d'étudiants dans la promotion\n@param max le nombre maximum d'étudiants dans la promotion", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma35hOc=", + "_parent": { + "$ref": "AAAAAAGE8T4gma34FEA=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma36wW0=", + "_parent": { + "$ref": "AAAAAAGE8T4gma34FEA=" + }, + "name": "min", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma37RfY=", + "_parent": { + "$ref": "AAAAAAGE8T4gma34FEA=" + }, + "name": "max", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma38RXo=", + "_parent": { + "$ref": "AAAAAAGE8T4gma34FEA=" + }, + "name": "fenetre", + "type": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma39fnM=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "knows", + "documentation": "Test plutôt optimiste. Si la clé est identique alors on fait comme si c'était le bon groupe.\n@param g le groupe à tester\n@return true si le groupe est connu", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma3+qBM=", + "_parent": { + "$ref": "AAAAAAGE8T4gma39fnM=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma3/QQo=", + "_parent": { + "$ref": "AAAAAAGE8T4gma39fnM=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGbDtuSU=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma4AaQc=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "changeNameGroupe", + "documentation": "pemet de changer le nom d'un groupe dans la base de données\n@param g le groupe dont on veut changer le nom\n@param name le nouveau nom\n@return true si le changement a été effectué, false s'il y a eu une erreur", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4B2iY=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4AaQc=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4CJFc=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4AaQc=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4DC4o=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4AaQc=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma4E0FI=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "getPromotion", + "documentation": "permet de récupérer le Groupe qui contient les étudiants de toute la promotion\n@return la promo.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4FUro=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4E0FI=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma4G80g=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "deleteGroupe", + "documentation": "permet de supprimer un groupe connu de l'usine abstraite qui ne contient pas de groupes.\nPour détruire un groupe connu qui en contient d'autres il faut le faire récursivement.\n@param g le groupe à supprimer\n@throws java.lang.NullPointerException si un argument est null\n@throws java.lang.IllegalStateException si le groupe contient des groupes\n@throws java.lang.IllegalArgumentException si le groupe n'est pas connu de l'usine abstraite ou bien si le groupe est celui de toute la promotion (renvoyé par getPromotion)", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4Hisk=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4G80g=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4ImOw=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4G80g=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma4JwlY=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "createGroupe", + "documentation": "permet d'ajouter un groupe vide de type FREE comme sous-groupe d'un groupe donné.\n@param pere le groupe père du groupe à créer\n@param name le nom du groupe à créer\n@param min,max bornes indicatives sur la taille du groupe à créer\n@throws java.lang.NullPointerException si un argument est null\n@throws java.lang.IllegalArgumentException si le groupe pere est de type PARTITION\nou si il n'y a pas 0 < min <= max", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4KMbs=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4JwlY=" + }, + "name": "pere", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4LN84=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4JwlY=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4Mj8w=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4JwlY=" + }, + "name": "min", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4Nc48=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4JwlY=" + }, + "name": "max", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4O15c=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4JwlY=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma4PmUA=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "createPartition", + "documentation": "permet de créer une partition automatiquement sous un groupe donné.\n@param pere le groupe père du groupe à partitionner\n@param name le nom des groupe à créer (on ajoute à la suite un numéro de 1 à n pour distinguer chaque groupe formant la partition)\n@param n le nombre de partitions\n@throws java.lang.NullPointerException si un argument est null\n@throws java.lang.IllegalArgumentException si le groupe pere est de type PARTITION\nou n négatif ou nul\nNB. doit créer une \"copie\" de pere\nsous pere de type Partition et ajouter sous ce groupe, n groupes de type \"FREE\".\nles valeurs min et max de ces n groupes sont\nmin = 0 et\nmax = partie entière de N/n plus 1, où N est le nombre max du groupe pere.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4QXsU=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4PmUA=" + }, + "name": "pere", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4RHN4=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4PmUA=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4SgAw=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4PmUA=" + }, + "name": "n", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4T3GQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4PmUA=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma4UAdA=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "addToGroupe", + "documentation": "permet d'ajouter un étudiant à un groupe.\n@param g le groupe dans lequel il faut ajouter l'étudiant\n@param e l'étudiant à ajouter\n@throws java.lang.NullPointerException si un argument est null\n@throws java.lang.IllegalArgumentException la factory ne connaît pas g\n@throws java.lang.IllegalStateException le père de g ne contient pas e", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4VpW8=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4UAdA=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4WAB4=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4UAdA=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4XBa8=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4UAdA=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma4Y7l0=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "dropFromGroupe", + "documentation": "permet d'enlever un étudiant d'un groupe.\n@param g le groupe dans lequel il faut enlever l'étudiant\n@param e l'étudiant à enlever\n@throws java.lang.NullPointerException si un argument est null\n@throws java.lang.IllegalStateException g ne contient pas e\n@throws java.lang.IllegalArgumentException la factory ne connaît pas g", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4ZDhM=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4Y7l0=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4a0wU=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4Y7l0=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4bTS8=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4Y7l0=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma4ciCc=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "getEtudiants", + "documentation": "permet de retrouver un étudiant à partir d'un String.\nNB. dans une version simple il doit s'agir du nom exact.\ndans une version un peu plus complexe, il s'agit des premières lettres du nom\ndans une version avancée, on peut autoriser une expression régulière plus ou moins complexe qui est générée si la première recherche n'a pas renvoyé de candidat.\n@param String nomEtu le nom approximmatif de l'étudiant\n@return Set l'ensemble des étudiants connus de la factory ayant un nom \"proche\" de ce string au sens de la remarque ci-dessus.\n@throws java.lang.NullPointerException si le String est null.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4dds8=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4ciCc=" + }, + "name": "nomEtu", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4e5Ck=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4ciCc=" + }, + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hGrDwfds=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4e5Ck=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "multiplicity": "*", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma4f1OE=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "getGroupesOfEtudiant", + "documentation": "permet de retrouver les groupes d'un étudiant.\n@param Etu un étudiant\n@return Etudiant l'étudiant connu de la factory ayant cet identifiant\n@throws java.lang.NullPointerException si le String est null.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4gmyY=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4f1OE=" + }, + "name": "etu", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4h+Dk=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4f1OE=" + }, + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hGrDxNos=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4h+Dk=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "multiplicity": "*", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma4iyi8=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "cnx", + "documentation": "permet de se connecter à la base de donnée\n@return la connexion à la base de donnée", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4jGMc=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4iyi8=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGbDrwKs=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma4kXLM=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "erreurCO", + "documentation": "permet de détécter une erreur de connexion à la base de donnée\n@return true si une erreur est détéctée, false sinon", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4luP4=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4kXLM=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma4mXKA=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "erreurSQL", + "documentation": "permet de détécter une erreur SQL\n@return true si une erreur est détéctée, false sinon", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4nEpc=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4mXKA=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma4oVag=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "deleteEtu", + "documentation": "permet de supprimer un étudiant de la base de donnée\n@param et l'étudiant à supprimer\n@param g le groupe dans lequel il est", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4pnVY=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4oVag=" + }, + "name": "et", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4q7ns=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4oVag=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4r/Fw=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4oVag=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma4s/hs=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "deleteEtu", + "documentation": "permet de supprimer un étudiant de la base de donnée\n@param pst la requete préparée\n@param cnx la connexion à la base de donnée\n@param id le groupe parent", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4tNzk=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4s/hs=" + }, + "name": "pst", + "type": { + "$ref": "AAAAAAGE8T4hGrDy7MU=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4u/Js=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4s/hs=" + }, + "name": "cnx", + "type": { + "$ref": "AAAAAAGE8T4hGbDrwKs=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4v8hE=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4s/hs=" + }, + "name": "id", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4wxyA=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4s/hs=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma4xyA4=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "close", + "documentation": "permet de fermer la connexion à la base de donnée\n@param clos outil de fermture de la connexion", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4yI68=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4xyA4=" + }, + "name": "clos", + "type": { + "$ref": "AAAAAAGE8T4hGbDs/pI=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4z0kI=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4xyA4=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma407UA=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "saveEtu", + "documentation": "permet d'ajouter un groupe de la base de donnée\n@param etudiant l'étudiant à ajouter\n@param g le groupe de l'étudiant\n@return true s'il n'y a pas eu d'erreur, false sinon", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma418iY=", + "_parent": { + "$ref": "AAAAAAGE8T4gma407UA=" + }, + "name": "etudiant", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma42fV8=", + "_parent": { + "$ref": "AAAAAAGE8T4gma407UA=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma43yVo=", + "_parent": { + "$ref": "AAAAAAGE8T4gma407UA=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma44eZQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "saveGroupe", + "documentation": "permet d'ajouter un groupe dans la base de donnée\n@param g le groupe à ajouter\n@return true s'il n'y a pas eu d'erreur, false sinon", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma45fCo=", + "_parent": { + "$ref": "AAAAAAGE8T4gma44eZQ=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma46hC4=", + "_parent": { + "$ref": "AAAAAAGE8T4gma44eZQ=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma47mcU=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "suprGroupe", + "documentation": "permet de supprimer un groupe de la base de donnée\n@param g le groupe à supprimer\n@return true s'il n'y a pas eu d'erreur, false sinon", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma48rjI=", + "_parent": { + "$ref": "AAAAAAGE8T4gma47mcU=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma49nGI=", + "_parent": { + "$ref": "AAAAAAGE8T4gma47mcU=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma4+ahk=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "init", + "documentation": "FONCTION POUR INITIALISER LA FACTORY AVEC LA BD\npermet de charger les groupes de la base de donnée", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma4/FhY=", + "_parent": { + "$ref": "AAAAAAGE8T4gma4+ahk=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gma5Aklc=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "addSousGroupe", + "documentation": "Fonction recursive permettant de récuperrer les sous groupe a partir de la BD\n@param g le groupe\n@param cnx la connection a la BD (evite de la surcharger)", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gma5BiLA=", + "_parent": { + "$ref": "AAAAAAGE8T4gma5Aklc=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gmq5CdZo=", + "_parent": { + "$ref": "AAAAAAGE8T4gma5Aklc=" + }, + "name": "cnx", + "type": { + "$ref": "AAAAAAGE8T4hGbDrwKs=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gmq5D/Jg=", + "_parent": { + "$ref": "AAAAAAGE8T4gma5Aklc=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gmq5EKbU=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "addBDEtudiant", + "documentation": "Fonction recursive ajoutant les étudiant aux groupe de la promo\n@param g le groupe pour qui ajouter les Etudiant\n@param cnx la connection (evite de surcharger la BD)", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gmq5FyAE=", + "_parent": { + "$ref": "AAAAAAGE8T4gmq5EKbU=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gmq5Gb7A=", + "_parent": { + "$ref": "AAAAAAGE8T4gmq5EKbU=" + }, + "name": "cnx", + "type": { + "$ref": "AAAAAAGE8T4hGbDrwKs=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gmq5H//A=", + "_parent": { + "$ref": "AAAAAAGE8T4gmq5EKbU=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gmq5IhR8=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "refreshGroupe", + "documentation": "FONCTION POUR REFRESH\nRefresh le groupe donnée pour le mettre a jour avec la Base de donnée\nSi le groupe n'existe plus on retourne le groupe parent le plus proche existant encore\n@param g le groupe a refresh\n@param cnx la connection a la BD (evite de la surcharger)\n@return le groupe refresh", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gmq5JSMo=", + "_parent": { + "$ref": "AAAAAAGE8T4gmq5IhR8=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gmq5KYi0=", + "_parent": { + "$ref": "AAAAAAGE8T4gmq5IhR8=" + }, + "name": "cnx", + "type": { + "$ref": "AAAAAAGE8T4hGbDrwKs=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gmq5LLIw=", + "_parent": { + "$ref": "AAAAAAGE8T4gmq5IhR8=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gmq5MI6g=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "refreshALL", + "documentation": "refresh le Groupe ainsi que ses etudiants\n@param g le groupe\n@return le groupe refresh/un parent si il a été refresh", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gmq5NZPk=", + "_parent": { + "$ref": "AAAAAAGE8T4gmq5MI6g=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gmq5O0jw=", + "_parent": { + "$ref": "AAAAAAGE8T4gmq5MI6g=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gmq5PE04=", + "_parent": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "name": "addSousGroupePasRecursif", + "documentation": "Fonction recursive permettant de récuperrer les sous groupe a partir de la BD\n@param g le groupe\n@param cnx la connection a la BD (evite de la surcharger)\n@param pourcent le pourcentage de ce groupe dans le chargement", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gmq5QRrM=", + "_parent": { + "$ref": "AAAAAAGE8T4gmq5PE04=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gmq5RtZc=", + "_parent": { + "$ref": "AAAAAAGE8T4gmq5PE04=" + }, + "name": "cnx", + "type": { + "$ref": "AAAAAAGE8T4hGbDrwKs=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gmq5SCXw=", + "_parent": { + "$ref": "AAAAAAGE8T4gmq5PE04=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4gna5TS1o=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "ActionChangement", + "ownedElements": [ + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8T4hGLAliZc=", + "_parent": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "source": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLBDDuE=", + "_parent": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBEGWs=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBDDuE=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBF6jc=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBDDuE=" + }, + "name": "m", + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLBGL5I=", + "_parent": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBHd9o=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBGL5I=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBIquw=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBGL5I=" + }, + "name": "change", + "reference": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8XAFkV6HB0U=", + "_parent": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "source": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8i4bV+3t3v4=", + "_parent": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "name": "m", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8i4bV+3upig=", + "_parent": { + "$ref": "AAAAAAGE8i4bV+3t3v4=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8i4bV+3vRVg=", + "_parent": { + "$ref": "AAAAAAGE8i4bV+3t3v4=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8i5guUv6BGE=", + "_parent": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "name": "change", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8i5guUv7Vec=", + "_parent": { + "$ref": "AAAAAAGE8i5guUv6BGE=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8i5guUv8Elg=", + "_parent": { + "$ref": "AAAAAAGE8i5guUv6BGE=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + }, + "navigable": "navigable" + }, + "visibility": "private" + } + ], + "documentation": "le controller pour les changements", + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gna5U49c=", + "_parent": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "name": "ActionChangement", + "documentation": "le constructeur\n@param m le model\n@param change le changement", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gna5VnLM=", + "_parent": { + "$ref": "AAAAAAGE8T4gna5U49c=" + }, + "name": "m", + "type": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gna5W4zQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gna5U49c=" + }, + "name": "change", + "type": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gna5XcYs=", + "_parent": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "name": "actionPerformed", + "documentation": "méthode invoquée lors d'un clic sur un bouton\n@param e l'événement", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gna5YGbM=", + "_parent": { + "$ref": "AAAAAAGE8T4gna5XcYs=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hG7DzBS4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gna5ZOiw=", + "_parent": { + "$ref": "AAAAAAGE8T4gna5XcYs=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4gn65afuc=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "ActionListChange", + "ownedElements": [ + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8T4hGLAm8/E=", + "_parent": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "source": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLBJiAg=", + "_parent": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBK7Q8=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBJiAg=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBLeA4=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBJiAg=" + }, + "name": "m", + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8W/7TlwtX3k=", + "_parent": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "source": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8i9NYzMwJDo=", + "_parent": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "name": "m", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8i9NYzMxBow=", + "_parent": { + "$ref": "AAAAAAGE8i9NYzMwJDo=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gn65afuc=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8i9NYzMyVUU=", + "_parent": { + "$ref": "AAAAAAGE8i9NYzMwJDo=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "navigable": "navigable" + }, + "visibility": "private" + } + ], + "documentation": "listener pour la liste des étudiants", + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gn65bNMY=", + "_parent": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "name": "ActionListChange", + "documentation": "le constructeur\n@param m le model", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gn65cpd0=", + "_parent": { + "$ref": "AAAAAAGE8T4gn65bNMY=" + }, + "name": "m", + "type": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gn65dYKA=", + "_parent": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "name": "actionPerformed", + "documentation": "méthode invoquée lors d'un clic sur un bouton\n@param e l'événement", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gn65eiq4=", + "_parent": { + "$ref": "AAAAAAGE8T4gn65dYKA=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hG7DzBS4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gn65f/pU=", + "_parent": { + "$ref": "AAAAAAGE8T4gn65dYKA=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4gpq5g3ng=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "ActionListenerChangeEtu", + "ownedElements": [ + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8T4hGLAnXfw=", + "_parent": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "source": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLBMOjg=", + "_parent": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBN3es=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBMOjg=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBO/7s=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBMOjg=" + }, + "name": "etudiant", + "reference": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLBP9Fg=", + "_parent": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBQznc=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBP9Fg=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBRXNI=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBP9Fg=" + }, + "name": "model", + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLBS0do=", + "_parent": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBTWBU=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBS0do=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBUuSc=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBS0do=" + }, + "name": "B", + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLBWxig=", + "_parent": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBXATw=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBWxig=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBYMGY=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBWxig=" + }, + "name": "myPanel", + "reference": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8W/VNFQlhM0=", + "_parent": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "source": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8Y1PM9vBAzA=", + "_parent": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "name": "myPanel", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8Y1PM9vCsso=", + "_parent": { + "$ref": "AAAAAAGE8Y1PM9vBAzA=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8Y1PM9vDWPY=", + "_parent": { + "$ref": "AAAAAAGE8Y1PM9vBAzA=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8Y3WtkiScaM=", + "_parent": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "name": "etudiant", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8Y3WtkiTzRs=", + "_parent": { + "$ref": "AAAAAAGE8Y3WtkiScaM=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8Y3WtkiUVMI=", + "_parent": { + "$ref": "AAAAAAGE8Y3WtkiScaM=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8Y41aKutU/U=", + "_parent": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "name": "B", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8Y41aKuuG9E=", + "_parent": { + "$ref": "AAAAAAGE8Y41aKutU/U=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8Y41aKuverE=", + "_parent": { + "$ref": "AAAAAAGE8Y41aKutU/U=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "navigable": "navigable" + }, + "visibility": "private" + } + ], + "documentation": "le controller pour le changement de groupe d'un etudiant", + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGLBVdaI=", + "_parent": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "name": "bout", + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hHbEGEDQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBVdaI=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "visibility": "private", + "type": { + "$ref": "AAAAAAGE8T4hHbEHRNM=" + }, + "multiplicity": "*" + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gpq5hzn0=", + "_parent": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "name": "ActionListenerChangeEtu", + "documentation": "le constructeur\n@param m le model\n@param e l'etudiant a changer", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gp65iU1E=", + "_parent": { + "$ref": "AAAAAAGE8T4gpq5hzn0=" + }, + "name": "m", + "type": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gp65juEQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gpq5hzn0=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gp65kMU8=", + "_parent": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "name": "actionPerformed", + "documentation": "methode invoquée lors d'un clic sur un bouton\n@param e l'événement", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gp65l/uo=", + "_parent": { + "$ref": "AAAAAAGE8T4gp65kMU8=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hG7DzBS4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gp65mHuo=", + "_parent": { + "$ref": "AAAAAAGE8T4gp65kMU8=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gp65nJ1A=", + "_parent": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "name": "setGroupeB", + "documentation": "methode pour changer le groupe d'arrivée\n@param b le groupe d'arrivée", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gp65ogaI=", + "_parent": { + "$ref": "AAAAAAGE8T4gp65nJ1A=" + }, + "name": "b", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gp65p/5g=", + "_parent": { + "$ref": "AAAAAAGE8T4gp65nJ1A=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4gra5qo2w=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "ActionListenerNouveauEtu", + "ownedElements": [ + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8T4hGLAo584=", + "_parent": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "source": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLBZtsk=", + "_parent": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBa1XY=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBZtsk=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBb4iM=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBZtsk=" + }, + "name": "pere", + "reference": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8W/za1p14bs=", + "_parent": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "source": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8jCfPh1k1z0=", + "_parent": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "name": "pere", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8jCfPh1l9BM=", + "_parent": { + "$ref": "AAAAAAGE8jCfPh1k1z0=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8jCfPh1mciI=", + "_parent": { + "$ref": "AAAAAAGE8jCfPh1k1z0=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "navigable": "navigable" + }, + "visibility": "private" + } + ], + "documentation": "listener pour la création d'étudiants", + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gra5rn7I=", + "_parent": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "name": "ActionListenerNouveauEtu", + "documentation": "le constructeur\n@param pere la fenetre de sélection", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gra5sY8E=", + "_parent": { + "$ref": "AAAAAAGE8T4gra5rn7I=" + }, + "name": "pere", + "type": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gra5twh4=", + "_parent": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "name": "actionPerformed", + "documentation": "méthode invoquée lors d'un clic sur un bouton\n@param e l'événement", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gra5uRXU=", + "_parent": { + "$ref": "AAAAAAGE8T4gra5twh4=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hG7DzBS4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gra5vqRk=", + "_parent": { + "$ref": "AAAAAAGE8T4gra5twh4=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4gsK5wLdY=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "ActionListenerSuprEtu", + "ownedElements": [ + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8T4hGLApeDE=", + "_parent": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "source": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLBceAc=", + "_parent": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBdOU0=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBceAc=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBefNY=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBceAc=" + }, + "name": "etudiant", + "reference": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLBfUck=", + "_parent": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBgxXM=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBfUck=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBhaJM=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBfUck=" + }, + "name": "model", + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "navigable": "navigable" + } + }, + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8W/saFkFJ6c=", + "_parent": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "source": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8jFuGbE4Quo=", + "_parent": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "name": "model", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8jFuGbE5Xqg=", + "_parent": { + "$ref": "AAAAAAGE8jFuGbE4Quo=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8jFuGbE6jAU=", + "_parent": { + "$ref": "AAAAAAGE8jFuGbE4Quo=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8jHYOg2u5sc=", + "_parent": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "name": "etudiant", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8jHYOg2vNXY=", + "_parent": { + "$ref": "AAAAAAGE8jHYOg2u5sc=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8jHYOg2wL5U=", + "_parent": { + "$ref": "AAAAAAGE8jHYOg2u5sc=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "navigable": "navigable" + }, + "visibility": "private" + } + ], + "documentation": "le controller pour la suppression d'etudiants", + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gsK5xZDc=", + "_parent": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "name": "ActionListenerSuprEtu", + "documentation": "le constructeur\n@param m le model\n@param e l'etudiant a supprimer", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gsK5yNr8=", + "_parent": { + "$ref": "AAAAAAGE8T4gsK5xZDc=" + }, + "name": "m", + "type": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gsK5zT2Q=", + "_parent": { + "$ref": "AAAAAAGE8T4gsK5xZDc=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gsK50aKk=", + "_parent": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "name": "actionPerformed", + "documentation": "méthode invoquée lors d'un clic sur un bouton\n@param e l'événement", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gsK51l0s=", + "_parent": { + "$ref": "AAAAAAGE8T4gsK50aKk=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hG7DzBS4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gsK52bEc=", + "_parent": { + "$ref": "AAAAAAGE8T4gsK50aKk=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4gtq53t7k=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "ChangementNP", + "ownedElements": [ + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8T4hGLArjPI=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "source": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLBkYYo=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBl3/0=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBkYYo=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBm2gE=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBkYYo=" + }, + "name": "a", + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLBn2DE=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBoXXc=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBn2DE=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBp7e4=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBn2DE=" + }, + "name": "b", + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLBqees=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBrvpk=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBqees=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBsrJM=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBqees=" + }, + "name": "e", + "reference": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8WURfl4W1/0=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "source": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8X7xq7Z0tZs=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "name": "a", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8X7xq7Z1SAE=", + "_parent": { + "$ref": "AAAAAAGE8X7xq7Z0tZs=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8X7xrLZ2XgI=", + "_parent": { + "$ref": "AAAAAAGE8X7xq7Z0tZs=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8X880cfhGSg=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "name": "b", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8X880cfiS4A=", + "_parent": { + "$ref": "AAAAAAGE8X880cfhGSg=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8X880cfjoe4=", + "_parent": { + "$ref": "AAAAAAGE8X880cfhGSg=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8X/FYOC0qjA=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "name": "e", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8X/FYOC1Pd8=", + "_parent": { + "$ref": "AAAAAAGE8X/FYOC0qjA=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8X/FYOC2VmQ=", + "_parent": { + "$ref": "AAAAAAGE8X/FYOC0qjA=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "navigable": "navigable" + }, + "visibility": "private" + } + ], + "documentation": "@see MonPrint\nNB. On n'utilise le mécanisme des méthodes par défaut pour donner du code dans une interface. C'est un petit peu laid et à contre-emploi mais pratique ici.\nNB2. On ne peut pas utiliser le toString de Objects\nhttps://stackoverflow.com/questions/24016962/java8-why-is-it-forbidden-to-define-a-default-method-for-a-method-from-java-lan\nUne demande de changement de groupe\nconcerne un étudiant, qui est dans un groupe A et veut aller dans un groupe B.\nImplémentation non persistante fournie avec l'API.", + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGLBiWlE=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "name": "nextId", + "visibility": "private", + "isStatic": true, + "type": "int", + "defaultValue": "0" + }, + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGLBjKcE=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "name": "id", + "visibility": "private", + "type": "int" + }, + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGLBtOrg=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "name": "raison", + "visibility": "private", + "type": "String" + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gtq54hvs=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "name": "ChangementNP", + "documentation": "Constructeur d'un changement.\n@param a le groupe de départ\n@param b le groupe d'arrivée\n@param e l'étudiant demandant le changement\n@param raison la raison du changement", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq55eAM=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq54hvs=" + }, + "name": "a", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq56Em8=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq54hvs=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq57e4w=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq54hvs=" + }, + "name": "b", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gtq58v48=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "name": "ChangementNP", + "documentation": "Constructeur d'un changement.\n@param a le groupe de départ\n@param b le groupe d'arrivée\n@param e l'étudiant demandant le changement\n@param raison la raison du changement", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq59sZk=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq58v48=" + }, + "name": "a", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq5+3KE=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq58v48=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq5/hN8=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq58v48=" + }, + "name": "b", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq6AG/c=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq58v48=" + }, + "name": "raison", + "type": "String" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gtq6B+jQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "name": "ChangementNP", + "documentation": "Constructeur d'un changement.\n@param a le groupe de départ\n@param b le groupe d'arrivée\n@param e l'étudiant demandant le changement\n@param id l'id du changement", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq6C06w=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq6B+jQ=" + }, + "name": "a", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq6DvwQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq6B+jQ=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq6EqNA=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq6B+jQ=" + }, + "name": "b", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq6FicU=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq6B+jQ=" + }, + "name": "id", + "type": "int" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gtq6GCIo=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "name": "ChangementNP", + "documentation": "Constructeur d'un changement.\n@param a le groupe de départ\n@param b le groupe d'arrivée\n@param e l'étudiant demandant le changement\n@param id l'id du changement\n@param raison la raison du changement", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq6Hs94=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq6GCIo=" + }, + "name": "a", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq6ICI0=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq6GCIo=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq6JL6A=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq6GCIo=" + }, + "name": "b", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq6Kd3c=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq6GCIo=" + }, + "name": "id", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq6L2lo=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq6GCIo=" + }, + "name": "raison", + "type": "String" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gtq6Mjjs=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "name": "getId", + "documentation": "permet de récupérer l'identifiant du changement (référence interne sans intérêt irl).\n@return l'identifiant.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq6NBJo=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq6Mjjs=" + }, + "type": "int", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gtq6OgBE=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "name": "getA", + "documentation": "permet de récupérer le groupe de depart\n@return ce groupe.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq6P5A0=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq6OgBE=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gtq6Q6rc=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "name": "getB", + "documentation": "e\n@return ce groupe.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq6R6XM=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq6Q6rc=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gtq6SgHc=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "name": "getEtu", + "documentation": "permet de récupérer l'étudiant demandant le changement\n@return cet étudiant", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq6T4f8=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq6SgHc=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gtq6UzAs=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "name": "getRaison", + "documentation": "permet de récupérer la raison du changement\n@return la raison du changement", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gtq6VhjA=", + "_parent": { + "$ref": "AAAAAAGE8T4gtq6UzAs=" + }, + "type": "String", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4gva6WJ/I=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "Chargement", + "ownedElements": [ + { + "_type": "UMLGeneralization", + "_id": "AAAAAAGE8T4hGLAbNHo=", + "_parent": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "source": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAaQsE=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8Yj675jhy5w=", + "_parent": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "name": "fenetre", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8Yj675jiVgk=", + "_parent": { + "$ref": "AAAAAAGE8Yj675jhy5w=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8Yj675jjCWM=", + "_parent": { + "$ref": "AAAAAAGE8Yj675jhy5w=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "navigable": "navigable" + }, + "visibility": "private" + } + ], + "documentation": "Class Dessinant les boutons du menu", + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGLBuWXM=", + "_parent": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "name": "fenetre", + "visibility": "private", + "type": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + } + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gva6XFys=", + "_parent": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "name": "Chargement", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gva6Yvrc=", + "_parent": { + "$ref": "AAAAAAGE8T4gva6XFys=" + }, + "name": "n", + "type": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gva6ZqhU=", + "_parent": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "name": "dispose", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gva6agjs=", + "_parent": { + "$ref": "AAAAAAGE8T4gva6ZqhU=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gva6bqgM=", + "_parent": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "name": "paintComponent", + "visibility": "protected", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gva6cL5U=", + "_parent": { + "$ref": "AAAAAAGE8T4gva6bqgM=" + }, + "name": "pinceau", + "type": { + "$ref": "AAAAAAGE8T4hG7D0UZs=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gva6dnPA=", + "_parent": { + "$ref": "AAAAAAGE8T4gva6bqgM=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4gxq6e8Ls=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "Connexion", + "ownedElements": [ + { + "_type": "UMLGeneralization", + "_id": "AAAAAAGE8T4hGLAdubQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gxq6e8Ls=" + }, + "source": { + "$ref": "AAAAAAGE8T4gxq6e8Ls=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAcqP8=" + } + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gxq6faX0=", + "_parent": { + "$ref": "AAAAAAGE8T4gxq6e8Ls=" + }, + "name": "seConnecter", + "isStatic": true, + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gxq6glUg=", + "_parent": { + "$ref": "AAAAAAGE8T4gxq6faX0=" + }, + "type": { + "$ref": "AAAAAAGE8T4hF7AUmYg=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gxq6hmjo=", + "_parent": { + "$ref": "AAAAAAGE8T4gxq6e8Ls=" + }, + "name": "retry", + "visibility": "private", + "isStatic": true, + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gxq6i/0I=", + "_parent": { + "$ref": "AAAAAAGE8T4gxq6hmjo=" + }, + "name": "first", + "type": { + "$ref": "AAAAAAGE8T4hF7AUmYg=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gx66jUwQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gxq6hmjo=" + }, + "name": "fenetre", + "type": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gx66kaVc=", + "_parent": { + "$ref": "AAAAAAGE8T4gxq6hmjo=" + }, + "type": { + "$ref": "AAAAAAGE8T4hF7AUmYg=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gx66lEJM=", + "_parent": { + "$ref": "AAAAAAGE8T4gxq6e8Ls=" + }, + "name": "Persistant", + "isStatic": true, + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gx66mj6I=", + "_parent": { + "$ref": "AAAAAAGE8T4gx66lEJM=" + }, + "type": "int", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4gx66niAw=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "ControllerGroupeBChangement", + "ownedElements": [ + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8T4hGLAspoI=", + "_parent": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "source": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLBv1LQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBwaCc=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBv1LQ=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBxKqE=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLBv1LQ=" + }, + "name": "parent", + "reference": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLByZJY=", + "_parent": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLBzfFw=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLByZJY=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLB0dxA=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLByZJY=" + }, + "name": "b", + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8W/ezlYT92A=", + "_parent": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "source": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8YvQUP46O44=", + "_parent": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "name": "g", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YvQUP47cGE=", + "_parent": { + "$ref": "AAAAAAGE8YvQUP46O44=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gx66niAw=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YvQUP48dl0=", + "_parent": { + "$ref": "AAAAAAGE8YvQUP46O44=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8YxEDiEsVZo=", + "_parent": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "name": "parent", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YxEDiEt5v8=", + "_parent": { + "$ref": "AAAAAAGE8YxEDiEsVZo=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gx66niAw=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YxEDiEuH0U=", + "_parent": { + "$ref": "AAAAAAGE8YxEDiEsVZo=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "navigable": "navigable" + }, + "visibility": "private" + } + ], + "documentation": "le controleur pour le changement de groupe d'arrivée lors d'un changement de groupe", + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gx66oM1s=", + "_parent": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "name": "ControllerGroupeBChangement", + "documentation": "le constructeur\n@param b le groupe d'arrivée\n@param observateur\tle listener parent", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gx66pq9s=", + "_parent": { + "$ref": "AAAAAAGE8T4gx66oM1s=" + }, + "name": "b", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gx66qDNw=", + "_parent": { + "$ref": "AAAAAAGE8T4gx66oM1s=" + }, + "name": "observateur", + "type": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gx66rGck=", + "_parent": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "name": "actionPerformed", + "documentation": "méthode invoquée lors d'un clic sur un bouton\n@param e l'événement", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gx66sZL8=", + "_parent": { + "$ref": "AAAAAAGE8T4gx66rGck=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hG7DzBS4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gx66t2jM=", + "_parent": { + "$ref": "AAAAAAGE8T4gx66rGck=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4gy66uZX4=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "EtudiantNP", + "ownedElements": [ + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8T4hGLAu4ho=", + "_parent": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "source": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + } + ], + "documentation": "@see MonPrint\nNB. On n'utilise le mécanisme des méthodes par défaut pour donner du code dans une interface. C'est un petit peu laid et à contre-emploi mais pratique ici.\nUn étudiant", + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGLB1EJQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "name": "nextId", + "visibility": "private", + "isStatic": true, + "type": "int", + "defaultValue": "0" + }, + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGLB2gpQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "name": "id", + "visibility": "private", + "type": "int" + }, + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGLB3rOs=", + "_parent": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "name": "nom", + "visibility": "private", + "type": "String" + }, + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGLB40mU=", + "_parent": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "name": "prenom", + "visibility": "private", + "type": "String" + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gy66v13Q=", + "_parent": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "name": "EtudiantNP", + "documentation": "Constructeur d'un étudiant.\n@param nom le nom de l'étudiant\n@param prenom le prénom de l'étudiant", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gy66wY7U=", + "_parent": { + "$ref": "AAAAAAGE8T4gy66v13Q=" + }, + "name": "nom", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gy66xlYs=", + "_parent": { + "$ref": "AAAAAAGE8T4gy66v13Q=" + }, + "name": "prenom", + "type": "String" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gzK6ytqE=", + "_parent": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "name": "EtudiantNP", + "documentation": "Constructeur d'un étudiant.\n@param nom le nom de l'étudiant\n@param prenom le prénom de l'étudiant\n@param id l'id de l'étudiant", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gzK6zM9g=", + "_parent": { + "$ref": "AAAAAAGE8T4gzK6ytqE=" + }, + "name": "nom", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gzK60+Qg=", + "_parent": { + "$ref": "AAAAAAGE8T4gzK6ytqE=" + }, + "name": "prenom", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gzK61AM0=", + "_parent": { + "$ref": "AAAAAAGE8T4gzK6ytqE=" + }, + "name": "id", + "type": "int" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gzK620qY=", + "_parent": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "name": "getId", + "documentation": "permet de récupérer l'identifiant de l'étudiant.\n@return l'identifiant.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gzK63xYc=", + "_parent": { + "$ref": "AAAAAAGE8T4gzK620qY=" + }, + "type": "int", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gzK640/Y=", + "_parent": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "name": "getNom", + "documentation": "permet de récupérer\n@return le nom de l'étudiant.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gzK654Zg=", + "_parent": { + "$ref": "AAAAAAGE8T4gzK640/Y=" + }, + "type": "String", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4gzK668eo=", + "_parent": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "name": "getPrenom", + "documentation": "permet de récupérer\n@return le prénom de l'étudiant", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4gzK67GCA=", + "_parent": { + "$ref": "AAAAAAGE8T4gzK668eo=" + }, + "type": "String", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4g0q68LjM=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "FenetreChangement", + "ownedElements": [ + { + "_type": "UMLGeneralization", + "_id": "AAAAAAGE8T4hGLAf+O8=", + "_parent": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "source": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLB5gjY=", + "_parent": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLB6zWM=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLB5gjY=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLB7PUY=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLB5gjY=" + }, + "name": "change", + "reference": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLB8Ij4=", + "_parent": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLB9rWo=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLB8Ij4=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLB+wcg=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLB8Ij4=" + }, + "name": "m", + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLGeneralization", + "_id": "AAAAAAGE8XKORLYC464=", + "_parent": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "source": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8iCX1ZMtBeE=", + "_parent": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "name": "m", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8iCX1ZMuASc=", + "_parent": { + "$ref": "AAAAAAGE8iCX1ZMtBeE=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8iCX1ZMvBuI=", + "_parent": { + "$ref": "AAAAAAGE8iCX1ZMtBeE=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8iJ/xQPwtVE=", + "_parent": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "name": "change", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8iJ/xQPx4Lw=", + "_parent": { + "$ref": "AAAAAAGE8iJ/xQPwtVE=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8iJ/xQPyjzc=", + "_parent": { + "$ref": "AAAAAAGE8iJ/xQPwtVE=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "navigable": "navigable" + }, + "visibility": "private" + } + ], + "documentation": "Affichage des changements", + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g0q694Fs=", + "_parent": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "name": "FenetreChangement", + "documentation": "Constructeur de l'affichage des changements\n@param list la liste des changements\n@param m le mlodèle", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g0q6+BYc=", + "_parent": { + "$ref": "AAAAAAGE8T4g0q694Fs=" + }, + "name": "list", + "type": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g0q6/k88=", + "_parent": { + "$ref": "AAAAAAGE8T4g0q694Fs=" + }, + "name": "m", + "type": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g0q7A7rQ=", + "_parent": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "name": "draw", + "documentation": "gère l'affichage des changements", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g0q7B18c=", + "_parent": { + "$ref": "AAAAAAGE8T4g0q7A7rQ=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g0q7CRQw=", + "_parent": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "name": "refresh", + "documentation": "rafraichit l'affichage", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g0q7DFxg=", + "_parent": { + "$ref": "AAAAAAGE8T4g0q7CRQw=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4g1a7EhzQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "FenetreEtudiant", + "ownedElements": [ + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLB/LBM=", + "_parent": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCAKJU=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLB/LBM=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCBs1o=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLB/LBM=" + }, + "name": "etu", + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hGLCCMCg=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCBs1o=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "reference": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "visibility": "private", + "navigable": "navigable", + "multiplicity": "*" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLCDNPE=", + "_parent": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCE9J8=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCDNPE=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCFAvs=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCDNPE=" + }, + "name": "m", + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLCGs3M=", + "_parent": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCHOis=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCGs3M=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCIbfQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCGs3M=" + }, + "name": "pan", + "reference": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLCJrtA=", + "_parent": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCKttw=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCJrtA=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCL0LU=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCJrtA=" + }, + "name": "type", + "reference": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8iWdwCY2OQQ=", + "_parent": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "name": "etu", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8iWdwCY3Vr4=", + "_parent": { + "$ref": "AAAAAAGE8iWdwCY2OQQ=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8iWdwCY4JVo=", + "_parent": { + "$ref": "AAAAAAGE8iWdwCY2OQQ=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "navigable": "navigable", + "multiplicity": "*" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8iXzK0C4mFU=", + "_parent": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "name": "m", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8iXzK0C5JQw=", + "_parent": { + "$ref": "AAAAAAGE8iXzK0C4mFU=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8iXzK0C6qE8=", + "_parent": { + "$ref": "AAAAAAGE8iXzK0C4mFU=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8icxKqMuJo0=", + "_parent": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "name": "pan", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8icxKqMvlmM=", + "_parent": { + "$ref": "AAAAAAGE8icxKqMuJo0=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8icxKqMwBm4=", + "_parent": { + "$ref": "AAAAAAGE8icxKqMuJo0=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8idbzLAaPzA=", + "_parent": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8idbzLAbBII=", + "_parent": { + "$ref": "AAAAAAGE8idbzLAaPzA=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8idbzLAcPCA=", + "_parent": { + "$ref": "AAAAAAGE8idbzLAaPzA=" + }, + "name": "type", + "reference": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "visibility": "private", + "navigable": "navigable" + } + } + ], + "documentation": "Affichage des édudiants d'un groupe", + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g1a7Fy9o=", + "_parent": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "name": "FenetreEtudiant", + "documentation": "Constructeur de l'affichage des étudiants\n@param g le groupe\n@param m le model", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g1a7Gc7o=", + "_parent": { + "$ref": "AAAAAAGE8T4g1a7Fy9o=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g1a7Hcu0=", + "_parent": { + "$ref": "AAAAAAGE8T4g1a7Fy9o=" + }, + "name": "m", + "type": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g1q7I6T0=", + "_parent": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "name": "draw", + "documentation": "Gère l'affichage des étudiants", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g1q7JYkg=", + "_parent": { + "$ref": "AAAAAAGE8T4g1q7I6T0=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g1q7K1KQ=", + "_parent": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "name": "refresh", + "documentation": "rafraichit l'affichage.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g1q7LTgw=", + "_parent": { + "$ref": "AAAAAAGE8T4g1q7K1KQ=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g1q7MHME=", + "_parent": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "name": "getPan", + "documentation": "premet d'obtenir le panel de l'affichage\n@return le panel de l'affichage", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g1q7NpS4=", + "_parent": { + "$ref": "AAAAAAGE8T4g1q7MHME=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g1q7OMbU=", + "_parent": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "name": "listChange", + "documentation": "permet d'afficher la liste des demandes de changement", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g1q7PCqs=", + "_parent": { + "$ref": "AAAAAAGE8T4g1q7OMbU=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4g3K7QYOo=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "FenetreGroupe", + "ownedElements": [ + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLCMyl4=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCNL7U=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCMyl4=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCO/ks=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCMyl4=" + }, + "name": "g", + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLCPO9Q=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCQ0QE=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCPO9Q=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCRwFg=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCPO9Q=" + }, + "name": "pan", + "reference": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLCS4mo=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCT3a8=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCS4mo=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCU5m0=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCS4mo=" + }, + "name": "m", + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8iesocY/nX0=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "name": "g", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8iesocZA/M4=", + "_parent": { + "$ref": "AAAAAAGE8iesocY/nX0=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8iesocZBQJc=", + "_parent": { + "$ref": "AAAAAAGE8iesocY/nX0=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8if+a/p9UOg=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "name": "pan", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8if+a/p+PWU=", + "_parent": { + "$ref": "AAAAAAGE8if+a/p9UOg=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8if+a/p/M6I=", + "_parent": { + "$ref": "AAAAAAGE8if+a/p9UOg=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8ig6NEUR9Jo=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "name": "m", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8ig6NEUS1wc=", + "_parent": { + "$ref": "AAAAAAGE8ig6NEUR9Jo=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8ig6NEUT4qo=", + "_parent": { + "$ref": "AAAAAAGE8ig6NEUR9Jo=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "navigable": "navigable" + }, + "visibility": "private" + } + ], + "documentation": "Affichage d'un groupe", + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g3K7R3qI=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "name": "FenetreGroupe", + "documentation": "Constructeur de l'affichage d'un groupe\n@param g le groupe à afficher\n@param m le model", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g3K7SNO8=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7R3qI=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g3K7TGCg=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7R3qI=" + }, + "name": "m", + "type": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g3K7Urv8=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "name": "getG", + "documentation": "permet de récupérer le groupe affiché\n@return le groupe affiché", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g3K7V8OM=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7Urv8=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g3K7Wcx0=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "name": "refresh", + "documentation": "rafraichit l'affichage du groupe", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g3K7XhOU=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7Wcx0=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g3K7Yvcw=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "name": "draw", + "documentation": "gère l'affichage du groupe", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g3K7ZQqI=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7Yvcw=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g3K7a6Gg=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "name": "setG", + "documentation": "permet de modifier le groupe affiché\n@param g le nouveau groupe à afficher", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g3K7bOtI=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7a6Gg=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g3K7cEmQ=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7a6Gg=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g3K7d108=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "name": "getPan", + "documentation": "Permet de récupérer le panel d'affichage.\n@return le panel d'affichage", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g3K7eNXs=", + "_parent": { + "$ref": "AAAAAAGE8T4g3K7d108=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4g5K7fRQY=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "FenetreSelectionEtu", + "ownedElements": [ + { + "_type": "UMLGeneralization", + "_id": "AAAAAAGE8T4hGLAgaTc=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "source": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLCVPiM=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCWia4=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCVPiM=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCX2EQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCVPiM=" + }, + "name": "liste", + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hGLCYH6c=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCX2EQ=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "reference": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "visibility": "private", + "navigable": "navigable", + "multiplicity": "*" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLCZqbM=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCaSKY=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCZqbM=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCbfto=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCZqbM=" + }, + "name": "etu", + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hGLCc0ws=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCbfto=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "reference": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "visibility": "private", + "navigable": "navigable", + "multiplicity": "*" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8ionnYJ1vxM=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "name": "liste", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8ionnYJ261U=", + "_parent": { + "$ref": "AAAAAAGE8ionnYJ1vxM=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8ionnYJ3sjk=", + "_parent": { + "$ref": "AAAAAAGE8ionnYJ1vxM=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8ipW2KXTMxE=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "name": "etu", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8ipW2KXUWL0=", + "_parent": { + "$ref": "AAAAAAGE8ipW2KXTMxE=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8ipW2KXV0Ik=", + "_parent": { + "$ref": "AAAAAAGE8ipW2KXTMxE=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8jBEumpwNbk=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8jBEumpxEhM=", + "_parent": { + "$ref": "AAAAAAGE8jBEumpwNbk=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8jBEu2py698=", + "_parent": { + "$ref": "AAAAAAGE8jBEumpwNbk=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "navigable": "navigable" + } + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g5K7g/yA=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "name": "FenetreSelectionEtu", + "documentation": "Constructeur de l'affichage de la selection des étudiants\n@param g le groupe\n@param liste la liste des étudiants à ajouter\n@param supression savoir si il faut supprimer les étudiants du groupe de la liste\n@param etu0 la liste de tous les", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g5K7hWko=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7g/yA=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g5K7iriI=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7g/yA=" + }, + "name": "liste", + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hG7D19ss=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7iriI=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "multiplicity": "*" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g5K7ja6U=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7g/yA=" + }, + "name": "supression", + "type": "boolean" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g5K7kLv4=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7g/yA=" + }, + "name": "etu0", + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hG7D2SmA=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7kLv4=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "multiplicity": "*" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g5K7ldOA=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "name": "addList", + "documentation": "Ajoute un étudiant à la sélection\n@param index l'index de l'étudiant", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g5K7muio=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7ldOA=" + }, + "name": "index", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g5K7n2Bg=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7ldOA=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g5K7oa5w=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "name": "removeList", + "documentation": "Retire un étudiant de la sélection\n@param index l'index de l'étudiant", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g5K7pjGY=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7oa5w=" + }, + "name": "index", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g5K7qxXM=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7oa5w=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g5K7rmnk=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "name": "addEtudiant", + "documentation": "Ajoute un étudiant à la liste de tous les étudiants\n@param nom le nom de l'étudiant\n@param prenom le prénom de l'étudiant", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g5K7sSMk=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7rmnk=" + }, + "name": "nom", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g5K7tlUY=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7rmnk=" + }, + "name": "prenom", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g5K7uXAg=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7rmnk=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g5K7vPl4=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "name": "draw", + "documentation": "gère l'affichage de la sélection", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g5K7wX6A=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7vPl4=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g5K7x9pI=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "name": "addAll", + "documentation": "Ajoute tous les étudiants à la liste des étudiants sélectionnés", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g5K7yXOE=", + "_parent": { + "$ref": "AAAAAAGE8T4g5K7x9pI=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4g6K7zzI4=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "FindBarFenetre", + "ownedElements": [ + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLCdEME=", + "_parent": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCePgk=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCdEME=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCfXMc=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCdEME=" + }, + "name": "mypanel", + "reference": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGLCgta4=", + "_parent": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLChsSY=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCgta4=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGLCib8g=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLCgta4=" + }, + "name": "m", + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGbCjZkQ=", + "_parent": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbCkCJw=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbCjZkQ=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbClAbM=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbCjZkQ=" + }, + "name": "liste", + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hGbCmssY=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbClAbM=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "reference": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "visibility": "private", + "navigable": "navigable", + "multiplicity": "*" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8itJC18FTZU=", + "_parent": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "name": "m", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8itJC18GL7M=", + "_parent": { + "$ref": "AAAAAAGE8itJC18FTZU=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8itJC18HDXE=", + "_parent": { + "$ref": "AAAAAAGE8itJC18FTZU=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8iz0NkjuMwE=", + "_parent": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "name": "liste", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8iz0Nkjv9IQ=", + "_parent": { + "$ref": "AAAAAAGE8iz0NkjuMwE=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8iz0NkjwuP8=", + "_parent": { + "$ref": "AAAAAAGE8iz0NkjuMwE=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "navigable": "navigable" + }, + "visibility": "private" + } + ], + "documentation": "barre de recherche d'etudiant", + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g6K70p4E=", + "_parent": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "name": "FindBarFenetre", + "documentation": "constructeur de la barre de recherche\n@param m le model", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g6K71U5o=", + "_parent": { + "$ref": "AAAAAAGE8T4g6K70p4E=" + }, + "name": "m", + "type": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g6K72uk8=", + "_parent": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "name": "draw", + "documentation": "gère l'affichage de la barre de recherche", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g6K73e3k=", + "_parent": { + "$ref": "AAAAAAGE8T4g6K72uk8=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g6K74Dwk=", + "_parent": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "name": "getPanel", + "documentation": "retourne le panel de la barre de recherche\n@return le panel de la barre de recherche", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g6K757+Q=", + "_parent": { + "$ref": "AAAAAAGE8T4g6K74Dwk=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g6K76YlI=", + "_parent": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "name": "search", + "documentation": "recherche un étudiant par son nom\n@param name le nom de l'étudiant", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g6K77d0Q=", + "_parent": { + "$ref": "AAAAAAGE8T4g6K76YlI=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g6K78ITc=", + "_parent": { + "$ref": "AAAAAAGE8T4g6K76YlI=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g6K79wm8=", + "_parent": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "name": "showGroupe", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g6K7+gC0=", + "_parent": { + "$ref": "AAAAAAGE8T4g6K79wm8=" + }, + "name": "toshow", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g6K7/jgA=", + "_parent": { + "$ref": "AAAAAAGE8T4g6K79wm8=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4g8a8AkPg=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "GroupeNP", + "ownedElements": [ + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8T4hGLAwgy8=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "source": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGbCseeU=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbCtp3Q=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbCseeU=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbCu/CA=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbCseeU=" + }, + "name": "type", + "reference": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGbCvQa8=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbCwvKI=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbCvQa8=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbCxo/E=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbCvQa8=" + }, + "name": "pointPoint", + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGbCyKOg=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbCzjKw=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbCyKOg=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbC00LE=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbCyKOg=" + }, + "name": "sousGroupes", + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hGbC1kto=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbC00LE=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "visibility": "private", + "navigable": "navigable", + "multiplicity": "*" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGbC2BR4=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbC39hw=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbC2BR4=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbC4neE=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbC2BR4=" + }, + "name": "membresDuGroupe", + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hGbC5khw=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbC4neE=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "reference": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "visibility": "private", + "navigable": "navigable", + "multiplicity": "*" + } + }, + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8WOTcgl2UQw=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "source": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + } + ], + "documentation": "@see MonPrint\nNB. On n'utilise le mécanisme des méthodes par défaut pour donner du code dans une interface. C'est un petit peu laid et à contre-emploi mais pratique ici.\nNB2. On ne peut pas utiliser le toString de Objects\nhttps://stackoverflow.com/questions/24016962/java8-why-is-it-forbidden-to-define-a-default-method-for-a-method-from-java-lan\nUn groupe", + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGbCnqTI=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "nextId", + "visibility": "private", + "isStatic": true, + "type": "int", + "defaultValue": "0" + }, + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGbCoTLY=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "id", + "visibility": "private", + "type": "int" + }, + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGbCp9YI=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "name", + "visibility": "private", + "type": "String" + }, + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGbCqmDo=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "min", + "visibility": "private", + "type": "int" + }, + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGbCrzYk=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "max", + "visibility": "private", + "type": "int" + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8a8Bbdo=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "GroupeNP", + "documentation": "Nouveau groupe vide de type ROOT sans étudiants, sans sous-Groupe\n@param name le nom du groupe\n@param min le nombre minimum d'étudiants\n@param max le nombre maximum d'étudiants", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8CKfg=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8Bbdo=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8DOHg=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8Bbdo=" + }, + "name": "min", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8EGvI=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8Bbdo=" + }, + "name": "max", + "type": "int" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8a8FVvw=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "GroupeNP", + "documentation": "Nouveau groupe vide de type FREE sans étudiants, sans sous-Groupe\n@param name le nom du groupe\n@param min le nombre minimum d'étudiants\n@param max le nombre maximum d'étudiants\n@param pere le groupe père\n@param id l'id du groupe\n@param type le type du groupe", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8GL8U=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8FVvw=" + }, + "name": "id", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8HX9w=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8FVvw=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8IFmM=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8FVvw=" + }, + "name": "min", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8J2J0=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8FVvw=" + }, + "name": "max", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8KatA=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8FVvw=" + }, + "name": "type", + "type": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8L7Wg=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8FVvw=" + }, + "name": "pere", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8a8MzJ8=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "GroupeNP", + "documentation": "Nouveau groupe vide de type FREE sans étudiants, sans sous-Groupe\n@param name le nom du groupe\n@param min le nombre minimum d'étudiants\n@param max le nombre maximum d'étudiants\n@param pere le groupe père", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8NNKc=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8MzJ8=" + }, + "name": "pere", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8On7w=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8MzJ8=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8Paq4=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8MzJ8=" + }, + "name": "min", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8Qh4U=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8MzJ8=" + }, + "name": "max", + "type": "int" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8a8RNiM=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "GroupeNP", + "documentation": "Nouveau groupe de type PARTITION dupliquant le groupe passé en paramètre (pour servir de racine à une partition de ce groupe de type FREE passé en paramètre).\n@param pere le groupe père", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8ScKY=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8RNiM=" + }, + "name": "pere", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8a8T5VQ=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "addEtudiant", + "documentation": "Ajoute un étudiant. Se comporte comme add de l'interface Set.\n@param e l'étudiant à ajouter\n@return true iff e est ajouté", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8U5dM=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8T5VQ=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8V598=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8T5VQ=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8a8WYDY=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "removeEtudiant", + "documentation": "Enlève un étudiant. Se comporte comme remove de l'interface Set.\n@param e l'étudiant à enlever\n@return true iff e est enlevé", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8XsS8=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8WYDY=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8Y0Qc=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8WYDY=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8a8Z8sU=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "addSousGroupe", + "documentation": "Ajoute un sous-groupe. Se comporte comme add de l'interface Set.\nvérifie que le groupe passé en argument a bien renseigné this comme son père.\n@param g le groupe à ajouter\n@return true iff g est ajouté", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8atcc=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8Z8sU=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8bJyU=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8Z8sU=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8a8cd2s=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "removeSousGroupe", + "documentation": "Enlève un groupe. Se comporte comme remove de l'interface Set.\n@param g le sous-groupe à enlever\n@return true iff e est enlevé", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8dUYE=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8cd2s=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8euSQ=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8cd2s=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8a8fWKc=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "getId", + "documentation": "permet de récupérer l'identifiant d'un groupe (référence interne sans intérêt irl).\n@return l'identifiant.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8g7Sk=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8fWKc=" + }, + "type": "int", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8a8hYcA=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "getName", + "documentation": "permet de récupérer le nom d'un groupe (utile irl).\n@return le nom.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8iScI=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8hYcA=" + }, + "type": "String", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8a8jyD4=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "getMin", + "documentation": "permet de récupérer le nombre minimum d'étudiants souhaités dans le groupe.\n@return le minimum souhaité", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8kTfM=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8jyD4=" + }, + "type": "int", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8a8lrzk=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "getMax", + "documentation": "permet de récupérer le nombre maximum d'étudiants souhaités dans un groupe.\n@return le maximum souhaité", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8mmzE=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8lrzk=" + }, + "type": "int", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8a8nK8M=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "getSize", + "documentation": "permet de récupérer le nombre d'étudiants dans ce groupe.\n@return le nombre de places prises (pas forcément limité entre Min et Max, mais c'est le but)", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8okOE=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8nK8M=" + }, + "type": "int", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8a8pRFg=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "getType", + "documentation": "permet de récupérer la nature du groupe\n@return le type du groupe", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8qO1M=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8pRFg=" + }, + "type": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8a8r8tI=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "getPointPoint", + "documentation": "permet de récupérer le groupe père\nun groupe racine devrait retourner lui-même\n@return le père", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8sBzc=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8r8tI=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8a8tCiM=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "getSousGroupes", + "documentation": "Potentiellement \"vide\"\nAttention nous renvoyons l'ensemble sans le copier\n@return l'ensemble des sous-groupes.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8udJ8=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8tCiM=" + }, + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hG7D3y+o=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8udJ8=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "multiplicity": "*", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8a8viBE=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "getEtudiants", + "documentation": "Potentiellement \"vide\"\nAttention nous renvoyons l'ensemble sans le copier\n@return l'ensemble des étudiants.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8wpbA=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8viBE=" + }, + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hHLD4KnE=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8wpbA=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "multiplicity": "*", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8a8xjs0=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "name": "setName", + "documentation": "Change le nom du groupe\n@param s le nouveau nom", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8ycFs=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8xjs0=" + }, + "name": "s", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8a8zgpA=", + "_parent": { + "$ref": "AAAAAAGE8T4g8a8xjs0=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4g8q80IqM=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "ListenerFindBar", + "ownedElements": [ + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8T4hGLAxvbc=", + "_parent": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "source": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGbC6KsQ=", + "_parent": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbC7es4=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbC6KsQ=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbC8BtY=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbC6KsQ=" + }, + "name": "fenetre", + "reference": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGbC9OQY=", + "_parent": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbC+oRg=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbC9OQY=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbC/ml4=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbC9OQY=" + }, + "name": "et", + "reference": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8XAmO2Xx4QI=", + "_parent": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "source": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8jVvVPXpZD8=", + "_parent": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "name": "etudiant", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8jVvVPXqS4w=", + "_parent": { + "$ref": "AAAAAAGE8jVvVPXpZD8=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8jVvVPXrFN8=", + "_parent": { + "$ref": "AAAAAAGE8jVvVPXpZD8=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "navigable": "navigable" + }, + "visibility": "private" + } + ], + "documentation": "le controller pour la recherche d'etudiants", + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8q81o3c=", + "_parent": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "name": "ListenerFindBar", + "documentation": "le constructeur\n@param fenetre la fenetre de recherche\n@param e l'etudiant a rechercher", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8q822EE=", + "_parent": { + "$ref": "AAAAAAGE8T4g8q81o3c=" + }, + "name": "fenetre", + "type": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8q83buI=", + "_parent": { + "$ref": "AAAAAAGE8T4g8q81o3c=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g8q84UQM=", + "_parent": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "name": "actionPerformed", + "documentation": "méthode invoquée lors d'un clic sur un bouton\n@param e l'événement", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8q85Gw0=", + "_parent": { + "$ref": "AAAAAAGE8T4g8q84UQM=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hG7DzBS4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g8q86KlM=", + "_parent": { + "$ref": "AAAAAAGE8T4g8q84UQM=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLInterface", + "_id": "AAAAAAGE8T4g9K87lLg=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "Model", + "documentation": "Le Model de L'IHM", + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9K88w+s=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "showGroupe", + "documentation": "Fonction pour refresh/changer de groupe d'affichage\n@param g le groupe a afficher", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K8932w=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K88w+s=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K8+iWQ=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K88w+s=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9K8/eIs=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "getFenetre", + "documentation": "getteur de la fenetre\n@return JFrame la fenetre", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9AAzY=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K8/eIs=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9K9BMX4=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "getEtudiant", + "documentation": "permet d'obtenir l'ensemble des etudiants\n@return", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9Cs8E=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9BMX4=" + }, + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hHLD5/AY=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9Cs8E=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "multiplicity": "*", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9K9D4m4=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "deleteEtu", + "documentation": "Fonction pour supprimer un etudiant.\n@param e l'etudiant a supprimer\n@return boolean true si l'etudiant a ete supprimer, false sinon", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9EKJU=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9D4m4=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9Fd4w=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9D4m4=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9K9GaqE=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "addEtudiant", + "documentation": "Fonction pour ajouter un étudiant au groupe\n@param g\n@param e\n@return boolean pour savoir si il a pus être ajouter", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9HT50=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9GaqE=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9I/1c=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9GaqE=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9JKjM=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9GaqE=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9K9KozU=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "delete", + "documentation": "Fonction pour supprimer un groupe\n@param g le groupe a supprimer", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9LFgc=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9KozU=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9MJBA=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9KozU=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9K9No5g=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "rename", + "documentation": "Fonction pour renomer un groupe\n@param name\n@param g", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9O0vA=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9No5g=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9PZts=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9No5g=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9QnXM=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9No5g=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9K9R3Gk=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "partition", + "documentation": "Fonction permetant de créer une partition d'un groupe\n@param g le groupe a partitionner\n@param n le nombre de partition\n@param name le nom des partition", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9Sdrc=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9R3Gk=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9TLrE=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9R3Gk=" + }, + "name": "n", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9UuqY=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9R3Gk=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9Vs/c=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9R3Gk=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9K9WsHY=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "free", + "documentation": "Fonction permettant de créer un sous-groupe d'un groupe\n@param g le groupe parent\n@param name le nom du sous-groupe\n@param min le nombre min d'etudiant\n@param max le nombre max d'etudiant\n@param ajout la liste des étudiants a ajouter au groupe", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9XGnQ=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9WsHY=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9YYTA=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9WsHY=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9ZBH4=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9WsHY=" + }, + "name": "min", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9a2Z0=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9WsHY=" + }, + "name": "max", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9K9bQiw=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9WsHY=" + }, + "name": "ajout", + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hHLD6ITI=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9bQiw=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "multiplicity": "*" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a9cTl8=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K9WsHY=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9a9doLc=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "addPromo", + "documentation": "ajoute une nouvelle promotion\n@param min le nombre min\n@param max le nombre max\n@param name le nom\n@param ajout les etudiant a ajouter a la promo", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a9e6O8=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a9doLc=" + }, + "name": "min", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a9fn7M=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a9doLc=" + }, + "name": "max", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a9g8cE=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a9doLc=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a9hsEY=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a9doLc=" + }, + "name": "ajout", + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hHLD7tfM=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a9hsEY=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "multiplicity": "*" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a9ivKI=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a9doLc=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9a9jie0=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "changeGroupe", + "documentation": "Créer un changement depuis le groupe courant\n@param e l'etudiant\n@param b le groupe a changer", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a9k+Rw=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a9jie0=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a9leSk=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a9jie0=" + }, + "name": "b", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a9mKIc=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a9jie0=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9a9n2HE=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "getGroupePartition", + "documentation": "Retourn les groupe auquel on peut demander a changer depuis le groupe courant\n@return la liste des groupes", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a9oNqc=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a9n2HE=" + }, + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hHLD8PkA=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a9oNqc=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "multiplicity": "*", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9a9pGC8=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "listChange", + "documentation": "Fonction pour afficher une fenetre listnatn les changements", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a9qrmc=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a9pGC8=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9a9r1bg=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "change", + "documentation": "Fonction pour effectuer un changement\n@param Changement le changement a effecteur", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a9sS60=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a9r1bg=" + }, + "name": "change", + "type": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a9thD0=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a9r1bg=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9a9u24c=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "deleteChange", + "documentation": "Fonction supprimant un changement\n@param to_delete la changement a delete", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a9vk+s=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a9u24c=" + }, + "name": "to_delete", + "type": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a9wJl8=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a9u24c=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9a9xSF0=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "showRaisonChange", + "documentation": "Fonction affichant les raison d'un changement\n@param change le changement", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a9yiIs=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a9xSF0=" + }, + "name": "change", + "type": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a9zjIg=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a9xSF0=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9a90QrA=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "findEtu", + "documentation": "Fonction affichant une fentre pour trouver un etudiant et tous ses groupes asociée", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a91mbs=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a90QrA=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9a92Qgo=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "getEtu", + "documentation": "Fonction pour recuperer les etudiant avec ce nom\n@param name le nom de(s) etudiants\n@return la liste", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a93RiI=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a92Qgo=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a94g84=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a92Qgo=" + }, + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hHLD99Tk=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a94g84=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "multiplicity": "*", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4g9a95PLs=", + "_parent": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "name": "showGroupOfEtudiant", + "documentation": "affiche les groupe d'un etudiant\n@param e l'etudiant", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a96kMg=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a95PLs=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4g9a97k/w=", + "_parent": { + "$ref": "AAAAAAGE8T4g9a95PLs=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hAq98PTc=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "ModelRoot", + "ownedElements": [ + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8T4hGLAyr04=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "source": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "target": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGbDAA00=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDBtPg=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDAA00=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDCyng=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDAA00=" + }, + "name": "panGroupe", + "reference": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGbDDpp8=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDEZgc=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDDpp8=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDFr3c=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDDpp8=" + }, + "name": "fenGr", + "reference": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGbDGg90=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDHyHY=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDGg90=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDI2Nc=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDGg90=" + }, + "name": "fenEtu", + "reference": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGbDJ7SM=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDKzjw=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDJ7SM=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDLVV8=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDJ7SM=" + }, + "name": "promo", + "reference": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGbDM55M=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDNBFI=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDM55M=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDOPtM=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDM55M=" + }, + "name": "changement", + "reference": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGbDQ9hE=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDRqtQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDQ9hE=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDSOPI=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDQ9hE=" + }, + "name": "fenChange", + "reference": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8WVkamijD+g=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "source": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "target": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8XYC4QZgaWE=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "fenGr", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8XYC4QZhz+k=", + "_parent": { + "$ref": "AAAAAAGE8XYC4QZgaWE=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8XYC4QZillI=", + "_parent": { + "$ref": "AAAAAAGE8XYC4QZgaWE=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8XZevQlOmBM=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "fenEtu", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8XZevQlPXqE=", + "_parent": { + "$ref": "AAAAAAGE8XZevQlOmBM=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8XZevQlQLYc=", + "_parent": { + "$ref": "AAAAAAGE8XZevQlOmBM=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8XaeURHV6tc=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "fenChange", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8XaeURHWXhg=", + "_parent": { + "$ref": "AAAAAAGE8XaeURHV6tc=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8XaeURHXBBM=", + "_parent": { + "$ref": "AAAAAAGE8XaeURHV6tc=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8XcarSSMsd4=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "fenetre", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8XcariSNXVk=", + "_parent": { + "$ref": "AAAAAAGE8XcarSSMsd4=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8XcariSOK0Q=", + "_parent": { + "$ref": "AAAAAAGE8XcarSSMsd4=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8iACfD+b6OA=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "promo", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8iACfD+cvDo=", + "_parent": { + "$ref": "AAAAAAGE8iACfD+b6OA=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8iACfD+dUck=", + "_parent": { + "$ref": "AAAAAAGE8iACfD+b6OA=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8iAnbFHu3FA=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "changement", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8iAnbFHvUKM=", + "_parent": { + "$ref": "AAAAAAGE8iAnbFHu3FA=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8iAnbFHwSxQ=", + "_parent": { + "$ref": "AAAAAAGE8iAnbFHu3FA=" + }, + "reference": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "navigable": "navigable" + }, + "visibility": "private" + } + ], + "documentation": "Le Model de L'IHM", + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGbDP170=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "fenetre", + "visibility": "private", + "type": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + } + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq99uA8=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "ModelRoot", + "documentation": "Constructeur du model.", + "stereotype": "constructor" + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq9+XME=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "showGroupe", + "documentation": "Fonction pour refresh/changer de groupe d'affichage\n@param g le groupe a afficher", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq9/Cu0=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq9+XME=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+AjmQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq9+XME=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq+BfTo=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "getFenetre", + "documentation": "getteur de la fenetre\n@return JFrame la fenetre", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+Cfdo=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+BfTo=" + }, + "type": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq+DGs0=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "getEtudiant", + "documentation": "permet d'obtenir l'ensemble des etudiants\n@return", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+EdJA=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+DGs0=" + }, + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hHLD+ou8=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+EdJA=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "multiplicity": "*", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq+Fupk=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "deleteEtu", + "documentation": "Fonction pour supprimer un etudiant.\n@param e l'etudiant a supprimer\n@return boolean true si l'etudiant a ete supprimer, false sinon", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+G3DI=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+Fupk=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+HPvE=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+Fupk=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq+IzdI=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "deleteEtutoChildren", + "documentation": "Permet de savoir si un étudiant peut être supprimé\n@param e l'étudiant à supprimer\n@param g le groupe dans lequel on cherche\n@return true si possible, false sinon", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+JieY=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+IzdI=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+Kt28=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+IzdI=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+Lu8g=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+IzdI=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq+MVWY=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "addEtudiant", + "documentation": "Fonction pour ajouter un étudiant au groupe\n@param g\n@param e\n@return boolean pour savoir si il a pus être ajouter", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+NXEs=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+MVWY=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+Onb4=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+MVWY=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+PpVE=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+MVWY=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq+QCyo=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "addEtuToParent", + "documentation": "Fonction recursive pour ajouter l'etudiant a ses parents si il ne l'ont pas\n@param g groupe\n@param e etudiant\n@return true si possible", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+R2WM=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+QCyo=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+Si2A=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+QCyo=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+Tz2U=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+QCyo=" + }, + "type": "boolean", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq+U4/c=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "delete", + "documentation": "Fonction pour supprimer un groupe\n@param g le groupe a supprimer", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+V/NY=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+U4/c=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+Wdds=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+U4/c=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq+XVDs=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "rename", + "documentation": "Fonction pour renomer un groupe\n@param name\n@param g", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+YQck=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+XVDs=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+ZFFc=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+XVDs=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+a0Lw=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+XVDs=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq+bLnU=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "partition", + "documentation": "Fonction permetant de créer une partition d'un groupe\n@param g le groupe a partitionner\n@param n le nombre de partition\n@param name le nom des partition", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+cfQ4=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+bLnU=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+dZ68=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+bLnU=" + }, + "name": "n", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+eXRk=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+bLnU=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+f7Q0=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+bLnU=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq+gv+M=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "free", + "documentation": "Fonction permettant de créer un sous-groupe d'un groupe\n@param g le groupe parent\n@param name le nom du sous-groupe\n@param min le nombre min d'etudiant\n@param max le nombre max d'etudiant\n@param ajout la liste des étudiants a ajouter au groupe", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+hiNg=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+gv+M=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+iA7M=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+gv+M=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+jZ+0=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+gv+M=" + }, + "name": "min", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+kIZg=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+gv+M=" + }, + "name": "max", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+lxGs=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+gv+M=" + }, + "name": "ajout", + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hHbD//pM=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+lxGs=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "multiplicity": "*" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+mYsw=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+gv+M=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq+nZFk=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "addPromo", + "documentation": "ajoute une nouvelle promotion\n@param min le nombre min\n@param max le nombre max\n@param name le nom\n@param ajout les etudiant a ajouter a la promo", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+of5s=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+nZFk=" + }, + "name": "min", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+pYRA=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+nZFk=" + }, + "name": "max", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+q0ak=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+nZFk=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+rOPo=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+nZFk=" + }, + "name": "ajout", + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hHbEA64U=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+rOPo=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "multiplicity": "*" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+sKFI=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+nZFk=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq+t62A=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "changeGroupe", + "documentation": "Créer un changement depuis le groupe courant\n@param e l'etudiant\n@param b le groupe a changer", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+uMFM=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+t62A=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+vnOQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+t62A=" + }, + "name": "b", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+wWvU=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+t62A=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq+xu0Y=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "getGroupePartition", + "documentation": "Retourn les groupe auquel on peut demander a changer depuis le groupe courant\n@return la liste des groupes", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+ytGk=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+xu0Y=" + }, + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hHbEBulw=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+ytGk=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "multiplicity": "*", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq+zxbs=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "listChange", + "documentation": "(non-Javadoc)\n@see fr.iutfbleau.projetIHM2022FI2.API.Model#listChange()\nFonction pour afficher une fenetre listnatn les changements", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+0r4E=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+zxbs=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq+1KSI=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "change", + "documentation": "Fonction pour effectuer un changement\n@param Changement le changement a effecteur", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+2Vg4=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+1KSI=" + }, + "name": "change", + "type": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+3A5Q=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+1KSI=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq+4CBA=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "deleteChange", + "documentation": "Fonction supprimant un changement\n@param to_delete la changement a delete", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+5fF4=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+4CBA=" + }, + "name": "to_delete", + "type": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+69nU=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+4CBA=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq+7rpw=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "showRaisonChange", + "documentation": "Fonction affichant les raison d'un changement\n@param change le changement", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+8IQI=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+7rpw=" + }, + "name": "change", + "type": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+9N8Y=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq+7rpw=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq++sys=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "findEtu", + "documentation": "Fonction affichant une fentre pour trouver un etudiant et tous ses groupes asociée", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq+/NK8=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq++sys=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq/A+PQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "getEtu", + "documentation": "(non-Javadoc)\n@see fr.iutfbleau.projetIHM2022FI2.API.Model#getEtu(java.lang.String)\nFonction pour recuperer les etudiant avec ce nom\n@param name le nom de(s) etudiants\n@return la liste", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq/BfQY=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq/A+PQ=" + }, + "name": "name", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq/CtZ8=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq/A+PQ=" + }, + "tags": [ + { + "_type": "Tag", + "_id": "AAAAAAGE8T4hHbECiNc=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq/CtZ8=" + }, + "name": "collection", + "kind": "string", + "value": "Set" + } + ], + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "multiplicity": "*", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hAq/DlXc=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "name": "showGroupOfEtudiant", + "documentation": "affiche les groupe d'un etudiant\n@param e l'etudiant", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq/ELUM=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq/DlXc=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hAq/FGEA=", + "_parent": { + "$ref": "AAAAAAGE8T4hAq/DlXc=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLInterface", + "_id": "AAAAAAGE8T4hA6/GEPg=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "MonPrint", + "documentation": "Toutes nos interfaces vont étendre cette interface.", + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hA6/HdtI=", + "_parent": { + "$ref": "AAAAAAGE8T4hA6/GEPg=" + }, + "name": "monPrint", + "documentation": "Fonctionne comme ToPrint() sauf car une interface n'a pas le droit de faire un override sur ToPrint().\nToutes nos interfaces vont étendre cette interface.", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hA6/Iv7s=", + "_parent": { + "$ref": "AAAAAAGE8T4hA6/HdtI=" + }, + "type": "String", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hA6/JPkw=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "ObservateurChangeGroupe", + "ownedElements": [ + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8T4hGLAz8k4=", + "_parent": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "source": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGbDT2Ew=", + "_parent": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDUtAw=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDT2Ew=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDV6Lo=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDT2Ew=" + }, + "name": "m", + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGbDWatI=", + "_parent": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDX+jg=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDWatI=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDYCYA=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDWatI=" + }, + "name": "g", + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8W/LvlHvlvE=", + "_parent": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "source": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8YqXIHotygY=", + "_parent": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "name": "g", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YqXIHouHhE=", + "_parent": { + "$ref": "AAAAAAGE8YqXIHotygY=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YqXIHovYz8=", + "_parent": { + "$ref": "AAAAAAGE8YqXIHotygY=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8Yro86VsXik=", + "_parent": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "name": "f", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8Yro86Vt8Oo=", + "_parent": { + "$ref": "AAAAAAGE8Yro86VsXik=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8Yro86VuYl4=", + "_parent": { + "$ref": "AAAAAAGE8Yro86VsXik=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8YtLn9mx2ow=", + "_parent": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "name": "m", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YtLn9myZ30=", + "_parent": { + "$ref": "AAAAAAGE8YtLn9mx2ow=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YtLn9mzjos=", + "_parent": { + "$ref": "AAAAAAGE8YtLn9mx2ow=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "navigable": "navigable" + }, + "visibility": "private" + } + ], + "documentation": "l'observateur pour le changement de groupe", + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hA6/KVAc=", + "_parent": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "name": "ObservateurChangeGroupe", + "documentation": "le constructeur\n@param m le model\n@param g le groupe", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hA6/L1OQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hA6/KVAc=" + }, + "name": "m", + "type": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hA6/MObo=", + "_parent": { + "$ref": "AAAAAAGE8T4hA6/KVAc=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hA6/Ng1Q=", + "_parent": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "name": "actionPerformed", + "documentation": "methode invoquée lors d'un clic sur un bouton\n@param e l'événement", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hA6/O6vk=", + "_parent": { + "$ref": "AAAAAAGE8T4hA6/Ng1Q=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hG7DzBS4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hA6/P94c=", + "_parent": { + "$ref": "AAAAAAGE8T4hA6/Ng1Q=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hB6/QCJk=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "ObservateurFenetre", + "ownedElements": [ + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8T4hGLA1JO4=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "source": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLA0ZIo=" + } + }, + { + "_type": "UMLGeneralization", + "_id": "AAAAAAGE8WFHTrclZHk=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "source": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLA0ZIo=" + } + }, + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8WFn37kkfEg=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "source": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLA0ZIo=" + } + }, + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8WG+Wb2QUTg=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "source": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLA0ZIo=" + } + } + ], + "documentation": "l'observateur pour la fermeture de la fenetre", + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hB6/RjoI=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "name": "ObservateurFenetre", + "documentation": "le constructeur", + "stereotype": "constructor" + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hB6/S5BQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "name": "windowActivated", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hB6/Tzj0=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/S5BQ=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hHbEDbkA=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hB6/UdqY=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/S5BQ=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hB6/V6RM=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "name": "windowClosed", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hB6/WegA=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/V6RM=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hHbEDbkA=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hB6/Xxi4=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/V6RM=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hB6/YVkc=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "name": "windowClosing", + "documentation": "méthode invoquée lors de la fermeture de la fenetre\n@param e l'événement", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hB6/Z2IY=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/YVkc=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hHbEDbkA=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hB6/a8pk=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/YVkc=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hB6/bO5U=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "name": "windowDeactivated", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hB6/cj2w=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/bO5U=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hHbEDbkA=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hB6/dR8I=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/bO5U=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hB6/ewm4=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "name": "windowDeiconified", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hB6/ffGk=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/ewm4=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hHbEDbkA=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hB6/goRA=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/ewm4=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hB6/hYAo=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "name": "windowIconified", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hB6/i8js=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/hYAo=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hHbEDbkA=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hB6/jHgs=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/hYAo=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hB6/kt/A=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "name": "windowOpened", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hB6/l2rE=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/kt/A=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hHbEDbkA=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hB6/myww=", + "_parent": { + "$ref": "AAAAAAGE8T4hB6/kt/A=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hEq/nYT0=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "ObservateurModifGroupe", + "ownedElements": [ + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8T4hGLA2gBA=", + "_parent": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "source": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGbDZom0=", + "_parent": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDaB3g=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDZom0=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDbInE=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDZom0=" + }, + "name": "m", + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGbDcVlc=", + "_parent": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDd1/0=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDcVlc=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDe7oo=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDcVlc=" + }, + "name": "groupe", + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "visibility": "private", + "navigable": "navigable" + } + }, + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8W/lcleVnTE=", + "_parent": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "source": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8jYYUm//GbU=", + "_parent": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "name": "groupe", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8jYYUnAAvcQ=", + "_parent": { + "$ref": "AAAAAAGE8jYYUm//GbU=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8jYYUnABn80=", + "_parent": { + "$ref": "AAAAAAGE8jYYUm//GbU=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8jZofbO+QBA=", + "_parent": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "name": "m", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8jZofbO/dno=", + "_parent": { + "$ref": "AAAAAAGE8jZofbO+QBA=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8jZofbPAplw=", + "_parent": { + "$ref": "AAAAAAGE8jZofbO+QBA=" + }, + "reference": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "navigable": "navigable" + }, + "visibility": "private" + } + ], + "documentation": "le controller pour les groupes", + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hEq/oyIw=", + "_parent": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "name": "ObservateurModifGroupe", + "documentation": "le constructeur\n@param m le model\n@param g le groupe courant", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hEq/pfUY=", + "_parent": { + "$ref": "AAAAAAGE8T4hEq/oyIw=" + }, + "name": "m", + "type": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hEq/qEAY=", + "_parent": { + "$ref": "AAAAAAGE8T4hEq/oyIw=" + }, + "name": "g", + "type": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hEq/r4uk=", + "_parent": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "name": "actionPerformed", + "documentation": "méthode invoquée lors d'un clic sur un bouton\n@param e l'événement", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hEq/sNB4=", + "_parent": { + "$ref": "AAAAAAGE8T4hEq/r4uk=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hG7DzBS4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hEq/tuPs=", + "_parent": { + "$ref": "AAAAAAGE8T4hEq/r4uk=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hFK/u+QU=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "PanelEtudiant", + "ownedElements": [ + { + "_type": "UMLGeneralization", + "_id": "AAAAAAGE8T4hGLAhKKQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "source": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + } + } + ], + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGbDfOsg=", + "_parent": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "name": "supprimer", + "visibility": "private", + "type": { + "$ref": "AAAAAAGE8T4hHbEHRNM=" + } + }, + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGbDg0As=", + "_parent": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "name": "deplacer", + "visibility": "private", + "type": { + "$ref": "AAAAAAGE8T4hHbEHRNM=" + } + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hFK/vh/Y=", + "_parent": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "name": "PanelEtudiant", + "documentation": "Constructeur du panel d'affichage d'un étudiant\n@param e l'étudiant à afficher\n@param change si l'étudiant peut être déplacé", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hFK/wsy4=", + "_parent": { + "$ref": "AAAAAAGE8T4hFK/vh/Y=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hFK/xJqU=", + "_parent": { + "$ref": "AAAAAAGE8T4hFK/vh/Y=" + }, + "name": "change", + "type": "boolean" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hFK/ybsc=", + "_parent": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "name": "addActionDeleteListener", + "documentation": "Ajoute un listener au bouton de suppression\n@param a le listener", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hFK/zwOc=", + "_parent": { + "$ref": "AAAAAAGE8T4hFK/ybsc=" + }, + "name": "a", + "type": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hFK/0Y/A=", + "_parent": { + "$ref": "AAAAAAGE8T4hFK/ybsc=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hFK/1Z08=", + "_parent": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "name": "addActionChangeListener", + "documentation": "Ajoute un listener au bouton de changement de groupe\n@param a le listener", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hFK/29R8=", + "_parent": { + "$ref": "AAAAAAGE8T4hFK/1Z08=" + }, + "name": "a", + "type": { + "$ref": "AAAAAAGE8T4hGLAk408=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hFK/3V9M=", + "_parent": { + "$ref": "AAAAAAGE8T4hFK/1Z08=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hFq/4a4U=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "SelecteurEtudiant", + "ownedElements": [ + { + "_type": "UMLInterfaceRealization", + "_id": "AAAAAAGE8T4hGLA4/N0=", + "_parent": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "source": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "target": { + "$ref": "AAAAAAGE8T4hGLA3cb8=" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8T4hGbDhXPU=", + "_parent": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDiSFo=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDhXPU=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "visibility": "package" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8T4hGbDjEfs=", + "_parent": { + "$ref": "AAAAAAGE8T4hGbDhXPU=" + }, + "name": "pere", + "reference": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "visibility": "private", + "navigable": "navigable" + } + } + ], + "documentation": "listener pour la selection des etudiants", + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGbDkJm4=", + "_parent": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "name": "index", + "visibility": "private", + "type": "int" + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hFq/5gkU=", + "_parent": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "name": "SelecteurEtudiant", + "documentation": "le constructeur\n@param index l'index de l'etudiant\n@param pere la fenetre de selection", + "stereotype": "constructor", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hFq/6wtg=", + "_parent": { + "$ref": "AAAAAAGE8T4hFq/5gkU=" + }, + "name": "index", + "type": "int" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hFq/71/I=", + "_parent": { + "$ref": "AAAAAAGE8T4hFq/5gkU=" + }, + "name": "pere", + "type": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + } + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hFq/8BZA=", + "_parent": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "name": "mouseClicked", + "documentation": "méthode invoquée lors d'un clic\n@param e l'événement", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hFq/9/eU=", + "_parent": { + "$ref": "AAAAAAGE8T4hFq/8BZA=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hHbEEgf0=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hFq/++6U=", + "_parent": { + "$ref": "AAAAAAGE8T4hFq/8BZA=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hFq//6bM=", + "_parent": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "name": "mouseEntered", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hFrAAwAk=", + "_parent": { + "$ref": "AAAAAAGE8T4hFq//6bM=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hHbEEgf0=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hFrABZww=", + "_parent": { + "$ref": "AAAAAAGE8T4hFq//6bM=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hFrACWfM=", + "_parent": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "name": "mouseExited", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hFrADr4U=", + "_parent": { + "$ref": "AAAAAAGE8T4hFrACWfM=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hHbEEgf0=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hFrAEwxQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hFrACWfM=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hFrAFmKI=", + "_parent": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "name": "mousePressed", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hFrAG0Dw=", + "_parent": { + "$ref": "AAAAAAGE8T4hFrAFmKI=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hHbEEgf0=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hFrAHKvY=", + "_parent": { + "$ref": "AAAAAAGE8T4hFrAFmKI=" + }, + "type": "void", + "direction": "return" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hFrAIlwc=", + "_parent": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "name": "mouseReleased", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hFrAJKu4=", + "_parent": { + "$ref": "AAAAAAGE8T4hFrAIlwc=" + }, + "name": "e", + "type": { + "$ref": "AAAAAAGE8T4hHbEEgf0=" + } + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hFrAK8Po=", + "_parent": { + "$ref": "AAAAAAGE8T4hFrAIlwc=" + }, + "type": "void", + "direction": "return" + } + ] + } + ] + }, + { + "_type": "UMLEnumeration", + "_id": "AAAAAAGE8T4hF7ALIcQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "TypeGroupe", + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGbDlKdE=", + "_parent": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "name": "name", + "visibility": "private", + "isLeaf": true, + "type": "String", + "isReadOnly": true + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hF7APgzw=", + "_parent": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "name": "TypeGroupe", + "stereotype": "constructor", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hF7AQeAs=", + "_parent": { + "$ref": "AAAAAAGE8T4hF7APgzw=" + }, + "name": "s", + "type": "String" + } + ] + }, + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hF7AR4bs=", + "_parent": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "name": "getType", + "isStatic": true, + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hF7ASPkI=", + "_parent": { + "$ref": "AAAAAAGE8T4hF7AR4bs=" + }, + "name": "s", + "type": "String" + }, + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hF7ATt6Q=", + "_parent": { + "$ref": "AAAAAAGE8T4hF7AR4bs=" + }, + "type": { + "$ref": "AAAAAAGE8T4hF7APgzw=" + }, + "direction": "return" + } + ] + } + ], + "literals": [ + { + "_type": "UMLEnumerationLiteral", + "_id": "AAAAAAGE8T4hF7AMkQU=", + "_parent": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "name": "ROOT" + }, + { + "_type": "UMLEnumerationLiteral", + "_id": "AAAAAAGE8T4hF7ANbQU=", + "_parent": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "name": "PARTITION" + }, + { + "_type": "UMLEnumerationLiteral", + "_id": "AAAAAAGE8T4hF7AO/6s=", + "_parent": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "name": "FREE" + } + ] + }, + { + "_type": "UMLEnumeration", + "_id": "AAAAAAGE8T4hF7AUmYg=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "User", + "attributes": [ + { + "_type": "UMLAttribute", + "_id": "AAAAAAGE8T4hGbDmS68=", + "_parent": { + "$ref": "AAAAAAGE8T4hF7AUmYg=" + }, + "name": "name", + "visibility": "private", + "isLeaf": true, + "type": "String", + "isReadOnly": true + } + ], + "operations": [ + { + "_type": "UMLOperation", + "_id": "AAAAAAGE8T4hF7AYtUc=", + "_parent": { + "$ref": "AAAAAAGE8T4hF7AUmYg=" + }, + "name": "User", + "stereotype": "constructor", + "visibility": "private", + "parameters": [ + { + "_type": "UMLParameter", + "_id": "AAAAAAGE8T4hF7AZMXM=", + "_parent": { + "$ref": "AAAAAAGE8T4hF7AYtUc=" + }, + "name": "s", + "type": "String" + } + ] + } + ], + "literals": [ + { + "_type": "UMLEnumerationLiteral", + "_id": "AAAAAAGE8T4hF7AVMsA=", + "_parent": { + "$ref": "AAAAAAGE8T4hF7AUmYg=" + }, + "name": "ROOT" + }, + { + "_type": "UMLEnumerationLiteral", + "_id": "AAAAAAGE8T4hF7AWA/g=", + "_parent": { + "$ref": "AAAAAAGE8T4hF7AUmYg=" + }, + "name": "PROF" + }, + { + "_type": "UMLEnumerationLiteral", + "_id": "AAAAAAGE8T4hF7AXmJM=", + "_parent": { + "$ref": "AAAAAAGE8T4hF7AUmYg=" + }, + "name": "ETUDIANT" + } + ] + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hGLAaQsE=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "JComponent" + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hGLAcqP8=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "JOptionPane" + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hGLAeeqg=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "JPanel" + }, + { + "_type": "UMLInterface", + "_id": "AAAAAAGE8T4hGLAk408=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "ActionListener" + }, + { + "_type": "UMLInterface", + "_id": "AAAAAAGE8T4hGLAqEKc=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "Changement" + }, + { + "_type": "UMLInterface", + "_id": "AAAAAAGE8T4hGLAt8U4=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "Etudiant" + }, + { + "_type": "UMLInterface", + "_id": "AAAAAAGE8T4hGLAvneo=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "Groupe", + "ownedElements": [ + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8YTgdPWayoU=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "name": "type", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YTgdPWbtU0=", + "_parent": { + "$ref": "AAAAAAGE8YTgdPWayoU=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YTgdPWcchc=", + "_parent": { + "$ref": "AAAAAAGE8YTgdPWayoU=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "navigable": "navigable" + }, + "visibility": "private" + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8YWK+C5g6NQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YWK+C5h/Yg=", + "_parent": { + "$ref": "AAAAAAGE8YWK+C5g6NQ=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "multiplicity": "-pointPoint" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YWK+C5iwh8=", + "_parent": { + "$ref": "AAAAAAGE8YWK+C5g6NQ=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "navigable": "navigable" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8YZxrUsvB/Q=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YZxrUswkIY=", + "_parent": { + "$ref": "AAAAAAGE8YZxrUsvB/Q=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "multiplicity": "-sousGroupes" + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YZxrUsx46Y=", + "_parent": { + "$ref": "AAAAAAGE8YZxrUsvB/Q=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "navigable": "navigable", + "multiplicity": "*" + } + }, + { + "_type": "UMLAssociation", + "_id": "AAAAAAGE8YcjF3mtk88=", + "_parent": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "name": "membresDuGroupe", + "end1": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YcjF3muYYI=", + "_parent": { + "$ref": "AAAAAAGE8YcjF3mtk88=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + } + }, + "end2": { + "_type": "UMLAssociationEnd", + "_id": "AAAAAAGE8YcjF3mvnhE=", + "_parent": { + "$ref": "AAAAAAGE8YcjF3mtk88=" + }, + "reference": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "navigable": "navigable", + "multiplicity": "*" + }, + "visibility": "private" + } + ] + }, + { + "_type": "UMLInterface", + "_id": "AAAAAAGE8T4hGLA0ZIo=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "WindowListener" + }, + { + "_type": "UMLInterface", + "_id": "AAAAAAGE8T4hGLA3cb8=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "MouseListener" + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hGbDoWgw=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "JFrame" + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hGbDrwKs=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "Connection" + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hGbDs/pI=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "AutoCloseable" + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hGbDtuSU=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "Boolean" + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hGrDy7MU=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "PreparedStatement" + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hG7DzBS4=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "ActionEvent" + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hG7D0UZs=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "Graphics" + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hHbEDbkA=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "WindowEvent" + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hHbEEgf0=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "MouseEvent" + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hHbEFbhA=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "HashMap" + }, + { + "_type": "UMLClass", + "_id": "AAAAAAGE8T4hHbEHRNM=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "JButton" + }, + { + "_type": "UMLClassDiagram", + "_id": "AAAAAAGE8T4hQbTxD2o=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "Type Hierarchy", + "ownedViews": [ + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8T4hQbTyu4g=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQbTzGJw=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTyu4g=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQbT0LM0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTzGJw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQbT10Mo=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTzGJw=" + }, + "font": "Arial;13;1", + "left": 25, + "top": 50, + "width": 178.42626953125, + "height": 13, + "text": "AbstractChangementFactory" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQbT2Lhk=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTzGJw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQbT3chM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTzGJw=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 20, + "top": 43, + "width": 188.42626953125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQbT0LM0=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQbT10Mo=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQbT2Lhk=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQbT3chM=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQbT4HhA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTyu4g=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQbT5YSs=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTyu4g=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4hzryDEO8=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbT5YSs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2H4us=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 436.8203125, + "height": 13, + "text": "+getGroupeFactory(): AbstractGroupeFactory", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4hzryGfoo=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbT5YSs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2JaFo=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 436.8203125, + "height": 13, + "text": "+getAllChangements(): Changement[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4hzryJeDY=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbT5YSs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2LlBc=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 436.8203125, + "height": 13, + "text": "+applyChangement(c: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4hzryMJCE=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbT5YSs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2OWFw=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 50, + "width": 436.8203125, + "height": 13, + "text": "+deleteChangement(c: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4hzryP6W8=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbT5YSs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2Riwg=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 65, + "width": 436.8203125, + "height": 13, + "text": "+createChangement(A: Groupe, e: Etudiant, B: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4hzrySfXs=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbT5YSs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gL62WBkA=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 80, + "width": 436.8203125, + "height": 13, + "text": "+createChangement(A: Groupe, e: Etudiant, B: Groupe, raison: String): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 446.8203125, + "height": 98 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQbT6OFg=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTyu4g=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQbT7ZLU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTyu4g=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 20, + "top": 20, + "width": 188.42626953125, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQbTzGJw=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQbT4HhA=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQbT5YSs=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQbT6OFg=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQbT7ZLU=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hQbT8zfg=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQbT97Is=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbT8zfg=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQbT+jK0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbT97Is=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQbT/Plo=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbT97Is=" + }, + "font": "Arial;13;1", + "left": 313.42626953125, + "top": 39, + "width": 241.287109375, + "height": 13, + "text": "AbstractChangementFactoryPersistant" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQbUAKnQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbT97Is=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQbUBUE4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbT97Is=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 308.42626953125, + "top": 32, + "width": 251.287109375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQbT+jK0=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQbT/Plo=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQbUAKnQ=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQbUBUE4=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQbUCRxY=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbT8zfg=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h0LyajhU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUCRxY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA8r7M=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 96.09716796875, + "height": 13, + "text": "-fenetre: JFrame", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h0Lydvus=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUCRxY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA9H48=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 96.09716796875, + "height": 13, + "text": "-brain: HashMap", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 106.09716796875, + "height": 38 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQbUDPOM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbT8zfg=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0LygRmU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUDPOM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62dO5I=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 660.51806640625, + "height": 13, + "text": "«constructor»+AbstractChangementFactoryNP(agf: AbstractGroupeFactory, fenetre: JFrame)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0LyjS8c=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUDPOM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62ga9U=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 660.51806640625, + "height": 13, + "text": "«constructor»+AbstractChangementFactoryNP(agf: AbstractGroupeFactory, fenetre: JFrame, liste: Changement[*])", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0Lymh3A=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUDPOM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62ke8A=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 660.51806640625, + "height": 13, + "text": "+getGroupeFactory(): AbstractGroupeFactory", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0Lyppg4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUDPOM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62mzr8=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 50, + "width": 660.51806640625, + "height": 13, + "text": "+getAllChangements(): Changement[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0LysxbM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUDPOM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62oIMM=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 65, + "width": 660.51806640625, + "height": 13, + "text": "+applyChangement(c: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0LyvfPY=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUDPOM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62rs3w=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 80, + "width": 660.51806640625, + "height": 13, + "text": "+deleteChangement(c: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0LyyD6I=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUDPOM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62uOOA=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 95, + "width": 660.51806640625, + "height": 13, + "text": "+createChangement(A: Groupe, e: Etudiant, B: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0Ly1c7E=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUDPOM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62zOAE=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 110, + "width": 660.51806640625, + "height": 13, + "text": "+createChangement(A: Groupe, e: Etudiant, B: Groupe, raison: String): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0Ly4FHE=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUDPOM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU625yQc=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 125, + "width": 660.51806640625, + "height": 13, + "text": "-cnx(): Connection", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0Ly7SHE=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUDPOM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU627uSg=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 140, + "width": 660.51806640625, + "height": 13, + "text": "-erreurCO(): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0Ly+HsY=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUDPOM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU629h+Y=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 155, + "width": 660.51806640625, + "height": 13, + "text": "-erreurSQL(): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0LzBOA8=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUDPOM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62/J9Y=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 170, + "width": 660.51806640625, + "height": 13, + "text": "-close(clos: AutoCloseable): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0bzEsLA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUDPOM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU63CU9g=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 185, + "width": 660.51806640625, + "height": 13, + "text": "-getChange(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0bzHTqA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUDPOM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU63ETo8=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 200, + "width": 660.51806640625, + "height": 13, + "text": "-getGroupe(idA: int, idB: int, retour: Groupe[*], tofind: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0bzKQUg=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUDPOM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU63KLy4=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 215, + "width": 660.51806640625, + "height": 13, + "text": "-refresh(): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 670.51806640625, + "height": 233 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQbUEz7M=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbT8zfg=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQbUFqGM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbT8zfg=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 308.42626953125, + "top": 32, + "width": 251.287109375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQbT97Is=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQbUCRxY=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQbUDPOM=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQbUEz7M=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQbUFqGM=" + } + }, + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8T4hQbUGbgs=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQbUHor0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUGbgs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQbUIqPA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUHor0=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQbUJ5pg=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUHor0=" + }, + "font": "Arial;13;1", + "left": 41.253173828125, + "top": 109, + "width": 145.919921875, + "height": 13, + "text": "AbstractGroupeFactory" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQbUKcP0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUHor0=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQbULT1Y=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUHor0=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 36.253173828125, + "top": 102, + "width": 155.919921875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQbUIqPA=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQbUJ5pg=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQbUKcP0=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQbULT1Y=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQbUMCww=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUGbgs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQbUNrGs=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUGbgs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0bzS8mQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUNrGs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3NggQ=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 386.2041015625, + "height": 13, + "text": "+getPromotion(): Groupe", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0bzVpzo=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUNrGs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3PSCo=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 386.2041015625, + "height": 13, + "text": "+knows(g: Groupe): Boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0bzYCq8=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUNrGs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3SuB0=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 386.2041015625, + "height": 13, + "text": "+deleteGroupe(g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0bzbDMk=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUNrGs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3VFGw=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 50, + "width": 386.2041015625, + "height": 13, + "text": "+createGroupe(pere: Groupe, name: String, min: int, max: int): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0rzeALA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUNrGs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3bCpo=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 65, + "width": 386.2041015625, + "height": 13, + "text": "+createPartition(pere: Groupe, name: String, n: int): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0rzhluA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUNrGs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3g6VU=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 80, + "width": 386.2041015625, + "height": 13, + "text": "+addToGroupe(g: Groupe, e: Etudiant): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0rzktBs=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUNrGs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3kaVE=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 95, + "width": 386.2041015625, + "height": 13, + "text": "+dropFromGroupe(g: Groupe, e: Etudiant): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0rznWtQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUNrGs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3o6N0=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 110, + "width": 386.2041015625, + "height": 13, + "text": "+getEtudiants(nomEtu: String): Etudiant[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0rzqWsc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUNrGs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYq3r0Os=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 125, + "width": 386.2041015625, + "height": 13, + "text": "+getGroupesOfEtudiant(etu: Etudiant): Groupe[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0rztrFw=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUNrGs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYq3uOyM=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 140, + "width": 386.2041015625, + "height": 13, + "text": "+changeNameGroupe(g: Groupe, name: String): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0rzw+5k=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUNrGs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYq3yWMo=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 155, + "width": 386.2041015625, + "height": 13, + "text": "+refreshALL(g: Groupe): Groupe", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 396.2041015625, + "height": 173 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQbUOVPw=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUGbgs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQbUPPWk=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUGbgs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 36.253173828125, + "top": 79, + "width": 155.919921875, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQbUHor0=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQbUMCww=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQbUNrGs=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQbUOVPw=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQbUPPWk=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hQbUQVcI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQbURX2U=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUQVcI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQbUSDlA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbURX2U=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQbUTToE=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbURX2U=" + }, + "font": "Arial;13;1", + "left": 329.679443359375, + "top": 98, + "width": 163.97900390625, + "height": 13, + "text": "AbstractGroupeFactoryNP" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQbUUOZc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbURX2U=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQbUVe8k=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbURX2U=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 324.679443359375, + "top": 91, + "width": 173.97900390625, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQbUSDlA=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQbUTToE=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQbUUOZc=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQbUVe8k=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQbUWppc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUQVcI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h0rz41sQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUWppc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLBBiHI=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 96.09716796875, + "height": 13, + "text": "-fenetre: JFrame", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h0rz7yhY=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUWppc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLBCThQ=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 96.09716796875, + "height": 13, + "text": "-brain: HashMap", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 106.09716796875, + "height": 38 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQbUX+CQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUQVcI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h07z+B1E=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma32scs=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 521.99951171875, + "height": 13, + "text": "«constructor»+AbstractGroupeFactoryNP(fenetre: JFrame)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h070Bsbk=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma34FEA=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 521.99951171875, + "height": 13, + "text": "«constructor»+AbstractGroupeFactoryNP(name: String, min: int, max: int, fenetre: JFrame)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h070Eqrs=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma39fnM=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 521.99951171875, + "height": 13, + "text": "+knows(g: Groupe): Boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h070H+I8=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4AaQc=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 50, + "width": 521.99951171875, + "height": 13, + "text": "+changeNameGroupe(g: Groupe, name: String): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h070KYH4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4E0FI=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 65, + "width": 521.99951171875, + "height": 13, + "text": "+getPromotion(): Groupe", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h070NVGE=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4G80g=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 80, + "width": 521.99951171875, + "height": 13, + "text": "+deleteGroupe(g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h070Qzgo=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4JwlY=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 95, + "width": 521.99951171875, + "height": 13, + "text": "+createGroupe(pere: Groupe, name: String, min: int, max: int): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h070TgIE=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4PmUA=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 110, + "width": 521.99951171875, + "height": 13, + "text": "+createPartition(pere: Groupe, name: String, n: int): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h070WjiQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4UAdA=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 125, + "width": 521.99951171875, + "height": 13, + "text": "+addToGroupe(g: Groupe, e: Etudiant): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h070ZHtI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4Y7l0=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 140, + "width": 521.99951171875, + "height": 13, + "text": "+dropFromGroupe(g: Groupe, e: Etudiant): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h070c1is=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4ciCc=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 155, + "width": 521.99951171875, + "height": 13, + "text": "+getEtudiants(nomEtu: String): Etudiant[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h070f3XQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4f1OE=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 170, + "width": 521.99951171875, + "height": 13, + "text": "+getGroupesOfEtudiant(etu: Etudiant): Groupe[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h070ibQY=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4iyi8=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 185, + "width": 521.99951171875, + "height": 13, + "text": "-cnx(): Connection", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h070lRmU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4kXLM=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 200, + "width": 521.99951171875, + "height": 13, + "text": "-erreurCO(): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h070oYWQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4mXKA=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 215, + "width": 521.99951171875, + "height": 13, + "text": "-erreurSQL(): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h070ri7k=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4oVag=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 230, + "width": 521.99951171875, + "height": 13, + "text": "-deleteEtu(et: Etudiant, g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h070uGSU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4s/hs=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 245, + "width": 521.99951171875, + "height": 13, + "text": "-deleteEtu(pst: PreparedStatement, cnx: Connection, id: int): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h070xRF8=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4xyA4=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 260, + "width": 521.99951171875, + "height": 13, + "text": "-close(clos: AutoCloseable): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h07006XU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma407UA=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 275, + "width": 521.99951171875, + "height": 13, + "text": "-saveEtu(etudiant: Etudiant, g: Groupe): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0703G/M=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma44eZQ=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 290, + "width": 521.99951171875, + "height": 13, + "text": "-saveGroupe(g: Groupe): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h0706xN4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma47mcU=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 305, + "width": 521.99951171875, + "height": 13, + "text": "-suprGroupe(g: Groupe): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1L09I38=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4+ahk=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 320, + "width": 521.99951171875, + "height": 13, + "text": "-init(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1L1A34k=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma5Aklc=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 335, + "width": 521.99951171875, + "height": 13, + "text": "-addSousGroupe(g: Groupe, cnx: Connection): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1L1D0Ic=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gmq5EKbU=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 350, + "width": 521.99951171875, + "height": 13, + "text": "-addBDEtudiant(g: Groupe, cnx: Connection): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1L1G/JA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gmq5IhR8=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 365, + "width": 521.99951171875, + "height": 13, + "text": "-refreshGroupe(g: Groupe, cnx: Connection): Groupe", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1L1JwJY=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gmq5MI6g=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 380, + "width": 521.99951171875, + "height": 13, + "text": "+refreshALL(g: Groupe): Groupe", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1L1M6yI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gmq5PE04=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 395, + "width": 521.99951171875, + "height": 13, + "text": "-addSousGroupePasRecursif(g: Groupe, cnx: Connection): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 531.99951171875, + "height": 413 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQbUYVHw=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUQVcI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQbUZLYw=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbUQVcI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 324.679443359375, + "top": 91, + "width": 173.97900390625, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQbURX2U=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQbUWppc=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQbUX+CQ=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQbUYVHw=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQbUZLYw=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hQrUafUc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQrUbAeY=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUafUc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrUcwgk=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUbAeY=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrUdvaM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUbAeY=" + }, + "font": "Arial;13;1", + "left": 352.08349609375, + "top": 639, + "width": 119.1708984375, + "height": 13, + "text": "ActionChangement" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrUejwM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUbAeY=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrUfzfs=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUbAeY=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 347.08349609375, + "top": 632, + "width": 129.1708984375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQrUcwgk=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQrUdvaM=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQrUejwM=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQrUfzfs=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQrUgDnk=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUafUc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQrUhvw4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUafUc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1b1UItU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUhvw4=" + }, + "model": { + "$ref": "AAAAAAGE8T4gna5U49c=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 390.57763671875, + "height": 13, + "text": "«constructor»+ActionChangement(m: Model, change: Changement)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1b1XQzY=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUhvw4=" + }, + "model": { + "$ref": "AAAAAAGE8T4gna5XcYs=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 390.57763671875, + "height": 13, + "text": "+actionPerformed(e: ActionEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 400.57763671875, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQrUiAJc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUafUc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQrUjj6Q=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUafUc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 347.08349609375, + "top": 632, + "width": 129.1708984375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQrUbAeY=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQrUgDnk=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQrUhvw4=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQrUiAJc=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQrUjj6Q=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hQrUkU0w=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQrUlzP0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUkU0w=" + }, + "model": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrUmxjU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUlzP0=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrUnmVM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUlzP0=" + }, + "font": "Arial;13;1", + "left": 356.05712890625, + "top": 674, + "width": 111.2236328125, + "height": 13, + "text": "ActionListChange" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrUomww=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUlzP0=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrUpDes=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUlzP0=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 351.05712890625, + "top": 667, + "width": 121.2236328125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQrUmxjU=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQrUnmVM=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQrUomww=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQrUpDes=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQrUqtu4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUkU0w=" + }, + "model": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQrUrQLM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUkU0w=" + }, + "model": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1b1fqgY=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUrQLM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gn65bNMY=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 250.37060546875, + "height": 13, + "text": "«constructor»+ActionListChange(m: Model)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1b1iUQA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUrQLM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gn65dYKA=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 250.37060546875, + "height": 13, + "text": "+actionPerformed(e: ActionEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 260.37060546875, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQrUsZjI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUkU0w=" + }, + "model": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQrUtv8s=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUkU0w=" + }, + "model": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 351.05712890625, + "top": 667, + "width": 121.2236328125, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQrUlzP0=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQrUqtu4=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQrUrQLM=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQrUsZjI=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQrUtv8s=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hQrUuSxE=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQrUvhLE=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUuSxE=" + }, + "model": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrUwygA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUvhLE=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrUxMIk=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUvhLE=" + }, + "font": "Arial;13;1", + "left": 331.856689453125, + "top": 709, + "width": 159.62451171875, + "height": 13, + "text": "ActionListenerChangeEtu" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrUyigc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUvhLE=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrUzUsM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUvhLE=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 326.856689453125, + "top": 702, + "width": 169.62451171875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQrUwygA=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQrUxMIk=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQrUyigc=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQrUzUsM=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQrU0/7U=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUuSxE=" + }, + "model": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h1b1qJGo=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrU0/7U=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLBVdaI=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 196.04736328125, + "height": 13, + "text": "-bout: JButton[*] {collection=\"Set\"}", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 206.04736328125, + "height": 23 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQrU13j0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUuSxE=" + }, + "model": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1b1t2MU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrU13j0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gpq5hzn0=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 365.2822265625, + "height": 13, + "text": "«constructor»+ActionListenerChangeEtu(m: Model, e: Etudiant)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1b1wPEk=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrU13j0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gp65kMU8=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 365.2822265625, + "height": 13, + "text": "+actionPerformed(e: ActionEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1b1zZXM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrU13j0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gp65nJ1A=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 365.2822265625, + "height": 13, + "text": "+setGroupeB(b: Groupe): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 375.2822265625, + "height": 53 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQrU2CV0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUuSxE=" + }, + "model": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQrU3y+I=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrUuSxE=" + }, + "model": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 326.856689453125, + "top": 702, + "width": 169.62451171875, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQrUvhLE=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQrU0/7U=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQrU13j0=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQrU2CV0=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQrU3y+I=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hQrU4y2I=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQrU52xo=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrU4y2I=" + }, + "model": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrU6oBo=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrU52xo=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrU7P1I=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrU52xo=" + }, + "font": "Arial;13;1", + "left": 328.24169921875, + "top": 744, + "width": 166.8544921875, + "height": 13, + "text": "ActionListenerNouveauEtu" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrU8FFQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrU52xo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrU9sa0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrU52xo=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 323.24169921875, + "top": 737, + "width": 176.8544921875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQrU6oBo=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQrU7P1I=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQrU8FFQ=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQrU9sa0=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQrU+x1M=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrU4y2I=" + }, + "model": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQrU/kJ0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrU4y2I=" + }, + "model": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1r17jrc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrU/kJ0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gra5rn7I=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 399.978515625, + "height": 13, + "text": "«constructor»+ActionListenerNouveauEtu(pere: FenetreSelectionEtu)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1r1+gMY=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrU/kJ0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gra5twh4=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 399.978515625, + "height": 13, + "text": "+actionPerformed(e: ActionEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 409.978515625, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQrVAMzQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrU4y2I=" + }, + "model": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQrVBW74=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrU4y2I=" + }, + "model": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 323.24169921875, + "top": 737, + "width": 176.8544921875, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQrU52xo=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQrU+x1M=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQrU/kJ0=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQrVAMzQ=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQrVBW74=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hQrVCeZM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQrVDiw8=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVCeZM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrVEeF8=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVDiw8=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrVFJDo=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVDiw8=" + }, + "font": "Arial;13;1", + "left": 340.88623046875, + "top": 779, + "width": 141.5654296875, + "height": 13, + "text": "ActionListenerSuprEtu" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrVG3q8=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVDiw8=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrVHxuQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVDiw8=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 335.88623046875, + "top": 772, + "width": 151.5654296875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQrVEeF8=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQrVFJDo=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQrVG3q8=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQrVHxuQ=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQrVInlA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVCeZM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQrVJKtc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVCeZM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1r2GGgU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVJKtc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gsK5xZDc=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 347.2041015625, + "height": 13, + "text": "«constructor»+ActionListenerSuprEtu(m: Model, e: Etudiant)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1r2JVj4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVJKtc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gsK50aKk=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 347.2041015625, + "height": 13, + "text": "+actionPerformed(e: ActionEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 357.2041015625, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQrVK9AI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVCeZM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQrVLjbo=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVCeZM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 335.88623046875, + "top": 772, + "width": 151.5654296875, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQrVDiw8=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQrVInlA=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQrVJKtc=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQrVK9AI=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQrVLjbo=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hQrVMFJM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQrVNbMU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVMFJM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrVOec4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVNbMU=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrVPac4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVNbMU=" + }, + "font": "Arial;13;1", + "left": 363.2744140625, + "top": 954, + "width": 96.7890625, + "height": 13, + "text": "ChangementNP" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrVQ1g4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVNbMU=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrVRycA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVNbMU=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 358.2744140625, + "top": 947, + "width": 106.7890625, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQrVOec4=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQrVPac4=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQrVQ1g4=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQrVRycA=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQrVS0Vc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVMFJM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h1r2RDN8=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVS0Vc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLBiWlE=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 82.74169921875, + "height": 13, + "underline": true, + "text": "-nextId: int = 0", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h1r2Uuqs=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVS0Vc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLBjKcE=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 82.74169921875, + "height": 13, + "text": "-id: int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h1r2XbrU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVS0Vc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLBtOrg=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 82.74169921875, + "height": 13, + "text": "-raison: String", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 92.74169921875, + "height": 53 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQrVTjv0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVMFJM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1r2amls=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVTjv0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq54hvs=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 501.85205078125, + "height": 13, + "text": "«constructor»+ChangementNP(a: Groupe, e: Etudiant, b: Groupe)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1r2d9Tc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVTjv0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq58v48=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 501.85205078125, + "height": 13, + "text": "«constructor»+ChangementNP(a: Groupe, e: Etudiant, b: Groupe, raison: String)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1r2gDYA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVTjv0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq6B+jQ=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 501.85205078125, + "height": 13, + "text": "«constructor»+ChangementNP(a: Groupe, e: Etudiant, b: Groupe, id: int)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1r2jcmk=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVTjv0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq6GCIo=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 50, + "width": 501.85205078125, + "height": 13, + "text": "«constructor»+ChangementNP(a: Groupe, e: Etudiant, b: Groupe, id: int, raison: String)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1r2mvwE=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVTjv0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq6Mjjs=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 65, + "width": 501.85205078125, + "height": 13, + "text": "+getId(): int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1r2pK0c=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVTjv0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq6OgBE=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 80, + "width": 501.85205078125, + "height": 13, + "text": "+getA(): Groupe", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1r2slnE=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVTjv0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq6Q6rc=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 95, + "width": 501.85205078125, + "height": 13, + "text": "+getB(): Groupe", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1r2vOac=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVTjv0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq6SgHc=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 110, + "width": 501.85205078125, + "height": 13, + "text": "+getEtu(): Etudiant", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1r2yCmw=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVTjv0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq6UzAs=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 125, + "width": 501.85205078125, + "height": 13, + "text": "+getRaison(): String", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 511.85205078125, + "height": 143 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQrVUJe0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVMFJM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQrVVb+I=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVMFJM=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 358.2744140625, + "top": 947, + "width": 106.7890625, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQrVNbMU=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQrVS0Vc=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQrVTjv0=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQrVUJe0=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQrVVb+I=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hQrVWV6w=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQrVXkuk=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVWV6w=" + }, + "model": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrVYDAg=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVXkuk=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrVZ4xg=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVXkuk=" + }, + "font": "Arial;13;1", + "left": 373.744873046875, + "top": 464, + "width": 75.84814453125, + "height": 13, + "text": "Chargement" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrVaio0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVXkuk=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrVbWKA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVXkuk=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 368.744873046875, + "top": 457, + "width": 85.84814453125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQrVYDAg=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQrVZ4xg=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQrVaio0=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQrVbWKA=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQrVcyz0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVWV6w=" + }, + "model": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h1726YB8=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVcyz0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLBuWXM=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 96.08447265625, + "height": 13, + "text": "-fenetre: JFrame", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 106.08447265625, + "height": 23 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQrVd1RI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVWV6w=" + }, + "model": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h1729ePE=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVd1RI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gva6XFys=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 247.1396484375, + "height": 13, + "text": "«constructor»+Chargement(n: JFrame)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h173A05o=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVd1RI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gva6ZqhU=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 247.1396484375, + "height": 13, + "text": "+dispose(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h173D/HQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVd1RI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gva6bqgM=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 247.1396484375, + "height": 13, + "text": "#paintComponent(pinceau: Graphics): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 257.1396484375, + "height": 53 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQrVeP0k=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVWV6w=" + }, + "model": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQrVff0w=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVWV6w=" + }, + "model": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 368.744873046875, + "top": 457, + "width": 85.84814453125, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQrVXkuk=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQrVcyz0=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQrVd1RI=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQrVeP0k=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQrVff0w=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hQrVgUCo=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4gxq6e8Ls=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQrVh9qI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVgUCo=" + }, + "model": { + "$ref": "AAAAAAGE8T4gxq6e8Ls=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrViQes=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVh9qI=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrVj5ws=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVh9qI=" + }, + "font": "Arial;13;1", + "left": 378.086669921875, + "top": 499, + "width": 67.16455078125, + "height": 13, + "text": "Connexion" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrVkLwA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVh9qI=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQrVlREg=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVh9qI=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 373.086669921875, + "top": 492, + "width": 77.16455078125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQrViQes=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQrVj5ws=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQrVkLwA=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQrVlREg=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQrVmy30=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVgUCo=" + }, + "model": { + "$ref": "AAAAAAGE8T4gxq6e8Ls=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQrVn1lc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVgUCo=" + }, + "model": { + "$ref": "AAAAAAGE8T4gxq6e8Ls=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h173L8vM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVn1lc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gxq6faX0=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 227.53173828125, + "height": 13, + "underline": true, + "text": "+seConnecter(): User", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h173Oda8=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVn1lc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gxq6hmjo=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 227.53173828125, + "height": 13, + "underline": true, + "text": "-retry(first: User, fenetre: JFrame): User", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h173RrkY=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVn1lc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gx66lEJM=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 227.53173828125, + "height": 13, + "underline": true, + "text": "+Persistant(): int", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 237.53173828125, + "height": 53 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQrVo4fc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVgUCo=" + }, + "model": { + "$ref": "AAAAAAGE8T4gxq6e8Ls=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQ7VpjTM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQrVgUCo=" + }, + "model": { + "$ref": "AAAAAAGE8T4gxq6e8Ls=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 373.086669921875, + "top": 492, + "width": 77.16455078125, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQrVh9qI=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQrVmy30=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQrVn1lc=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQrVo4fc=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQ7VpjTM=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hQ7VqlzU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQ7Vr6MI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7VqlzU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7Vsoxo=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7Vr6MI=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7Vt3K4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7Vr6MI=" + }, + "font": "Arial;13;1", + "left": 313.442138671875, + "top": 814, + "width": 196.45361328125, + "height": 13, + "text": "ControllerGroupeBChangement" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7Vu2UI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7Vr6MI=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7Vv78Q=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7Vr6MI=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 308.442138671875, + "top": 807, + "width": 206.45361328125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQ7Vsoxo=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQ7Vt3K4=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQ7Vu2UI=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQ7Vv78Q=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQ7VwQXM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7VqlzU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQ7VxR5M=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7VqlzU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h173Z8N4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7VxR5M=" + }, + "model": { + "$ref": "AAAAAAGE8T4gx66oM1s=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 566.17919921875, + "height": 13, + "text": "«constructor»+ControllerGroupeBChangement(b: Groupe, observateur: ActionListenerChangeEtu)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h173cb4Y=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7VxR5M=" + }, + "model": { + "$ref": "AAAAAAGE8T4gx66rGck=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 566.17919921875, + "height": 13, + "text": "+actionPerformed(e: ActionEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 576.17919921875, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQ7VypaU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7VqlzU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQ7VzsMw=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7VqlzU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 308.442138671875, + "top": 807, + "width": 206.45361328125, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQ7Vr6MI=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQ7VwQXM=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQ7VxR5M=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQ7VypaU=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQ7VzsMw=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hQ7V0DRU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQ7V1mq8=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V0DRU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7V285Y=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V1mq8=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7V3km0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V1mq8=" + }, + "font": "Arial;13;1", + "left": 376.642578125, + "top": 1013, + "width": 70.052734375, + "height": 13, + "text": "EtudiantNP" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7V49pM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V1mq8=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7V54aQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V1mq8=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 371.642578125, + "top": 1006, + "width": 80.052734375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQ7V285Y=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQ7V3km0=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQ7V49pM=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQ7V54aQ=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQ7V6v88=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V0DRU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h2L3kwy0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V6v88=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLB1EJQ=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 89.5908203125, + "height": 13, + "underline": true, + "text": "-nextId: int = 0", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h2L3npTQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V6v88=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLB2gpQ=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 89.5908203125, + "height": 13, + "text": "-id: int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h2L3qvkM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V6v88=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLB3rOs=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 89.5908203125, + "height": 13, + "text": "-nom: String", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h2L3tZfc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V6v88=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLB40mU=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 50, + "width": 89.5908203125, + "height": 13, + "text": "-prenom: String", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 99.5908203125, + "height": 68 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQ7V76kc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V0DRU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2L3wzjk=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V76kc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gy66v13Q=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 358.02685546875, + "height": 13, + "text": "«constructor»+EtudiantNP(nom: String, prenom: String)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2L3zlnk=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V76kc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gzK6ytqE=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 358.02685546875, + "height": 13, + "text": "«constructor»+EtudiantNP(nom: String, prenom: String, id: int)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2L32pFo=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V76kc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gzK620qY=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 358.02685546875, + "height": 13, + "text": "+getId(): int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2L3572U=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V76kc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gzK640/Y=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 50, + "width": 358.02685546875, + "height": 13, + "text": "+getNom(): String", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2L38eM4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V76kc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gzK668eo=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 65, + "width": 358.02685546875, + "height": 13, + "text": "+getPrenom(): String", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 368.02685546875, + "height": 83 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQ7V8e8M=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V0DRU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQ7V9PaA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V0DRU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 371.642578125, + "top": 1006, + "width": 80.052734375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQ7V1mq8=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQ7V6v88=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQ7V76kc=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQ7V8e8M=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQ7V9PaA=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hQ7V+FPg=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQ7V/lkM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V+FPg=" + }, + "model": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WAVEw=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V/lkM=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WBp9A=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V/lkM=" + }, + "font": "Arial;13;1", + "left": 348.823974609375, + "top": 534, + "width": 125.68994140625, + "height": 13, + "text": "FenetreChangement" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WCaiA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V/lkM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WD4Bo=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V/lkM=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 343.823974609375, + "top": 527, + "width": 135.68994140625, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQ7WAVEw=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQ7WBp9A=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQ7WCaiA=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQ7WD4Bo=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQ7WELRQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V+FPg=" + }, + "model": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQ7WFB70=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V+FPg=" + }, + "model": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2L4Eea0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WFB70=" + }, + "model": { + "$ref": "AAAAAAGE8T4g0q694Fs=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 462.54736328125, + "height": 13, + "text": "«constructor»+FenetreChangement(list: AbstractChangementFactory, m: Model)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2L4HWVY=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WFB70=" + }, + "model": { + "$ref": "AAAAAAGE8T4g0q7A7rQ=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 462.54736328125, + "height": 13, + "text": "+draw(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2L4KRRY=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WFB70=" + }, + "model": { + "$ref": "AAAAAAGE8T4g0q7CRQw=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 462.54736328125, + "height": 13, + "text": "+refresh(): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 472.54736328125, + "height": 53 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQ7WGs40=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V+FPg=" + }, + "model": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQ7WHzr8=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7V+FPg=" + }, + "model": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 343.823974609375, + "top": 527, + "width": 135.68994140625, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQ7V/lkM=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQ7WELRQ=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQ7WFB70=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQ7WGs40=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQ7WHzr8=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hQ7WI/90=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQ7WJ2UA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WI/90=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WKI+0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WJ2UA=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WLqr8=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WJ2UA=" + }, + "font": "Arial;13;1", + "left": 64.736328125, + "top": 145, + "width": 98.95361328125, + "height": 13, + "text": "FenetreEtudiant" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WM38Y=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WJ2UA=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WNAt4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WJ2UA=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 59.736328125, + "top": 138, + "width": 108.95361328125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQ7WKI+0=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQ7WLqr8=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQ7WM38Y=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQ7WNAt4=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQ7WO/bs=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WI/90=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQ7WP5oc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WI/90=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2L4SZqU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WP5oc=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1a7Fy9o=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 306.01416015625, + "height": 13, + "text": "«constructor»+FenetreEtudiant(g: Groupe, m: Model)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2L4Vwu4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WP5oc=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1q7I6T0=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 306.01416015625, + "height": 13, + "text": "-draw(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2L4YjRU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WP5oc=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1q7K1KQ=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 306.01416015625, + "height": 13, + "text": "+refresh(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2L4bRw0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WP5oc=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1q7MHME=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 50, + "width": 306.01416015625, + "height": 13, + "text": "+getPan(): JPanel", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2L4e5ak=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WP5oc=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1q7OMbU=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 65, + "width": 306.01416015625, + "height": 13, + "text": "+listChange(): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 316.01416015625, + "height": 83 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQ7WQeI8=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WI/90=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQ7WRvj0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WI/90=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 59.736328125, + "top": 138, + "width": 108.95361328125, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQ7WJ2UA=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQ7WO/bs=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQ7WP5oc=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQ7WQeI8=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQ7WRvj0=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hQ7WSX24=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQ7WTnnI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WSX24=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WUjus=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WTnnI=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WVDHM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WTnnI=" + }, + "font": "Arial;13;1", + "left": 67.621337890625, + "top": 180, + "width": 93.18359375, + "height": 13, + "text": "FenetreGroupe" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WWm6U=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WTnnI=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WXRr4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WTnnI=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 62.621337890625, + "top": 173, + "width": 103.18359375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQ7WUjus=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQ7WVDHM=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQ7WWm6U=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQ7WXRr4=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQ7WY6y4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WSX24=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQ7WZ+CI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WSX24=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2b4mjQc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WZ+CI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7R3qI=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 301.67236328125, + "height": 13, + "text": "«constructor»+FenetreGroupe(g: Groupe, m: Model)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2b4pQQs=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WZ+CI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7Urv8=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 301.67236328125, + "height": 13, + "text": "+getG(): Groupe", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2b4sXAg=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WZ+CI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7Wcx0=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 301.67236328125, + "height": 13, + "text": "+refresh(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2b4vDIg=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WZ+CI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7Yvcw=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 50, + "width": 301.67236328125, + "height": 13, + "text": "-draw(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2b4y/Uk=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WZ+CI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7a6Gg=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 65, + "width": 301.67236328125, + "height": 13, + "text": "+setG(g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2b41Ybg=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WZ+CI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7d108=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 80, + "width": 301.67236328125, + "height": 13, + "text": "+getPan(): JPanel", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 311.67236328125, + "height": 98 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQ7Was8A=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WSX24=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQ7WbHJQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WSX24=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 62.621337890625, + "top": 173, + "width": 103.18359375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQ7WTnnI=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQ7WY6y4=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQ7WZ+CI=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQ7Was8A=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQ7WbHJQ=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hQ7WcNbw=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQ7WdDPw=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WcNbw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WeQ3g=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WdDPw=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WfKPk=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WdDPw=" + }, + "font": "Arial;13;1", + "left": 348.82080078125, + "top": 569, + "width": 125.6962890625, + "height": 13, + "text": "FenetreSelectionEtu" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WgMGw=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WdDPw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WhLdk=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WdDPw=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 343.82080078125, + "top": 562, + "width": 135.6962890625, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQ7WeQ3g=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQ7WfKPk=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQ7WgMGw=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQ7WhLdk=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQ7Wig24=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WcNbw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQ7WjUsQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WcNbw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2b493Cs=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WjUsQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7g/yA=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 591.4873046875, + "height": 13, + "text": "«constructor»+FenetreSelectionEtu(g: Groupe, liste: Etudiant[*], supression: boolean, etu0: Etudiant[*])", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2b5AV+M=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WjUsQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7ldOA=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 591.4873046875, + "height": 13, + "text": "+addList(index: int): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2b5DyYc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WjUsQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7oa5w=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 591.4873046875, + "height": 13, + "text": "+removeList(index: int): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2b5GQvs=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WjUsQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7rmnk=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 50, + "width": 591.4873046875, + "height": 13, + "text": "+addEtudiant(nom: String, prenom: String): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2b5JHCo=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WjUsQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7vPl4=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 65, + "width": 591.4873046875, + "height": 13, + "text": "-draw(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2b5MIrc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WjUsQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7x9pI=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 80, + "width": 591.4873046875, + "height": 13, + "text": "+addAll(): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 601.4873046875, + "height": 98 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQ7WkygQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WcNbw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQ7WlzjI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WcNbw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 343.82080078125, + "top": 562, + "width": 135.6962890625, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQ7WdDPw=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQ7Wig24=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQ7WjUsQ=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQ7WkygQ=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQ7WlzjI=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hQ7WmdN0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQ7WnrUE=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WmdN0=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WoMsw=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WnrUE=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WpMsI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WnrUE=" + }, + "font": "Arial;13;1", + "left": 66.17724609375, + "top": 215, + "width": 96.07177734375, + "height": 13, + "text": "FindBarFenetre" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7Wqzi8=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WnrUE=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WrJ2I=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WnrUE=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 61.17724609375, + "top": 208, + "width": 106.07177734375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQ7WoMsw=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQ7WpMsI=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQ7Wqzi8=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hQ7WrJ2I=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hQ7WsYPg=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WmdN0=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hQ7WtGGI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WmdN0=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2r5UBlA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WtGGI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K70p4E=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 238.79248046875, + "height": 13, + "text": "«constructor»+FindBarFenetre(m: Model)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2r5XLa0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WtGGI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K72uk8=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 238.79248046875, + "height": 13, + "text": "-draw(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2r5arUo=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WtGGI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K74Dwk=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 238.79248046875, + "height": 13, + "text": "+getPanel(): JPanel", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2r5dF4M=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WtGGI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K76YlI=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 50, + "width": 238.79248046875, + "height": 13, + "text": "+search(name: String): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2r5gWBU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WtGGI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K79wm8=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 65, + "width": 238.79248046875, + "height": 13, + "text": "+showGroupe(toshow: Etudiant): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 248.79248046875, + "height": 83 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hQ7WuuKs=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WmdN0=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hQ7WvOUc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WmdN0=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 61.17724609375, + "top": 208, + "width": 106.07177734375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQ7WnrUE=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hQ7WsYPg=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hQ7WtGGI=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hQ7WuuKs=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hQ7WvOUc=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hQ7WwvHQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hQ7WxqTI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WwvHQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7Wym0c=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WxqTI=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7WzKQY=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WxqTI=" + }, + "font": "Arial;13;1", + "left": 379.527587890625, + "top": 1072, + "width": 64.28271484375, + "height": 13, + "text": "GroupeNP" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hQ7W0heA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WxqTI=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLW1aEQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WxqTI=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 374.527587890625, + "top": 1065, + "width": 74.28271484375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hQ7Wym0c=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hQ7WzKQY=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hQ7W0heA=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRLW1aEQ=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRLW2lc4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WwvHQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h2r5odGw=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW2lc4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbCnqTI=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 82.74169921875, + "height": 13, + "underline": true, + "text": "-nextId: int = 0", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h2r5rhNA=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW2lc4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbCoTLY=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 82.74169921875, + "height": 13, + "text": "-id: int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h2r5u1yM=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW2lc4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbCp9YI=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 82.74169921875, + "height": 13, + "text": "-name: String", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h2r5xUb4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW2lc4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbCqmDo=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 50, + "width": 82.74169921875, + "height": 13, + "text": "-min: int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h2r50uGU=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW2lc4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbCrzYk=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 65, + "width": 82.74169921875, + "height": 13, + "text": "-max: int", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 92.74169921875, + "height": 83 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRLW3hq4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WwvHQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2r5381M=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8Bbdo=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 564.68115234375, + "height": 13, + "text": "«constructor»+GroupeNP(name: String, min: int, max: int)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2r56ktg=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8FVvw=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 564.68115234375, + "height": 13, + "text": "«constructor»+GroupeNP(id: int, name: String, min: int, max: int, type: TypeGroupe, pere: Groupe)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2r596DY=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8MzJ8=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 564.68115234375, + "height": 13, + "text": "«constructor»+GroupeNP(pere: Groupe, name: String, min: int, max: int)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2r6Az6w=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8RNiM=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 50, + "width": 564.68115234375, + "height": 13, + "text": "«constructor»+GroupeNP(pere: Groupe)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2r6Dh3c=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8T5VQ=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 65, + "width": 564.68115234375, + "height": 13, + "text": "+addEtudiant(e: Etudiant): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2r6Gmbk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8WYDY=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 80, + "width": 564.68115234375, + "height": 13, + "text": "+removeEtudiant(e: Etudiant): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2r6JMi4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8Z8sU=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 95, + "width": 564.68115234375, + "height": 13, + "text": "+addSousGroupe(g: Groupe): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2r6M0ko=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8cd2s=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 110, + "width": 564.68115234375, + "height": 13, + "text": "+removeSousGroupe(g: Groupe): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2r6P4tE=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8fWKc=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 125, + "width": 564.68115234375, + "height": 13, + "text": "+getId(): int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2r6SjYM=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8hYcA=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 140, + "width": 564.68115234375, + "height": 13, + "text": "+getName(): String", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h276VJQM=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8jyD4=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 155, + "width": 564.68115234375, + "height": 13, + "text": "+getMin(): int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h276YEg0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8lrzk=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 170, + "width": 564.68115234375, + "height": 13, + "text": "+getMax(): int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h276b/os=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8nK8M=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 185, + "width": 564.68115234375, + "height": 13, + "text": "+getSize(): int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h276eYH0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8pRFg=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 200, + "width": 564.68115234375, + "height": 13, + "text": "+getType(): TypeGroupe", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h276hm6E=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8r8tI=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 215, + "width": 564.68115234375, + "height": 13, + "text": "+getPointPoint(): Groupe", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h276km1c=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8tCiM=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 230, + "width": 564.68115234375, + "height": 13, + "text": "+getSousGroupes(): Groupe[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h276nBo0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8viBE=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 245, + "width": 564.68115234375, + "height": 13, + "text": "+getEtudiants(): Etudiant[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h276qhMs=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8xjs0=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 260, + "width": 564.68115234375, + "height": 13, + "text": "+setName(s: String): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 574.68115234375, + "height": 278 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRLW4DoA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WwvHQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRLW5KRM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQ7WwvHQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 374.527587890625, + "top": 1065, + "width": 74.28271484375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hQ7WxqTI=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRLW2lc4=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRLW3hq4=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRLW4DoA=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRLW5KRM=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hRLW6Pys=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRLW7+58=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW6Pys=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLW83vQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW7+58=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLW9Zqc=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW7+58=" + }, + "font": "Arial;13;1", + "left": 361.8271484375, + "top": 849, + "width": 99.68359375, + "height": 13, + "text": "ListenerFindBar" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLW+G6g=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW7+58=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLW/Pro=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW7+58=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 356.8271484375, + "top": 842, + "width": 109.68359375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRLW83vQ=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRLW9Zqc=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRLW+G6g=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRLW/Pro=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRLXACMw=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW6Pys=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRLXB+3c=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW6Pys=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h276yQhE=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXB+3c=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8q81o3c=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 394.1767578125, + "height": 13, + "text": "«constructor»+ListenerFindBar(fenetre: FindBarFenetre, e: Etudiant)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2761OiQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXB+3c=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8q84UQM=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 394.1767578125, + "height": 13, + "text": "+actionPerformed(e: ActionEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 404.1767578125, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRLXCN3k=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW6Pys=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRLXDW2s=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLW6Pys=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 356.8271484375, + "top": 842, + "width": 109.68359375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRLW7+58=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRLXACMw=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRLXB+3c=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRLXCN3k=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRLXDW2s=" + } + }, + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8T4hRLXEUFc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRLXFEIo=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXEUFc=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXGY4A=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXFEIo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXHry4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXFEIo=" + }, + "font": "Arial;13;1", + "left": 95.436767578125, + "top": 273, + "width": 37.552734375, + "height": 13, + "text": "Model" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXIZmU=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXFEIo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXJISo=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXFEIo=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 90.436767578125, + "top": 266, + "width": 47.552734375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRLXGY4A=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRLXHry4=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRLXIZmU=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRLXJISo=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRLXKkrc=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXEUFc=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRLXLKKw=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXEUFc=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h2769woE=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K88w+s=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 412.94677734375, + "height": 13, + "text": "+showGroupe(g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h277AODk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K8/eIs=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 412.94677734375, + "height": 13, + "text": "+getFenetre(): JFrame", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3L7Dyx8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K9BMX4=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 412.94677734375, + "height": 13, + "text": "+getEtudiant(): Etudiant[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3L7GYkU=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K9D4m4=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 50, + "width": 412.94677734375, + "height": 13, + "text": "+deleteEtu(e: Etudiant): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3L7JtTs=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K9GaqE=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 65, + "width": 412.94677734375, + "height": 13, + "text": "+addEtudiant(g: Groupe, e: Etudiant): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3L7MTlU=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K9KozU=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 80, + "width": 412.94677734375, + "height": 13, + "text": "+delete(g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3L7P2qk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K9No5g=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 95, + "width": 412.94677734375, + "height": 13, + "text": "+rename(name: String, g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3L7SMAo=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K9R3Gk=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 110, + "width": 412.94677734375, + "height": 13, + "text": "+partition(g: Groupe, n: int, name: String): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3L7V4Wk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K9WsHY=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 125, + "width": 412.94677734375, + "height": 13, + "text": "+free(g: Groupe, name: String, min: int, max: int, ajout: Etudiant[*]): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3L7YaAA=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a9doLc=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 140, + "width": 412.94677734375, + "height": 13, + "text": "+addPromo(min: int, max: int, name: String, ajout: Etudiant[*]): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3L7bPnI=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a9jie0=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 155, + "width": 412.94677734375, + "height": 13, + "text": "+changeGroupe(e: Etudiant, b: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3L7eq+g=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a9n2HE=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 170, + "width": 412.94677734375, + "height": 13, + "text": "+getGroupePartition(): Groupe[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3L7hFXc=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a9pGC8=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 185, + "width": 412.94677734375, + "height": 13, + "text": "+listChange(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3L7kPog=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a9r1bg=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 200, + "width": 412.94677734375, + "height": 13, + "text": "+change(change: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3L7n2ME=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a9u24c=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 215, + "width": 412.94677734375, + "height": 13, + "text": "+deleteChange(to_delete: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3L7qRas=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a9xSF0=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 230, + "width": 412.94677734375, + "height": 13, + "text": "+showRaisonChange(change: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3L7t3a4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a90QrA=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 245, + "width": 412.94677734375, + "height": 13, + "text": "+findEtu(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3L7wMC4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a92Qgo=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 260, + "width": 412.94677734375, + "height": 13, + "text": "+getEtu(name: String): Etudiant[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3L7ziNw=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a95PLs=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 275, + "width": 412.94677734375, + "height": 13, + "text": "+showGroupOfEtudiant(e: Etudiant): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 422.94677734375, + "height": 293 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRLXM/qA=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXEUFc=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRLXNX+w=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXEUFc=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 90.436767578125, + "top": 243, + "width": 47.552734375, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRLXFEIo=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRLXKkrc=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRLXLKKw=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRLXM/qA=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRLXNX+w=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hRLXOJ40=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRLXPpNE=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXOJ40=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXQgWg=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXPpNE=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXRoPk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXPpNE=" + }, + "font": "Arial;13;1", + "left": 378.093017578125, + "top": 262, + "width": 67.15185546875, + "height": 13, + "text": "ModelRoot" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXSdjQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXPpNE=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXTRU4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXPpNE=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 373.093017578125, + "top": 255, + "width": 77.15185546875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRLXQgWg=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRLXRoPk=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRLXSdjQ=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRLXTRU4=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRLXUx54=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXOJ40=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h3b77Vm0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXUx54=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDP170=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 96.08447265625, + "height": 13, + "text": "-fenetre: JFrame", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 106.08447265625, + "height": 23 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRLXVhe8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXOJ40=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b7+JHo=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq99uA8=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 412.94677734375, + "height": 13, + "text": "«constructor»+ModelRoot()", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b8BHmk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq9+XME=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 412.94677734375, + "height": 13, + "text": "+showGroupe(g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b8EdR8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+BfTo=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 412.94677734375, + "height": 13, + "text": "+getFenetre(): JFrame", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b8HUJI=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+DGs0=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 50, + "width": 412.94677734375, + "height": 13, + "text": "+getEtudiant(): Etudiant[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b8Kj5Q=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+Fupk=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 65, + "width": 412.94677734375, + "height": 13, + "text": "+deleteEtu(e: Etudiant): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b8NaK0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+IzdI=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 80, + "width": 412.94677734375, + "height": 13, + "text": "-deleteEtutoChildren(e: Etudiant, g: Groupe): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b8Qzv8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+MVWY=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 95, + "width": 412.94677734375, + "height": 13, + "text": "+addEtudiant(g: Groupe, e: Etudiant): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b8T19A=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+QCyo=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 110, + "width": 412.94677734375, + "height": 13, + "text": "-addEtuToParent(g: Groupe, e: Etudiant): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b8W4ZA=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+U4/c=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 125, + "width": 412.94677734375, + "height": 13, + "text": "+delete(g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b8Zm94=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+XVDs=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 140, + "width": 412.94677734375, + "height": 13, + "text": "+rename(name: String, g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b8czc4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+bLnU=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 155, + "width": 412.94677734375, + "height": 13, + "text": "+partition(g: Groupe, n: int, name: String): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b8f9II=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+gv+M=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 170, + "width": 412.94677734375, + "height": 13, + "text": "+free(g: Groupe, name: String, min: int, max: int, ajout: Etudiant[*]): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b8i7bc=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+nZFk=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 185, + "width": 412.94677734375, + "height": 13, + "text": "+addPromo(min: int, max: int, name: String, ajout: Etudiant[*]): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b8lqVw=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+t62A=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 200, + "width": 412.94677734375, + "height": 13, + "text": "+changeGroupe(e: Etudiant, b: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b8oAkQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+xu0Y=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 215, + "width": 412.94677734375, + "height": 13, + "text": "+getGroupePartition(): Groupe[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b8r1VY=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+zxbs=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 230, + "width": 412.94677734375, + "height": 13, + "text": "+listChange(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b8uyEs=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+1KSI=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 245, + "width": 412.94677734375, + "height": 13, + "text": "+change(change: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b8xGO0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+4CBA=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 260, + "width": 412.94677734375, + "height": 13, + "text": "+deleteChange(to_delete: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b80xys=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+7rpw=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 275, + "width": 412.94677734375, + "height": 13, + "text": "+showRaisonChange(change: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b830fk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq++sys=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 290, + "width": 412.94677734375, + "height": 13, + "text": "+findEtu(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b86+og=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq/A+PQ=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 305, + "width": 412.94677734375, + "height": 13, + "text": "+getEtu(name: String): Etudiant[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3b892JE=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq/DlXc=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 320, + "width": 412.94677734375, + "height": 13, + "text": "+showGroupOfEtudiant(e: Etudiant): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 422.94677734375, + "height": 338 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRLXWHao=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXOJ40=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRLXXNjc=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXOJ40=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 373.093017578125, + "top": 255, + "width": 77.15185546875, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRLXPpNE=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRLXUx54=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRLXVhe8=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRLXWHao=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRLXXNjc=" + } + }, + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8T4hRLXYgbk=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/GEPg=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRLXZeUA=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXYgbk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/GEPg=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXasbA=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXZeUA=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXbSwc=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXZeUA=" + }, + "font": "Arial;13;1", + "left": 86.0517578125, + "top": 332, + "width": 56.32275390625, + "height": 13, + "text": "MonPrint" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXcF3c=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXZeUA=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXdpTU=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXZeUA=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 81.0517578125, + "top": 325, + "width": 66.32275390625, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRLXasbA=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRLXbSwc=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRLXcF3c=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRLXdpTU=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRLXeWqY=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXYgbk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/GEPg=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRLXfQpI=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXYgbk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/GEPg=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3r9FR8o=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXfQpI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/HdtI=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 109.45263671875, + "height": 13, + "text": "+monPrint(): String", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 119.45263671875, + "height": 23 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRLXgga4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXYgbk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/GEPg=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRLXhigs=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXYgbk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/GEPg=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 81.0517578125, + "top": 302, + "width": 66.32275390625, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRLXZeUA=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRLXeWqY=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRLXfQpI=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRLXgga4=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRLXhigs=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hRLXiFGQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRLXj0BY=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXiFGQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXk4k0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXj0BY=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXlMUI=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXj0BY=" + }, + "font": "Arial;13;1", + "left": 326.42626953125, + "top": 884, + "width": 170.4853515625, + "height": 13, + "text": "ObservateurChangeGroupe" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXm/Kc=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXj0BY=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXnVM4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXj0BY=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 321.42626953125, + "top": 877, + "width": 180.4853515625, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRLXk4k0=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRLXlMUI=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRLXm/Kc=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRLXnVM4=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRLXoMQ0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXiFGQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRLXpjd0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXiFGQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3r9Nyss=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXpjd0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/KVAc=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 373.9404296875, + "height": 13, + "text": "«constructor»+ObservateurChangeGroupe(m: Model, g: Groupe)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3r9QAbk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXpjd0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/Ng1Q=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 373.9404296875, + "height": 13, + "text": "+actionPerformed(e: ActionEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 383.9404296875, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRLXqrAk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXiFGQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRLXr/Pg=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXiFGQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 321.42626953125, + "top": 877, + "width": 180.4853515625, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRLXj0BY=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRLXoMQ0=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRLXpjd0=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRLXqrAk=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRLXr/Pg=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hRLXs7V0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRLXt1v0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXs7V0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXuCQ0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXt1v0=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXv41Q=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXt1v0=" + }, + "font": "Arial;13;1", + "left": 349.8935546875, + "top": 1131, + "width": 123.55078125, + "height": 13, + "text": "ObservateurFenetre" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXwGRw=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXt1v0=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLXxvVA=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXt1v0=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 344.8935546875, + "top": 1124, + "width": 133.55078125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRLXuCQ0=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRLXv41Q=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRLXwGRw=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRLXxvVA=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRLXy3QE=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXs7V0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRLXzAzU=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXs7V0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3r9Y6sA=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXzAzU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/RjoI=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 253.2587890625, + "height": 13, + "text": "«constructor»+ObservateurFenetre()", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3r9bbGw=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXzAzU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/S5BQ=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 253.2587890625, + "height": 13, + "text": "+windowActivated(e: WindowEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3r9e/8I=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXzAzU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/V6RM=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 253.2587890625, + "height": 13, + "text": "+windowClosed(e: WindowEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3r9hnPI=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXzAzU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/YVkc=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 50, + "width": 253.2587890625, + "height": 13, + "text": "+windowClosing(e: WindowEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3r9kfa4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXzAzU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/bO5U=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 65, + "width": 253.2587890625, + "height": 13, + "text": "+windowDeactivated(e: WindowEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h379nB+0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXzAzU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/ewm4=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 80, + "width": 253.2587890625, + "height": 13, + "text": "+windowDeiconified(e: WindowEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h379qXGI=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXzAzU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/hYAo=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 95, + "width": 253.2587890625, + "height": 13, + "text": "+windowIconified(e: WindowEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h379t3r4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXzAzU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/kt/A=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 110, + "width": 253.2587890625, + "height": 13, + "text": "+windowOpened(e: WindowEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 263.2587890625, + "height": 128 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRLX0gmo=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXs7V0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRLX1f6w=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLXs7V0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 344.8935546875, + "top": 1124, + "width": 133.55078125, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRLXt1v0=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRLXy3QE=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRLXzAzU=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRLX0gmo=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRLX1f6w=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hRLX2SLY=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRLX3iE8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLX2SLY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLX4/nY=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLX3iE8=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRLX5cqQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLX3iE8=" + }, + "font": "Arial;13;1", + "left": 332.935791015625, + "top": 919, + "width": 157.46630859375, + "height": 13, + "text": "ObservateurModifGroupe" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbX6/B4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLX3iE8=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbX73g4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLX3iE8=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 327.935791015625, + "top": 912, + "width": 167.46630859375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRLX4/nY=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRLX5cqQ=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRbX6/B4=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRbX73g4=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRbX8OTc=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLX2SLY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRbX9bqI=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLX2SLY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3791Vmc=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbX9bqI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hEq/oyIw=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 360.19140625, + "height": 13, + "text": "«constructor»+ObservateurModifGroupe(m: Model, g: Groupe)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h3794BqI=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbX9bqI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hEq/r4uk=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 360.19140625, + "height": 13, + "text": "+actionPerformed(e: ActionEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 370.19140625, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRbX+OWw=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLX2SLY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRbX/DKs=", + "_parent": { + "$ref": "AAAAAAGE8T4hRLX2SLY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 327.935791015625, + "top": 912, + "width": 167.46630859375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRLX3iE8=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRbX8OTc=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRbX9bqI=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRbX+OWw=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRbX/DKs=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hRbYA084=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRbYBK3k=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYA084=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYCf5A=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYBK3k=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYDfXE=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYBK3k=" + }, + "font": "Arial;13;1", + "left": 368.330322265625, + "top": 604, + "width": 86.67724609375, + "height": 13, + "text": "PanelEtudiant" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYEc0I=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYBK3k=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYFVB0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYBK3k=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 363.330322265625, + "top": 597, + "width": 96.67724609375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRbYCf5A=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRbYDfXE=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRbYEc0I=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRbYFVB0=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRbYGbs4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYA084=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h37+AAKE=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYGbs4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDfOsg=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 113.4326171875, + "height": 13, + "text": "-supprimer: JButton", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h37+DoEk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYGbs4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDg0As=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 113.4326171875, + "height": 13, + "text": "-deplacer: JButton", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 123.4326171875, + "height": 38 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRbYHyuI=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYA084=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h37+Geko=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYHyuI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFK/vh/Y=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 341.48486328125, + "height": 13, + "text": "«constructor»+PanelEtudiant(e: Etudiant, change: boolean)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h37+JduU=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYHyuI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFK/ybsc=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 341.48486328125, + "height": 13, + "text": "+addActionDeleteListener(a: ActionListener): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h37+MhdQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYHyuI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFK/1Z08=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 341.48486328125, + "height": 13, + "text": "+addActionChangeListener(a: ActionListener): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 351.48486328125, + "height": 53 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRbYIqkg=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYA084=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRbYJu8Y=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYA084=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 363.330322265625, + "top": 597, + "width": 96.67724609375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRbYBK3k=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRbYGbs4=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRbYHyuI=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRbYIqkg=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRbYJu8Y=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hRbYKIx8=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRbYLWJU=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYKIx8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYMI3s=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYLWJU=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYNPXc=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYLWJU=" + }, + "font": "Arial;13;1", + "left": 356.40625, + "top": 1190, + "width": 110.525390625, + "height": 13, + "text": "SelecteurEtudiant" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYOX4Y=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYLWJU=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYPQkg=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYLWJU=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 351.40625, + "top": 1183, + "width": 120.525390625, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRbYMI3s=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRbYNPXc=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRbYOX4Y=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRbYPQkg=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRbYQ13M=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYKIx8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h4L+Ukws=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYQ13M=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDkJm4=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 56.36083984375, + "height": 13, + "text": "-index: int", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 66.36083984375, + "height": 23 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRbYRfoE=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYKIx8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h4L+XJRU=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYRfoE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFq/5gkU=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 407.92578125, + "height": 13, + "text": "«constructor»+SelecteurEtudiant(index: int, pere: FenetreSelectionEtu)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h4L+akFI=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYRfoE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFq/8BZA=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 407.92578125, + "height": 13, + "text": "+mouseClicked(e: MouseEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h4L+d95k=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYRfoE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFq//6bM=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 407.92578125, + "height": 13, + "text": "+mouseEntered(e: MouseEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h4L+g3r8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYRfoE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFrACWfM=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 50, + "width": 407.92578125, + "height": 13, + "text": "+mouseExited(e: MouseEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h4L+jdII=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYRfoE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFrAFmKI=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 65, + "width": 407.92578125, + "height": 13, + "text": "+mousePressed(e: MouseEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h4L+mZrw=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYRfoE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFrAIlwc=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 80, + "width": 407.92578125, + "height": 13, + "text": "+mouseReleased(e: MouseEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 417.92578125, + "height": 98 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRbYSlXY=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYKIx8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRbYTmhk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYKIx8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 351.40625, + "top": 1183, + "width": 120.525390625, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRbYLWJU=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRbYQ13M=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRbYRfoE=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRbYSlXY=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRbYTmhk=" + } + }, + { + "_type": "UMLEnumerationView", + "_id": "AAAAAAGE8T4hRbYUEEw=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRbYVqIs=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYUEEw=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYWpI8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYVqIs=" + }, + "font": "Arial;13;0", + "left": 70.84912109375, + "top": 366, + "width": 86.72802734375, + "height": 13, + "text": "«enumeration»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYX2co=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYVqIs=" + }, + "font": "Arial;13;1", + "left": 70.84912109375, + "top": 381, + "width": 86.72802734375, + "height": 13, + "text": "TypeGroupe" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYYBYA=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYVqIs=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYZIdc=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYVqIs=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 65.84912109375, + "top": 361, + "width": 96.72802734375, + "height": 38, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRbYWpI8=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRbYX2co=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRbYYBYA=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRbYZIdc=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRbYaFfA=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYUEEw=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h4L+v8BM=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYaFfA=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDlKdE=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 143.076171875, + "height": 13, + "text": "-name: String {readOnly}", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 153.076171875, + "height": 23 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRbYbK4o=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYUEEw=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h4L+yMFI=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYbK4o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7APgzw=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 210.97705078125, + "height": 13, + "text": "«constructor»-TypeGroupe(s: String)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h4L+1Z0s=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYbK4o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7AR4bs=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 210.97705078125, + "height": 13, + "underline": true, + "text": "+getType(s: String): TypeGroupe", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 220.97705078125, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRbYcJf4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYUEEw=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRbYd7wc=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYUEEw=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLEnumerationLiteralCompartmentView", + "_id": "AAAAAAGE8T4hRbYeDtE=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYUEEw=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "subViews": [ + { + "_type": "UMLEnumerationLiteralView", + "_id": "AAAAAAGE8T4h4L+4RgU=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYeDtE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7AMkQU=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 68.1357421875, + "height": 13, + "text": "ROOT", + "horizontalAlignment": 0 + }, + { + "_type": "UMLEnumerationLiteralView", + "_id": "AAAAAAGE8T4h4L+7DII=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYeDtE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7ANbQU=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 68.1357421875, + "height": 13, + "text": "PARTITION", + "horizontalAlignment": 0 + }, + { + "_type": "UMLEnumerationLiteralView", + "_id": "AAAAAAGE8T4h4L++Pz8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYeDtE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7AO/6s=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 68.1357421875, + "height": 13, + "text": "FREE", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 78.1357421875, + "height": 53 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 65.84912109375, + "top": 361, + "width": 96.72802734375, + "height": 38, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRbYVqIs=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRbYaFfA=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRbYbK4o=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRbYcJf4=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRbYd7wc=" + }, + "suppressLiterals": true, + "enumerationLiteralCompartment": { + "$ref": "AAAAAAGE8T4hRbYeDtE=" + } + }, + { + "_type": "UMLEnumerationView", + "_id": "AAAAAAGE8T4hRbYfyFQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7AUmYg=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRbYghP0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYfyFQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7AUmYg=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYh9pY=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYghP0=" + }, + "font": "Arial;13;0", + "left": 70.84912109375, + "top": 414, + "width": 86.72802734375, + "height": 13, + "text": "«enumeration»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYi8M4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYghP0=" + }, + "font": "Arial;13;1", + "left": 70.84912109375, + "top": 429, + "width": 86.72802734375, + "height": 13, + "text": "User" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYjmaI=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYghP0=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYkCEA=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYghP0=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 65.84912109375, + "top": 409, + "width": 96.72802734375, + "height": 38, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRbYh9pY=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRbYi8M4=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRbYjmaI=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRbYkCEA=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRbYl2AY=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYfyFQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7AUmYg=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4h4b/HzVs=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYl2AY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDmS68=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 143.076171875, + "height": 13, + "text": "-name: String {readOnly}", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 153.076171875, + "height": 23 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRbYmOcQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYfyFQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7AUmYg=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4h4b/KcmE=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYmOcQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7AYtUc=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 166.8798828125, + "height": 13, + "text": "«constructor»-User(s: String)", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 176.8798828125, + "height": 23 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRbYn1Fo=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYfyFQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7AUmYg=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRbYogSk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYfyFQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7AUmYg=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLEnumerationLiteralCompartmentView", + "_id": "AAAAAAGE8T4hRbYp0o8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYfyFQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7AUmYg=" + }, + "subViews": [ + { + "_type": "UMLEnumerationLiteralView", + "_id": "AAAAAAGE8T4h4b/Notk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYp0o8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7AVMsA=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 5, + "width": 65.70458984375, + "height": 13, + "text": "ROOT", + "horizontalAlignment": 0 + }, + { + "_type": "UMLEnumerationLiteralView", + "_id": "AAAAAAGE8T4h4b/QOSo=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYp0o8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7AWA/g=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 20, + "width": 65.70458984375, + "height": 13, + "text": "PROF", + "horizontalAlignment": 0 + }, + { + "_type": "UMLEnumerationLiteralView", + "_id": "AAAAAAGE8T4h4b/TitU=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYp0o8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7AXmJM=" + }, + "font": "Arial;13;0", + "left": 5, + "top": 35, + "width": 65.70458984375, + "height": 13, + "text": "ETUDIANT", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "width": 75.70458984375, + "height": 53 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 65.84912109375, + "top": 409, + "width": 96.72802734375, + "height": 38, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRbYghP0=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRbYl2AY=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRbYmOcQ=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRbYn1Fo=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRbYogSk=" + }, + "suppressLiterals": true, + "enumerationLiteralCompartment": { + "$ref": "AAAAAAGE8T4hRbYp0o8=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hRbYqZuE=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAaQsE=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRbYrd0I=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYqZuE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAaQsE=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYsDrc=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYrd0I=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYtXME=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYrd0I=" + }, + "font": "Arial;13;1", + "left": 74.49267578125, + "top": 464, + "width": 79.44091796875, + "height": 13, + "text": "JComponent" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYudHE=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYrd0I=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbYvwkU=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYrd0I=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 69.49267578125, + "top": 457, + "width": 89.44091796875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRbYsDrc=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRbYtXME=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRbYudHE=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRbYvwkU=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRbYwggs=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYqZuE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAaQsE=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRbYx+10=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYqZuE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAaQsE=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRbYy1L8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYqZuE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAaQsE=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRbYzc58=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbYqZuE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAaQsE=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 69.49267578125, + "top": 457, + "width": 89.44091796875, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRbYrd0I=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRbYwggs=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRbYx+10=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRbYy1L8=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRbYzc58=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hRbY01lQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAcqP8=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRbY19WE=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbY01lQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAcqP8=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbY2jPo=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbY19WE=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbY3AWI=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbY19WE=" + }, + "font": "Arial;13;1", + "left": 74.12451171875, + "top": 499, + "width": 80.17724609375, + "height": 13, + "text": "JOptionPane" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbY4GDY=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbY19WE=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbY5W0Q=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbY19WE=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 69.12451171875, + "top": 492, + "width": 90.17724609375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRbY2jPo=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRbY3AWI=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRbY4GDY=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRbY5W0Q=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRbY6pP4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbY01lQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAcqP8=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRbY7wvE=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbY01lQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAcqP8=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRbY8XKE=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbY01lQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAcqP8=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRbY9oOM=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbY01lQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAcqP8=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 69.12451171875, + "top": 492, + "width": 90.17724609375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRbY19WE=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRbY6pP4=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRbY7wvE=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRbY8XKE=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRbY9oOM=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hRbY+bEE=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRbY/Kf0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbY+bEE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbZAYnU=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbY/Kf0=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbZBqSM=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbY/Kf0=" + }, + "font": "Arial;13;1", + "left": 93.25634765625, + "top": 569, + "width": 41.91357421875, + "height": 13, + "text": "JPanel" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbZCv5g=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbY/Kf0=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbZDP6w=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbY/Kf0=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 88.25634765625, + "top": 562, + "width": 51.91357421875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRbZAYnU=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRbZBqSM=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRbZCv5g=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRbZDP6w=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRbZEYyk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbY+bEE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRbZFWgU=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbY+bEE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRbZG/cY=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbY+bEE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRbZHNHQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbY+bEE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 88.25634765625, + "top": 562, + "width": 51.91357421875, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRbY/Kf0=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRbZEYyk=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRbZFWgU=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRbZG/cY=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRbZHNHQ=" + } + }, + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8T4hRbZIJ5w=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAk408=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRbZJdqw=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbZIJ5w=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAk408=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbZKR8M=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbZJdqw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbZLJ6U=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbZJdqw=" + }, + "font": "Arial;13;1", + "left": 68.706787109375, + "top": 790, + "width": 91.0126953125, + "height": 13, + "text": "ActionListener" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbZMbhs=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbZJdqw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRbZNzGs=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbZJdqw=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 63.706787109375, + "top": 783, + "width": 101.0126953125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRbZKR8M=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRbZLJ6U=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRbZMbhs=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRbZNzGs=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRbZOmJQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbZIJ5w=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAk408=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRbZPcT8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbZIJ5w=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAk408=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRbZQhHw=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbZIJ5w=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAk408=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRbZRga0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbZIJ5w=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAk408=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 63.706787109375, + "top": 760, + "width": 101.0126953125, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRbZJdqw=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRbZOmJQ=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRbZPcT8=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRbZQhHw=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRbZRga0=" + } + }, + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8T4hRbZSb0E=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRbZTbeE=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbZSb0E=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZUZoM=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbZTbeE=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZVBjw=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbZTbeE=" + }, + "font": "Arial;13;1", + "left": 74.84814453125, + "top": 965, + "width": 78.72998046875, + "height": 13, + "text": "Changement" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZWhi8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbZTbeE=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZXBhY=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbZTbeE=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 69.84814453125, + "top": 958, + "width": 88.72998046875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRrZUZoM=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRrZVBjw=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRrZWhi8=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRrZXBhY=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRrZYYuQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbZSb0E=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRrZZlio=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbZSb0E=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRrZapC8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbZSb0E=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRrZbWkI=", + "_parent": { + "$ref": "AAAAAAGE8T4hRbZSb0E=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 69.84814453125, + "top": 935, + "width": 88.72998046875, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRbZTbeE=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRrZYYuQ=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRrZZlio=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRrZapC8=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRrZbWkI=" + } + }, + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8T4hRrZciQk=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRrZdvNo=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZciQk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZexik=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZdvNo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZfv2M=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZdvNo=" + }, + "font": "Arial;13;1", + "left": 88.21630859375, + "top": 1024, + "width": 51.99365234375, + "height": 13, + "text": "Etudiant" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZg6ow=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZdvNo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZh9MU=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZdvNo=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 83.21630859375, + "top": 1017, + "width": 61.99365234375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRrZexik=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRrZfv2M=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRrZg6ow=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRrZh9MU=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRrZizo0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZciQk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRrZjh+A=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZciQk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRrZkwyI=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZciQk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRrZlgrs=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZciQk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 83.21630859375, + "top": 994, + "width": 61.99365234375, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRrZdvNo=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRrZizo0=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRrZjh+A=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRrZkwyI=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRrZlgrs=" + } + }, + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8T4hRrZmdcE=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRrZnybs=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZmdcE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZoA+U=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZnybs=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZpxXQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZnybs=" + }, + "font": "Arial;13;1", + "left": 91.101318359375, + "top": 1083, + "width": 46.2236328125, + "height": 13, + "text": "Groupe" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZqnSg=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZnybs=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZrDpc=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZnybs=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 86.101318359375, + "top": 1076, + "width": 56.2236328125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRrZoA+U=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRrZpxXQ=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRrZqnSg=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRrZrDpc=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRrZss6w=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZmdcE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRrZtB84=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZmdcE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRrZuOz8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZmdcE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRrZvNBY=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZmdcE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 86.101318359375, + "top": 1053, + "width": 56.2236328125, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRrZnybs=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRrZss6w=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRrZtB84=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRrZuOz8=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRrZvNBY=" + } + }, + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8T4hRrZw/3Y=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA0ZIo=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRrZx4os=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZw/3Y=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA0ZIo=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZye/8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZx4os=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZz3fQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZx4os=" + }, + "font": "Arial;13;1", + "left": 64.076171875, + "top": 1142, + "width": 100.27392578125, + "height": 13, + "text": "WindowListener" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZ0UQw=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZx4os=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZ1BCU=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZx4os=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 59.076171875, + "top": 1135, + "width": 110.27392578125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRrZye/8=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRrZz3fQ=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRrZ0UQw=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRrZ1BCU=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRrZ22Go=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZw/3Y=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA0ZIo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRrZ3Jhs=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZw/3Y=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA0ZIo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRrZ4yGk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZw/3Y=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA0ZIo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRrZ534I=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZw/3Y=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA0ZIo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 59.076171875, + "top": 1112, + "width": 110.27392578125, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRrZx4os=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRrZ22Go=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRrZ3Jhs=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRrZ4yGk=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRrZ534I=" + } + }, + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8T4hRrZ6bL0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA3cb8=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRrZ7ILM=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZ6bL0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA3cb8=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZ842k=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZ7ILM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZ9UW8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZ7ILM=" + }, + "font": "Arial;13;1", + "left": 68.341796875, + "top": 1201, + "width": 91.74267578125, + "height": 13, + "text": "MouseListener" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZ+o2k=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZ7ILM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrZ/BEg=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZ7ILM=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 63.341796875, + "top": 1194, + "width": 101.74267578125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRrZ842k=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRrZ9UW8=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRrZ+o2k=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRrZ/BEg=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRraAQbw=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZ6bL0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA3cb8=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRraBJeo=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZ6bL0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA3cb8=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRraCXws=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZ6bL0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA3cb8=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRraDLJ8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRrZ6bL0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA3cb8=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 63.341796875, + "top": 1171, + "width": 101.74267578125, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRrZ7ILM=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRraAQbw=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRraBJeo=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRraCXws=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRraDLJ8=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hRraE4HM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRraFcFY=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraE4HM=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRraG5Po=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraFcFY=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRraHW9Q=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraFcFY=" + }, + "font": "Arial;13;1", + "left": 91.088623046875, + "top": 1237, + "width": 46.2490234375, + "height": 13, + "text": "JFrame" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRraI5Qw=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraFcFY=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRraJYgk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraFcFY=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 86.088623046875, + "top": 1230, + "width": 56.2490234375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRraG5Po=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRraHW9Q=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRraI5Qw=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRraJYgk=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRraK5o8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraE4HM=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRraLz3U=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraE4HM=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRraMD3c=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraE4HM=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRraNbi4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraE4HM=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 86.088623046875, + "top": 1230, + "width": 56.2490234375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRraFcFY=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRraK5o8=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRraLz3U=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRraMD3c=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRraNbi4=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hRraOz14=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDrwKs=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRraPOkU=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraOz14=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDrwKs=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRraQeG8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraPOkU=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRraR+dA=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraPOkU=" + }, + "font": "Arial;13;1", + "left": 78.46630859375, + "top": 1272, + "width": 71.49365234375, + "height": 13, + "text": "Connection" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRraSvJc=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraPOkU=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRraTcKI=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraPOkU=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 73.46630859375, + "top": 1265, + "width": 81.49365234375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRraQeG8=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRraR+dA=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRraSvJc=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRraTcKI=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRraURGY=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraOz14=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDrwKs=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRraVWTo=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraOz14=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDrwKs=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRraWb0M=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraOz14=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDrwKs=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRraXYe8=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraOz14=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDrwKs=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 73.46630859375, + "top": 1265, + "width": 81.49365234375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRraPOkU=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRraURGY=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRraVWTo=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRraWb0M=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRraXYe8=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hRraYFi0=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDs/pI=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRraZsjk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraYFi0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDs/pI=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRraa+u0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraZsjk=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRrabze0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraZsjk=" + }, + "font": "Arial;13;1", + "left": 68.706787109375, + "top": 1307, + "width": 91.0126953125, + "height": 13, + "text": "AutoCloseable" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRracW3c=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraZsjk=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hRradzXk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraZsjk=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 63.706787109375, + "top": 1300, + "width": 101.0126953125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hRraa+u0=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hRrabze0=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hRracW3c=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hRradzXk=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hRraeIIk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraYFi0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDs/pI=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hRrafvow=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraYFi0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDs/pI=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hRragDQ0=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraYFi0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDs/pI=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hRrahwAI=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraYFi0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDs/pI=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 63.706787109375, + "top": 1300, + "width": 101.0126953125, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRraZsjk=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hRraeIIk=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hRrafvow=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hRragDQ0=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hRrahwAI=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hRraieZs=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDtuSU=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hRraj4zg=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraieZs=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDtuSU=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hR7akWcc=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraj4zg=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hR7alAFM=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraj4zg=" + }, + "font": "Arial;13;1", + "left": 88.57177734375, + "top": 1342, + "width": 51.28271484375, + "height": 13, + "text": "Boolean" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hR7amR7Q=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraj4zg=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hR7anRO4=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraj4zg=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 83.57177734375, + "top": 1335, + "width": 61.28271484375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hR7akWcc=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hR7alAFM=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hR7amR7Q=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hR7anRO4=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hR7aosjU=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraieZs=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDtuSU=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hR7apaYk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraieZs=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDtuSU=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hR7aq2Vk=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraieZs=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDtuSU=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hR7arRUA=", + "_parent": { + "$ref": "AAAAAAGE8T4hRraieZs=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDtuSU=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 83.57177734375, + "top": 1335, + "width": 61.28271484375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hRraj4zg=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hR7aosjU=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hR7apaYk=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hR7aq2Vk=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hR7arRUA=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hSLas+7k=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGrDy7MU=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hSLat3CQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLas+7k=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGrDy7MU=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLauuEA=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLat3CQ=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLavsRk=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLat3CQ=" + }, + "font": "Arial;13;1", + "left": 54.608642578125, + "top": 1377, + "width": 119.208984375, + "height": 13, + "text": "PreparedStatement" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLawheA=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLat3CQ=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLax084=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLat3CQ=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 49.608642578125, + "top": 1370, + "width": 129.208984375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSLauuEA=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSLavsRk=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hSLawheA=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSLax084=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hSLayvwY=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLas+7k=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGrDy7MU=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hSLaznTA=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLas+7k=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGrDy7MU=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hSLa0sdw=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLas+7k=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGrDy7MU=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hSLa1qKg=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLas+7k=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGrDy7MU=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 49.608642578125, + "top": 1370, + "width": 129.208984375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hSLat3CQ=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hSLayvwY=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hSLaznTA=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hSLa0sdw=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hSLa1qKg=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hSLa2r9k=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hG7DzBS4=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hSLa3dJk=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLa2r9k=" + }, + "model": { + "$ref": "AAAAAAGE8T4hG7DzBS4=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLa4c1M=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLa3dJk=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLa5Ylo=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLa3dJk=" + }, + "font": "Arial;13;1", + "left": 76.292236328125, + "top": 1412, + "width": 75.841796875, + "height": 13, + "text": "ActionEvent" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLa6g1I=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLa3dJk=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLa7CI4=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLa3dJk=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 71.292236328125, + "top": 1405, + "width": 85.841796875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSLa4c1M=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSLa5Ylo=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hSLa6g1I=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSLa7CI4=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hSLa8FOA=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLa2r9k=" + }, + "model": { + "$ref": "AAAAAAGE8T4hG7DzBS4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hSLa9kPE=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLa2r9k=" + }, + "model": { + "$ref": "AAAAAAGE8T4hG7DzBS4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hSLa+Pqs=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLa2r9k=" + }, + "model": { + "$ref": "AAAAAAGE8T4hG7DzBS4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hSLa/XJw=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLa2r9k=" + }, + "model": { + "$ref": "AAAAAAGE8T4hG7DzBS4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 71.292236328125, + "top": 1405, + "width": 85.841796875, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hSLa3dJk=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hSLa8FOA=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hSLa9kPE=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hSLa+Pqs=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hSLa/XJw=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hSLbA8aI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hG7D0UZs=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hSLbBnQE=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbA8aI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hG7D0UZs=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLbCXR4=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbBnQE=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLbDFM8=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbBnQE=" + }, + "font": "Arial;13;1", + "left": 86.035888671875, + "top": 1447, + "width": 56.3544921875, + "height": 13, + "text": "Graphics" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLbE934=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbBnQE=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLbFCaQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbBnQE=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 81.035888671875, + "top": 1440, + "width": 66.3544921875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSLbCXR4=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSLbDFM8=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hSLbE934=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSLbFCaQ=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hSLbGEio=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbA8aI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hG7D0UZs=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hSLbHFQU=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbA8aI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hG7D0UZs=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hSLbITn0=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbA8aI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hG7D0UZs=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hSLbJ6jU=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbA8aI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hG7D0UZs=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 81.035888671875, + "top": 1440, + "width": 66.3544921875, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hSLbBnQE=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hSLbGEio=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hSLbHFQU=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hSLbITn0=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hSLbJ6jU=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hSLbKMyk=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEDbkA=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hSLbL8mE=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbKMyk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEDbkA=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLbMiDA=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbL8mE=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLbN3dA=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbL8mE=" + }, + "font": "Arial;13;1", + "left": 71.66162109375, + "top": 1482, + "width": 85.10302734375, + "height": 13, + "text": "WindowEvent" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLbOpmA=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbL8mE=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLbPxFU=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbL8mE=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 66.66162109375, + "top": 1475, + "width": 95.10302734375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSLbMiDA=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSLbN3dA=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hSLbOpmA=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSLbPxFU=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hSLbQ7jI=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbKMyk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEDbkA=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hSLbR32Y=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbKMyk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEDbkA=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hSLbS0ac=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbKMyk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEDbkA=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hSLbTfe0=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbKMyk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEDbkA=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 66.66162109375, + "top": 1475, + "width": 95.10302734375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hSLbL8mE=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hSLbQ7jI=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hSLbR32Y=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hSLbS0ac=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hSLbTfe0=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hSLbUCZU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEEgf0=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hSLbVVak=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbUCZU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEEgf0=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLbW/UU=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbVVak=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLbXnLo=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbVVak=" + }, + "font": "Arial;13;1", + "left": 75.92724609375, + "top": 1517, + "width": 76.57177734375, + "height": 13, + "text": "MouseEvent" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLbY334=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbVVak=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLbZo1U=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbVVak=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 70.92724609375, + "top": 1510, + "width": 86.57177734375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSLbW/UU=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSLbXnLo=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hSLbY334=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSLbZo1U=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hSLbaJDk=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbUCZU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEEgf0=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hSLbbGxw=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbUCZU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEEgf0=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hSLbcEVM=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbUCZU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEEgf0=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hSLbda1M=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbUCZU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEEgf0=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 70.92724609375, + "top": 1510, + "width": 86.57177734375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hSLbVVak=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hSLbaJDk=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hSLbbGxw=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hSLbcEVM=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hSLbda1M=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hSLbeUkg=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEFbhA=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hSLbfjZY=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbeUkg=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEFbhA=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLbg8GM=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbfjZY=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSLbhvOk=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbfjZY=" + }, + "font": "Arial;13;1", + "left": 85.318603515625, + "top": 1552, + "width": 57.7890625, + "height": 13, + "text": "HashMap" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSbbiwEc=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbfjZY=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSbbjRYM=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbfjZY=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 80.318603515625, + "top": 1545, + "width": 67.7890625, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSLbg8GM=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSLbhvOk=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hSbbiwEc=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSbbjRYM=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hSbbkrsE=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbeUkg=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEFbhA=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hSbbl4Xk=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbeUkg=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEFbhA=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hSbbmDgk=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbeUkg=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEFbhA=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hSbbnoSY=", + "_parent": { + "$ref": "AAAAAAGE8T4hSLbeUkg=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEFbhA=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 80.318603515625, + "top": 1545, + "width": 67.7890625, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hSLbfjZY=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hSbbkrsE=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hSbbl4Xk=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hSbbmDgk=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hSbbnoSY=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4hSbbonmA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEHRNM=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4hSbbpjhw=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbbonmA=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEHRNM=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSbbq2JI=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbbpjhw=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSbbrQWQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbbpjhw=" + }, + "font": "Arial;13;1", + "left": 89.66357421875, + "top": 1587, + "width": 49.09912109375, + "height": 13, + "text": "JButton" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSbbsZBA=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbbpjhw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4hSbbtjHE=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbbpjhw=" + }, + "visible": false, + "font": "Arial;13;0", + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 84.66357421875, + "top": 1580, + "width": 59.09912109375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSbbq2JI=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSbbrQWQ=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4hSbbsZBA=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSbbtjHE=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4hSbbu4pQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbbonmA=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEHRNM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4hSbbvtqQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbbonmA=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEHRNM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4hSbbwegY=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbbonmA=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEHRNM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4hSbbxyx8=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbbonmA=" + }, + "model": { + "$ref": "AAAAAAGE8T4hHbEHRNM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 84.66357421875, + "top": 1580, + "width": 59.09912109375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4hSbbpjhw=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4hSbbu4pQ=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4hSbbvtqQ=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4hSbbwegY=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4hSbbxyx8=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4hSbbyr70=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAi9w8=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbbzbFM=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbbyr70=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAi9w8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 256, + "top": 53, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbbyr70=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbb0ERU=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbbyr70=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAi9w8=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 255, + "top": 68, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbbyr70=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbb1M5c=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbbyr70=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAi9w8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 259, + "top": 24, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbbyr70=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hQbTyu4g=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hQbT8zfg=" + }, + "lineStyle": 3, + "points": "307:45;258:45;125.213134765625:32.79983038651316", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSbbzbFM=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSbb0ERU=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSbb1M5c=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4hSbb2cgM=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAjNZo=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbb32og=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbb2cgM=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAjNZo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 256, + "top": 112, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbb2cgM=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbb4Bb8=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbb2cgM=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAjNZo=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 255, + "top": 127, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbb2cgM=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbb5uEc=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbb2cgM=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAjNZo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 259, + "top": 83, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbb2cgM=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hQbUGbgs=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hQbUQVcI=" + }, + "lineStyle": 3, + "points": "324:104;258:104;125.213134765625:92.16435299643987", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSbb32og=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSbb4Bb8=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSbb5uEc=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4hSbb6SDA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAliZc=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbb7NFQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbb6SDA=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAliZc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 268, + "top": 650, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbb6SDA=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbb8DBc=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbb6SDA=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAliZc=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 278, + "top": 661, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbb6SDA=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbb9iP8=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbb6SDA=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAliZc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 247, + "top": 627, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbb6SDA=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRbZIJ5w=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hQrUafUc=" + }, + "lineStyle": 3, + "points": "346:644;258:645;125.213134765625:765.3631685697115", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSbb7NFQ=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSbb8DBc=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSbb9iP8=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4hSbb+wsI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAm8/E=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbb/8/c=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbb+wsI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAm8/E=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 266, + "top": 686, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbb+wsI=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcAhgA=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbb+wsI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAm8/E=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 274, + "top": 699, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbb+wsI=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcBMWM=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbb+wsI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAm8/E=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 249, + "top": 661, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbb+wsI=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRbZIJ5w=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hQrUkU0w=" + }, + "lineStyle": 3, + "points": "350:679;258:680;125.213134765625:766.8126395089286", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSbb/8/c=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSbcAhgA=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSbcBMWM=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4hSbcC1fE=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAnXfw=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcD0B0=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcC1fE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAnXfw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 263, + "top": 722, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcC1fE=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcElcE=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcC1fE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAnXfw=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 269, + "top": 736, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcC1fE=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcFMJ8=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcC1fE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAnXfw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 252, + "top": 695, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcC1fE=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRbZIJ5w=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hQrUuSxE=" + }, + "lineStyle": 3, + "points": "326:715;258:715;125.213134765625:768.1815842848557", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSbcD0B0=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSbcElcE=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSbcFMJ8=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4hSbcGO10=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAo584=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcHvKQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcGO10=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAo584=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 260, + "top": 758, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcGO10=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcIeF8=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcGO10=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAo584=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 262, + "top": 773, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcGO10=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcJeZQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcGO10=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAo584=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 255, + "top": 729, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcGO10=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRbZIJ5w=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hQrU4y2I=" + }, + "lineStyle": 3, + "points": "322:750;258:750;125.213134765625:771.234867976262", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSbcHvKQ=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSbcIeF8=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSbcJeZQ=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4hSbcKWI4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLApeDE=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcLbRQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcKWI4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLApeDE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 256, + "top": 793, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcKWI4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcMU1I=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcKWI4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLApeDE=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 255, + "top": 808, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcKWI4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcN2KI=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcKWI4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLApeDE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 259, + "top": 764, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcKWI4=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRbZIJ5w=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hQrVCeZM=" + }, + "lineStyle": 3, + "points": "335:784;258:785;125.213134765625:774.0532836914062", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSbcLbRQ=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSbcMU1I=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSbcN2KI=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4hSbcO/lE=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLArjPI=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcPzrI=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcO/lE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLArjPI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 256, + "top": 968, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcO/lE=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcQpcs=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcO/lE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLArjPI=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 255, + "top": 983, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcO/lE=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcRu34=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcO/lE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLArjPI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 259, + "top": 939, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcO/lE=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRbZSb0E=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hQrVMFJM=" + }, + "lineStyle": 3, + "points": "357:959;258:960;125.213134765625:949.4515380859375", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSbcPzrI=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSbcQpcs=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSbcRu34=" + } + }, + { + "_type": "UMLGeneralizationView", + "_id": "AAAAAAGE8T4hSbcSGTc=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAbNHo=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcTAA8=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcSGTc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAbNHo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 257, + "top": 478, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcSGTc=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcUCvA=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcSGTc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAbNHo=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 257, + "top": 493, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcSGTc=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcVFL8=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcSGTc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAbNHo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 258, + "top": 449, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcSGTc=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRbYqZuE=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hQrVWV6w=" + }, + "lineStyle": 3, + "points": "368:469;258:470;159:469", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSbcTAA8=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSbcUCvA=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSbcVFL8=" + } + }, + { + "_type": "UMLGeneralizationView", + "_id": "AAAAAAGE8T4hSbcWtig=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAdubQ=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcXHeM=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcWtig=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAdubQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 257, + "top": 513, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcWtig=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcYjTA=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcWtig=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAdubQ=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 257, + "top": 528, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcWtig=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcZrOc=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcWtig=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAdubQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 258, + "top": 484, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcWtig=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRbY01lQ=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hQrVgUCo=" + }, + "lineStyle": 3, + "points": "372:504;258:505;159:504", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSbcXHeM=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSbcYjTA=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSbcZrOc=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4hSbca8/g=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAspoI=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcbszM=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbca8/g=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAspoI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 253, + "top": 828, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbca8/g=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcckYo=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbca8/g=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAspoI=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 248, + "top": 842, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbca8/g=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcdiYA=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbca8/g=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAspoI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 262, + "top": 799, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbca8/g=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRbZIJ5w=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hQ7VqlzU=" + }, + "lineStyle": 3, + "points": "307:820;258:820;125.213134765625:777.1065673828125", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSbcbszM=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSbcckYo=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSbcdiYA=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4hSbceFS4=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAu4ho=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcfdy0=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbceFS4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAu4ho=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 256, + "top": 1027, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbceFS4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcgsWk=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbceFS4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAu4ho=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 255, + "top": 1042, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbceFS4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbchL30=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbceFS4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAu4ho=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 259, + "top": 998, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbceFS4=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRrZciQk=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hQ7V0DRU=" + }, + "lineStyle": 3, + "points": "371:1018;258:1019;125.213134765625:1009.9615859985352", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSbcfdy0=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSbcgsWk=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSbchL30=" + } + }, + { + "_type": "UMLGeneralizationView", + "_id": "AAAAAAGE8T4hSbciMHU=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAf+O8=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcjds4=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbciMHU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAf+O8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 261, + "top": 548, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbciMHU=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbckNoc=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbciMHU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAf+O8=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 264, + "top": 563, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbciMHU=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbclIkY=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbciMHU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAf+O8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 254, + "top": 519, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbciMHU=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRbY+bEE=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hQ7V+FPg=" + }, + "lineStyle": 3, + "points": "343:539;258:540;140:568", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSbcjds4=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSbckNoc=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSbclIkY=" + } + }, + { + "_type": "UMLGeneralizationView", + "_id": "AAAAAAGE8T4hSbcmaWs=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAgaTc=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcnviw=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcmaWs=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAgaTc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 257, + "top": 583, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcmaWs=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcoUGY=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcmaWs=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAgaTc=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 257, + "top": 598, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcmaWs=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSbcp+bI=", + "_parent": { + "$ref": "AAAAAAGE8T4hSbcmaWs=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAgaTc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 258, + "top": 554, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSbcmaWs=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRbY+bEE=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hQ7WcNbw=" + }, + "lineStyle": 3, + "points": "343:574;258:575;140:574", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSbcnviw=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSbcoUGY=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSbcp+bI=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4hSrcqGeI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAwgy8=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrcrqhQ=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrcqGeI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAwgy8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 257, + "top": 1086, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrcqGeI=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrcsMTI=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrcqGeI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAwgy8=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 256, + "top": 1101, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrcqGeI=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrctQDs=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrcqGeI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAwgy8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 258, + "top": 1057, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrcqGeI=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRrZmdcE=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hQ7WwvHQ=" + }, + "lineStyle": 3, + "points": "374:1077;258:1078;125.213134765625:1069.474853515625", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSrcrqhQ=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSrcsMTI=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSrctQDs=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4hSrcud24=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAxvbc=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrcvQX0=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrcud24=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAxvbc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 250, + "top": 862, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrcud24=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrcwEOk=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrcud24=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAxvbc=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 243, + "top": 875, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrcud24=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrcxONo=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrcud24=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAxvbc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 265, + "top": 835, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrcud24=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRbZIJ5w=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hRLW6Pys=" + }, + "lineStyle": 3, + "points": "356:854;258:855;125.213134765625:780.0999827665441", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSrcvQX0=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSrcwEOk=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSrcxONo=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4hSrcyxlY=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAyr04=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrcz+mg=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrcyxlY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAyr04=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 257, + "top": 276, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrcyxlY=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrc0/bI=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrcyxlY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAyr04=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 256, + "top": 291, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrcyxlY=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrc1OEY=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrcyxlY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAyr04=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 258, + "top": 247, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrcyxlY=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRLXEUFc=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hRLXOJ40=" + }, + "lineStyle": 3, + "points": "372:267;258:268;125.213134765625:260.350830078125", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSrcz+mg=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSrc0/bI=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSrc1OEY=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4hSrc27eI=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAz8k4=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrc3b1k=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrc27eI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAz8k4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 248, + "top": 895, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrc27eI=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrc46xs=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrc27eI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAz8k4=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 239, + "top": 907, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrc27eI=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrc5lXA=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrc27eI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAz8k4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 267, + "top": 872, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrc27eI=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRbZIJ5w=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hRLXiFGQ=" + }, + "lineStyle": 3, + "points": "320:890;258:890;123.73684210526315:783", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSrc3b1k=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSrc46xs=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSrc5lXA=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4hSrc6qso=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA1JO4=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrc74MI=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrc6qso=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA1JO4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 256, + "top": 1145, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrc6qso=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrc8lyc=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrc6qso=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA1JO4=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 255, + "top": 1160, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrc6qso=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrc9tyM=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrc6qso=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA1JO4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 259, + "top": 1116, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrc6qso=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRrZw/3Y=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hRLXs7V0=" + }, + "lineStyle": 3, + "points": "344:1136;258:1137;125.213134765625:1125.835191999163", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSrc74MI=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSrc8lyc=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSrc9tyM=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4hSrc+EbA=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA2gBA=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrc/LXI=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrc+EbA=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA2gBA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 247, + "top": 929, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrc+EbA=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrdA+H8=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrc+EbA=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA2gBA=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 236, + "top": 939, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrc+EbA=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrdBz0g=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrc+EbA=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA2gBA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 268, + "top": 908, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrc+EbA=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRbZIJ5w=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hRLX2SLY=" + }, + "lineStyle": 3, + "points": "327:925;258:925;121.21052631578948:783", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSrc/LXI=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSrdA+H8=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSrdBz0g=" + } + }, + { + "_type": "UMLGeneralizationView", + "_id": "AAAAAAGE8T4hSrdCKno=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAhKKQ=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrdDDpc=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrdCKno=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAhKKQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 254, + "top": 618, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrdCKno=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrdEkFg=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrdCKno=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAhKKQ=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 250, + "top": 633, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrdCKno=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrdFm0I=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrdCKno=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAhKKQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 261, + "top": 589, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrdCKno=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRbY+bEE=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hRbYA084=" + }, + "lineStyle": 3, + "points": "362:609;258:610;140:581", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSrdDDpc=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSrdEkFg=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSrdFm0I=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4hSrdGtVg=", + "_parent": { + "$ref": "AAAAAAGE8T4hQbTxD2o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA4/N0=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrdHDTY=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrdGtVg=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA4/N0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 256, + "top": 1204, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrdGtVg=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrdINS8=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrdGtVg=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA4/N0=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 255, + "top": 1219, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrdGtVg=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4hSrdJ69U=", + "_parent": { + "$ref": "AAAAAAGE8T4hSrdGtVg=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA4/N0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 259, + "top": 1175, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4hSrdGtVg=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4hRrZ6bL0=" + }, + "tail": { + "$ref": "AAAAAAGE8T4hRbYKIx8=" + }, + "lineStyle": 3, + "points": "350:1195;258:1196;125.213134765625:1185.0532836914062", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4hSrdHDTY=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4hSrdINS8=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4hSrdJ69U=" + } + } + ] + }, + { + "_type": "UMLClassDiagram", + "_id": "AAAAAAGE8T4iCsB+NCQ=", + "_parent": { + "$ref": "AAAAAAGE8T4gJ62F36Y=" + }, + "name": "Overview", + "ownedViews": [ + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8T4iCsB//48=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iCsCA1LE=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB//48=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCB3mc=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCA1LE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 4758.7001953125, + "top": 1352, + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCCcDk=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCA1LE=" + }, + "font": "Arial;13;1", + "left": 2709, + "top": 726, + "width": 178.42626953125, + "height": 13, + "text": "AbstractChangementFactory" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCD6s8=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCA1LE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 4758.7001953125, + "top": 1352, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCEj/s=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCA1LE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 4758.7001953125, + "top": 1352, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2704, + "top": 719, + "width": 188.42626953125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iCsCB3mc=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iCsCCcDk=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iCsCD6s8=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iCsCEj/s=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iCsCFrQs=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB//48=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2379.35009765625, + "top": 676, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iCsCGSWQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB//48=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ips6gEno=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCGSWQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2H4us=" + }, + "font": "Arial;13;0", + "left": 2384.35009765625, + "top": 681, + "width": 436.8203125, + "height": 13, + "text": "+getGroupeFactory(): AbstractGroupeFactory", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ip86jfZQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCGSWQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2JaFo=" + }, + "font": "Arial;13;0", + "left": 2384.35009765625, + "top": 696, + "width": 436.8203125, + "height": 13, + "text": "+getAllChangements(): Changement[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ip86mops=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCGSWQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2LlBc=" + }, + "font": "Arial;13;0", + "left": 2384.35009765625, + "top": 711, + "width": 436.8203125, + "height": 13, + "text": "+applyChangement(c: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ip86pVuM=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCGSWQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2OWFw=" + }, + "font": "Arial;13;0", + "left": 2384.35009765625, + "top": 726, + "width": 436.8203125, + "height": 13, + "text": "+deleteChangement(c: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ip86s0qE=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCGSWQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2Riwg=" + }, + "font": "Arial;13;0", + "left": 2384.35009765625, + "top": 741, + "width": 436.8203125, + "height": 13, + "text": "+createChangement(A: Groupe, e: Etudiant, B: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ip86vZqo=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCGSWQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gL62WBkA=" + }, + "font": "Arial;13;0", + "left": 2384.35009765625, + "top": 756, + "width": 436.8203125, + "height": 13, + "text": "+createChangement(A: Groupe, e: Etudiant, B: Groupe, raison: String): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 2379.35009765625, + "top": 676, + "width": 446.8203125, + "height": 98 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iCsCH9I8=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB//48=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2379.35009765625, + "top": 676, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iCsCIVlg=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB//48=" + }, + "model": { + "$ref": "AAAAAAGE8T4gLq2G96A=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2379.35009765625, + "top": 676, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2704, + "top": 696, + "width": 188.42626953125, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8T4iCsCA1LE=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iCsCFrQs=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iCsCGSWQ=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iCsCH9I8=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iCsCIVlg=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iCsCJXbI=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iCsCKa0A=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCJXbI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCL7TM=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCKa0A=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 4755.33740234375, + "top": 1330, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCMFsE=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCKa0A=" + }, + "font": "Arial;13;1", + "left": 2629, + "top": 783, + "width": 241.287109375, + "height": 13, + "text": "AbstractChangementFactoryPersistant" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCNylE=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCKa0A=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 4755.33740234375, + "top": 1330, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCO1Mg=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCKa0A=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 4755.33740234375, + "top": 1330, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2624, + "top": 776, + "width": 251.287109375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iCsCL7TM=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iCsCMFsE=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iCsCNylE=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iCsCO1Mg=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iCsCPyuw=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCJXbI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4iqM63NUA=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCPyuw=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA8r7M=" + }, + "font": "Arial;13;0", + "left": 2382.668701171875, + "top": 670, + "width": 96.09716796875, + "height": 13, + "text": "-fenetre: JFrame", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4iqM66vGk=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCPyuw=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA9H48=" + }, + "font": "Arial;13;0", + "left": 2382.668701171875, + "top": 685, + "width": 96.09716796875, + "height": 13, + "text": "-brain: HashMap", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 2377.668701171875, + "top": 665, + "width": 106.09716796875, + "height": 38 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iCsCQGjY=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCJXbI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqM69VAE=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCQGjY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62dO5I=" + }, + "font": "Arial;13;0", + "left": 2382.668701171875, + "top": 670, + "width": 660.51806640625, + "height": 13, + "text": "«constructor»+AbstractChangementFactoryNP(agf: AbstractGroupeFactory, fenetre: JFrame)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqM7A3Ls=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCQGjY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62ga9U=" + }, + "font": "Arial;13;0", + "left": 2382.668701171875, + "top": 685, + "width": 660.51806640625, + "height": 13, + "text": "«constructor»+AbstractChangementFactoryNP(agf: AbstractGroupeFactory, fenetre: JFrame, liste: Changement[*])", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqM7DfpA=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCQGjY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62ke8A=" + }, + "font": "Arial;13;0", + "left": 2382.668701171875, + "top": 700, + "width": 660.51806640625, + "height": 13, + "text": "+getGroupeFactory(): AbstractGroupeFactory", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqM7GLbE=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCQGjY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62mzr8=" + }, + "font": "Arial;13;0", + "left": 2382.668701171875, + "top": 715, + "width": 660.51806640625, + "height": 13, + "text": "+getAllChangements(): Changement[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqc7J90g=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCQGjY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62oIMM=" + }, + "font": "Arial;13;0", + "left": 2382.668701171875, + "top": 730, + "width": 660.51806640625, + "height": 13, + "text": "+applyChangement(c: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqc7Mm9o=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCQGjY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62rs3w=" + }, + "font": "Arial;13;0", + "left": 2382.668701171875, + "top": 745, + "width": 660.51806640625, + "height": 13, + "text": "+deleteChangement(c: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqc7PeoQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCQGjY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62uOOA=" + }, + "font": "Arial;13;0", + "left": 2382.668701171875, + "top": 760, + "width": 660.51806640625, + "height": 13, + "text": "+createChangement(A: Groupe, e: Etudiant, B: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqc7SFWk=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCQGjY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62zOAE=" + }, + "font": "Arial;13;0", + "left": 2382.668701171875, + "top": 775, + "width": 660.51806640625, + "height": 13, + "text": "+createChangement(A: Groupe, e: Etudiant, B: Groupe, raison: String): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqc7VhDk=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCQGjY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU625yQc=" + }, + "font": "Arial;13;0", + "left": 2382.668701171875, + "top": 790, + "width": 660.51806640625, + "height": 13, + "text": "-cnx(): Connection", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqc7YFxg=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCQGjY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU627uSg=" + }, + "font": "Arial;13;0", + "left": 2382.668701171875, + "top": 805, + "width": 660.51806640625, + "height": 13, + "text": "-erreurCO(): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqc7b4io=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCQGjY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU629h+Y=" + }, + "font": "Arial;13;0", + "left": 2382.668701171875, + "top": 820, + "width": 660.51806640625, + "height": 13, + "text": "-erreurSQL(): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqc7euJM=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCQGjY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62/J9Y=" + }, + "font": "Arial;13;0", + "left": 2382.668701171875, + "top": 835, + "width": 660.51806640625, + "height": 13, + "text": "-close(clos: AutoCloseable): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqc7hIGk=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCQGjY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU63CU9g=" + }, + "font": "Arial;13;0", + "left": 2382.668701171875, + "top": 850, + "width": 660.51806640625, + "height": 13, + "text": "-getChange(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqc7kn5E=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCQGjY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU63ETo8=" + }, + "font": "Arial;13;0", + "left": 2382.668701171875, + "top": 865, + "width": 660.51806640625, + "height": 13, + "text": "-getGroupe(idA: int, idB: int, retour: Groupe[*], tofind: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqc7nkJY=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCQGjY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU63KLy4=" + }, + "font": "Arial;13;0", + "left": 2382.668701171875, + "top": 880, + "width": 660.51806640625, + "height": 13, + "text": "-refresh(): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 2377.668701171875, + "top": 665, + "width": 670.51806640625, + "height": 233 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iCsCRGL8=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCJXbI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2377.668701171875, + "top": 665, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iCsCS/p4=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCJXbI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gU62cvBk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2377.668701171875, + "top": 665, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2624, + "top": 776, + "width": 251.287109375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iCsCKa0A=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iCsCPyuw=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iCsCQGjY=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iCsCRGL8=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iCsCS/p4=" + } + }, + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8T4iCsCTH6U=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iCsCU75A=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCTH6U=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCV4JU=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCU75A=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 6456, + "top": 1992, + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCWjkg=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCU75A=" + }, + "font": "Arial;13;1", + "left": 3253, + "top": 1046, + "width": 145.919921875, + "height": 13, + "text": "AbstractGroupeFactory" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCX4jA=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCU75A=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 6456, + "top": 1992, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCYklE=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCU75A=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 6456, + "top": 1992, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 3248, + "top": 1039, + "width": 155.919921875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iCsCV4JU=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iCsCWjkg=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iCsCX4jA=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iCsCYklE=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iCsCZZMI=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCTH6U=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3228, + "top": 996, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iCsCa/zU=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCTH6U=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqc7vo+8=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCa/zU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3NggQ=" + }, + "font": "Arial;13;0", + "left": 3233, + "top": 1001, + "width": 386.2041015625, + "height": 13, + "text": "+getPromotion(): Groupe", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqc7yBrU=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCa/zU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3PSCo=" + }, + "font": "Arial;13;0", + "left": 3233, + "top": 1016, + "width": 386.2041015625, + "height": 13, + "text": "+knows(g: Groupe): Boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqc71PxU=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCa/zU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3SuB0=" + }, + "font": "Arial;13;0", + "left": 3233, + "top": 1031, + "width": 386.2041015625, + "height": 13, + "text": "+deleteGroupe(g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqc74vVQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCa/zU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3VFGw=" + }, + "font": "Arial;13;0", + "left": 3233, + "top": 1046, + "width": 386.2041015625, + "height": 13, + "text": "+createGroupe(pere: Groupe, name: String, min: int, max: int): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqc77hSQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCa/zU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3bCpo=" + }, + "font": "Arial;13;0", + "left": 3233, + "top": 1061, + "width": 386.2041015625, + "height": 13, + "text": "+createPartition(pere: Groupe, name: String, n: int): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqc7+2QI=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCa/zU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3g6VU=" + }, + "font": "Arial;13;0", + "left": 3233, + "top": 1076, + "width": 386.2041015625, + "height": 13, + "text": "+addToGroupe(g: Groupe, e: Etudiant): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqs8BufQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCa/zU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3kaVE=" + }, + "font": "Arial;13;0", + "left": 3233, + "top": 1091, + "width": 386.2041015625, + "height": 13, + "text": "+dropFromGroupe(g: Groupe, e: Etudiant): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqs8EXDg=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCa/zU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3o6N0=" + }, + "font": "Arial;13;0", + "left": 3233, + "top": 1106, + "width": 386.2041015625, + "height": 13, + "text": "+getEtudiants(nomEtu: String): Etudiant[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqs8HOg4=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCa/zU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYq3r0Os=" + }, + "font": "Arial;13;0", + "left": 3233, + "top": 1121, + "width": 386.2041015625, + "height": 13, + "text": "+getGroupesOfEtudiant(etu: Etudiant): Groupe[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqs8KepM=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCa/zU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYq3uOyM=" + }, + "font": "Arial;13;0", + "left": 3233, + "top": 1136, + "width": 386.2041015625, + "height": 13, + "text": "+changeNameGroupe(g: Groupe, name: String): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqs8N5Rg=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCa/zU=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYq3yWMo=" + }, + "font": "Arial;13;0", + "left": 3233, + "top": 1151, + "width": 386.2041015625, + "height": 13, + "text": "+refreshALL(g: Groupe): Groupe", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 3228, + "top": 996, + "width": 396.2041015625, + "height": 173 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iCsCbAD4=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCTH6U=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3228, + "top": 996, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iCsCc/0I=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCTH6U=" + }, + "model": { + "$ref": "AAAAAAGE8T4gYa3MoNg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3228, + "top": 996, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 3248, + "top": 1016, + "width": 155.919921875, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8T4iCsCU75A=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iCsCZZMI=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iCsCa/zU=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iCsCbAD4=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iCsCc/0I=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iCsCdIdc=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iCsCewBQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCdIdc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCf9Sk=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCewBQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 4465.5224609375, + "top": 1650, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCgUXA=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCewBQ=" + }, + "font": "Arial;13;1", + "left": 3237, + "top": 943, + "width": 163.97900390625, + "height": 13, + "text": "AbstractGroupeFactoryNP" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCh+SU=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCewBQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 4465.5224609375, + "top": 1650, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCiyuQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCewBQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 4465.5224609375, + "top": 1650, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 3232, + "top": 936, + "width": 173.97900390625, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iCsCf9Sk=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iCsCgUXA=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iCsCh+SU=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iCsCiyuQ=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iCsCjOW8=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCdIdc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4iqs8Vvi4=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCjOW8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLBBiHI=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 830, + "width": 96.09716796875, + "height": 13, + "text": "-fenetre: JFrame", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4iqs8YsOc=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCjOW8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLBCThQ=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 845, + "width": 96.09716796875, + "height": 13, + "text": "-brain: HashMap", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 2232.76123046875, + "top": 825, + "width": 106.09716796875, + "height": 38 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iCsCkTkc=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCdIdc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqs8bG8A=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma32scs=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 830, + "width": 521.99951171875, + "height": 13, + "text": "«constructor»+AbstractGroupeFactoryNP(fenetre: JFrame)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqs8ebXc=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma34FEA=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 845, + "width": 521.99951171875, + "height": 13, + "text": "«constructor»+AbstractGroupeFactoryNP(name: String, min: int, max: int, fenetre: JFrame)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqs8hz/s=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma39fnM=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 860, + "width": 521.99951171875, + "height": 13, + "text": "+knows(g: Groupe): Boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqs8kd9s=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4AaQc=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 875, + "width": 521.99951171875, + "height": 13, + "text": "+changeNameGroupe(g: Groupe, name: String): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqs8nb2M=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4E0FI=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 890, + "width": 521.99951171875, + "height": 13, + "text": "+getPromotion(): Groupe", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqs8qlO4=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4G80g=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 905, + "width": 521.99951171875, + "height": 13, + "text": "+deleteGroupe(g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqs8t394=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4JwlY=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 920, + "width": 521.99951171875, + "height": 13, + "text": "+createGroupe(pere: Groupe, name: String, min: int, max: int): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqs8wkM0=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4PmUA=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 935, + "width": 521.99951171875, + "height": 13, + "text": "+createPartition(pere: Groupe, name: String, n: int): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iqs8zpxk=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4UAdA=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 950, + "width": 521.99951171875, + "height": 13, + "text": "+addToGroupe(g: Groupe, e: Etudiant): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iq882Zws=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4Y7l0=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 965, + "width": 521.99951171875, + "height": 13, + "text": "+dropFromGroupe(g: Groupe, e: Etudiant): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iq88538Q=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4ciCc=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 980, + "width": 521.99951171875, + "height": 13, + "text": "+getEtudiants(nomEtu: String): Etudiant[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iq888qzk=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4f1OE=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 995, + "width": 521.99951171875, + "height": 13, + "text": "+getGroupesOfEtudiant(etu: Etudiant): Groupe[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iq88/+/M=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4iyi8=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 1010, + "width": 521.99951171875, + "height": 13, + "text": "-cnx(): Connection", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iq89CXUs=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4kXLM=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 1025, + "width": 521.99951171875, + "height": 13, + "text": "-erreurCO(): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iq89Fu8I=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4mXKA=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 1040, + "width": 521.99951171875, + "height": 13, + "text": "-erreurSQL(): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iq89IYEI=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4oVag=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 1055, + "width": 521.99951171875, + "height": 13, + "text": "-deleteEtu(et: Etudiant, g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iq89Llhk=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4s/hs=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 1070, + "width": 521.99951171875, + "height": 13, + "text": "-deleteEtu(pst: PreparedStatement, cnx: Connection, id: int): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iq89Oj78=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4xyA4=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 1085, + "width": 521.99951171875, + "height": 13, + "text": "-close(clos: AutoCloseable): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iq89RsiY=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma407UA=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 1100, + "width": 521.99951171875, + "height": 13, + "text": "-saveEtu(etudiant: Etudiant, g: Groupe): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iq89U0i8=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma44eZQ=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 1115, + "width": 521.99951171875, + "height": 13, + "text": "-saveGroupe(g: Groupe): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iq89Xsas=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma47mcU=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 1130, + "width": 521.99951171875, + "height": 13, + "text": "-suprGroupe(g: Groupe): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iq89aYDU=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma4+ahk=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 1145, + "width": 521.99951171875, + "height": 13, + "text": "-init(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iq89d2/U=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma5Aklc=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 1160, + "width": 521.99951171875, + "height": 13, + "text": "-addSousGroupe(g: Groupe, cnx: Connection): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iq89gkL4=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gmq5EKbU=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 1175, + "width": 521.99951171875, + "height": 13, + "text": "-addBDEtudiant(g: Groupe, cnx: Connection): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iq89jBNw=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gmq5IhR8=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 1190, + "width": 521.99951171875, + "height": 13, + "text": "-refreshGroupe(g: Groupe, cnx: Connection): Groupe", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iq89m+zg=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gmq5MI6g=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 1205, + "width": 521.99951171875, + "height": 13, + "text": "+refreshALL(g: Groupe): Groupe", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iq89pJRk=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gmq5PE04=" + }, + "font": "Arial;13;0", + "left": 2237.76123046875, + "top": 1220, + "width": 521.99951171875, + "height": 13, + "text": "-addSousGroupePasRecursif(g: Groupe, cnx: Connection): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 2232.76123046875, + "top": 825, + "width": 531.99951171875, + "height": 413 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iCsCln+I=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCdIdc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2232.76123046875, + "top": 825, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iCsCmzHI=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCdIdc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gma31QiM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2232.76123046875, + "top": 825, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 3232, + "top": 936, + "width": 173.97900390625, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iCsCewBQ=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iCsCjOW8=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iCsCkTkc=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iCsCln+I=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iCsCmzHI=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iCsCnEUo=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iCsCoXWk=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCnEUo=" + }, + "model": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCpMC4=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCoXWk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3033.564453125, + "top": 3298, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCqTIo=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCoXWk=" + }, + "font": "Arial;13;1", + "left": 2725, + "top": 1767, + "width": 119.1708984375, + "height": 13, + "text": "ActionChangement" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCrxiE=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCoXWk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3033.564453125, + "top": 3298, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCsaws=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCoXWk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3033.564453125, + "top": 3298, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2720, + "top": 1760, + "width": 129.1708984375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iCsCpMC4=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iCsCqTIo=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iCsCrxiE=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iCsCsaws=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iCsCtvGk=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCnEUo=" + }, + "model": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1516.7822265625, + "top": 1649, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iCsCuPzk=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCnEUo=" + }, + "model": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4irc9xW18=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCuPzk=" + }, + "model": { + "$ref": "AAAAAAGE8T4gna5U49c=" + }, + "font": "Arial;13;0", + "left": 1521.7822265625, + "top": 1654, + "width": 390.57763671875, + "height": 13, + "text": "«constructor»+ActionChangement(m: Model, change: Changement)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4irc90Gm4=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCuPzk=" + }, + "model": { + "$ref": "AAAAAAGE8T4gna5XcYs=" + }, + "font": "Arial;13;0", + "left": 1521.7822265625, + "top": 1669, + "width": 390.57763671875, + "height": 13, + "text": "+actionPerformed(e: ActionEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 1516.7822265625, + "top": 1649, + "width": 400.57763671875, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iCsCv1ag=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCnEUo=" + }, + "model": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1516.7822265625, + "top": 1649, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iCsCwGTQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCnEUo=" + }, + "model": { + "$ref": "AAAAAAGE8T4gna5TS1o=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1516.7822265625, + "top": 1649, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2720, + "top": 1760, + "width": 129.1708984375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iCsCoXWk=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iCsCtvGk=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iCsCuPzk=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iCsCv1ag=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iCsCwGTQ=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iCsCxr4g=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iCsCyFJc=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCxr4g=" + }, + "model": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsCzuPk=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCyFJc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3798.535888671875, + "top": 3298, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsC00is=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCyFJc=" + }, + "font": "Arial;13;1", + "left": 3453, + "top": 1767, + "width": 111.2236328125, + "height": 13, + "text": "ActionListChange" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsC1U8k=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCyFJc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3798.535888671875, + "top": 3298, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iCsC2KvI=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCyFJc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3798.535888671875, + "top": 3298, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 3448, + "top": 1760, + "width": 121.2236328125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iCsCzuPk=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iCsC00is=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iCsC1U8k=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iCsC2KvI=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iCsC3qEU=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCxr4g=" + }, + "model": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1899.2679443359375, + "top": 1649, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iCsC4B6Y=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCxr4g=" + }, + "model": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4irc98iMo=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsC4B6Y=" + }, + "model": { + "$ref": "AAAAAAGE8T4gn65bNMY=" + }, + "font": "Arial;13;0", + "left": 1904.2679443359375, + "top": 1654, + "width": 250.37060546875, + "height": 13, + "text": "«constructor»+ActionListChange(m: Model)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4irc9/eak=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsC4B6Y=" + }, + "model": { + "$ref": "AAAAAAGE8T4gn65dYKA=" + }, + "font": "Arial;13;0", + "left": 1904.2679443359375, + "top": 1669, + "width": 250.37060546875, + "height": 13, + "text": "+actionPerformed(e: ActionEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 1899.2679443359375, + "top": 1649, + "width": 260.37060546875, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iCsC5TrI=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCxr4g=" + }, + "model": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1899.2679443359375, + "top": 1649, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iCsC6N64=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsCxr4g=" + }, + "model": { + "$ref": "AAAAAAGE8T4gn65afuc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1899.2679443359375, + "top": 1649, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 3448, + "top": 1760, + "width": 121.2236328125, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iCsCyFJc=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iCsC3qEU=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iCsC4B6Y=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iCsC5TrI=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iCsC6N64=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iC8C7uHc=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iC8C8KzQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8C7uHc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8C9Vt0=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8C8KzQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -667.903564453125, + "top": 3250, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8C+Q/s=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8C8KzQ=" + }, + "font": "Arial;13;1", + "left": 2293, + "top": 1743, + "width": 159.62451171875, + "height": 13, + "text": "ActionListenerChangeEtu" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8C/wtg=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8C8KzQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -667.903564453125, + "top": 3250, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8DAUNk=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8C8KzQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -667.903564453125, + "top": 3250, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2288, + "top": 1736, + "width": 169.62451171875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iC8C9Vt0=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iC8C+Q/s=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iC8C/wtg=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iC8DAUNk=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iC8DBOW0=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8C7uHc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4irs+Hw0A=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DBOW0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLBVdaI=" + }, + "font": "Arial;13;0", + "left": -328.9517822265625, + "top": 1630, + "width": 196.04736328125, + "height": 13, + "text": "-bout: JButton[*] {collection=\"Set\"}", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": -333.9517822265625, + "top": 1625, + "width": 206.04736328125, + "height": 23 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iC8DCD1w=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8C7uHc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4irs+KaSQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DCD1w=" + }, + "model": { + "$ref": "AAAAAAGE8T4gpq5hzn0=" + }, + "font": "Arial;13;0", + "left": -328.9517822265625, + "top": 1630, + "width": 365.2822265625, + "height": 13, + "text": "«constructor»+ActionListenerChangeEtu(m: Model, e: Etudiant)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4irs+NMCk=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DCD1w=" + }, + "model": { + "$ref": "AAAAAAGE8T4gp65kMU8=" + }, + "font": "Arial;13;0", + "left": -328.9517822265625, + "top": 1645, + "width": 365.2822265625, + "height": 13, + "text": "+actionPerformed(e: ActionEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4irs+Q6uY=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DCD1w=" + }, + "model": { + "$ref": "AAAAAAGE8T4gp65nJ1A=" + }, + "font": "Arial;13;0", + "left": -328.9517822265625, + "top": 1660, + "width": 365.2822265625, + "height": 13, + "text": "+setGroupeB(b: Groupe): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": -333.9517822265625, + "top": 1625, + "width": 375.2822265625, + "height": 53 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iC8DDIeo=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8C7uHc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -333.9517822265625, + "top": 1625, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iC8DEPkk=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8C7uHc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gpq5g3ng=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -333.9517822265625, + "top": 1625, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2288, + "top": 1736, + "width": 169.62451171875, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iC8C8KzQ=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iC8DBOW0=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iC8DCD1w=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iC8DDIeo=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iC8DEPkk=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iC8DF4uA=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iC8DGA/g=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DF4uA=" + }, + "model": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8DHPdE=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DGA/g=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -520.81005859375, + "top": 3164, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8DIAd8=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DGA/g=" + }, + "font": "Arial;13;1", + "left": 2885, + "top": 1767, + "width": 166.8544921875, + "height": 13, + "text": "ActionListenerNouveauEtu" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8DJHuc=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DGA/g=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -520.81005859375, + "top": 3164, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8DKCj8=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DGA/g=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -520.81005859375, + "top": 3164, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2880, + "top": 1760, + "width": 176.8544921875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iC8DHPdE=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iC8DIAd8=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iC8DJHuc=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iC8DKCj8=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iC8DLe2M=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DF4uA=" + }, + "model": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -260.405029296875, + "top": 1582, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iC8DMibs=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DF4uA=" + }, + "model": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4irs+YU/A=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DMibs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gra5rn7I=" + }, + "font": "Arial;13;0", + "left": -255.405029296875, + "top": 1587, + "width": 399.978515625, + "height": 13, + "text": "«constructor»+ActionListenerNouveauEtu(pere: FenetreSelectionEtu)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4irs+bOEs=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DMibs=" + }, + "model": { + "$ref": "AAAAAAGE8T4gra5twh4=" + }, + "font": "Arial;13;0", + "left": -255.405029296875, + "top": 1602, + "width": 399.978515625, + "height": 13, + "text": "+actionPerformed(e: ActionEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": -260.405029296875, + "top": 1582, + "width": 409.978515625, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iC8DNM00=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DF4uA=" + }, + "model": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -260.405029296875, + "top": 1582, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iC8DOL30=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DF4uA=" + }, + "model": { + "$ref": "AAAAAAGE8T4gra5qo2w=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -260.405029296875, + "top": 1582, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2880, + "top": 1760, + "width": 176.8544921875, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iC8DGA/g=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iC8DLe2M=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iC8DMibs=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iC8DNM00=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iC8DOL30=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iC8DPA18=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iC8DQGgE=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DPA18=" + }, + "model": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8DRbsM=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DQGgE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1674.159912109375, + "top": 3298, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8DSTE4=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DQGgE=" + }, + "font": "Arial;13;1", + "left": 3085, + "top": 1767, + "width": 141.5654296875, + "height": 13, + "text": "ActionListenerSuprEtu" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8DTP3g=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DQGgE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1674.159912109375, + "top": 3298, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8DU/t0=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DQGgE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1674.159912109375, + "top": 3298, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 3080, + "top": 1760, + "width": 151.5654296875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iC8DRbsM=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iC8DSTE4=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iC8DTP3g=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iC8DU/t0=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iC8DVgTU=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DPA18=" + }, + "model": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 837.0799560546875, + "top": 1649, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iC8DWCC0=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DPA18=" + }, + "model": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4irs+jTl4=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DWCC0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gsK5xZDc=" + }, + "font": "Arial;13;0", + "left": 842.0799560546875, + "top": 1654, + "width": 347.2041015625, + "height": 13, + "text": "«constructor»+ActionListenerSuprEtu(m: Model, e: Etudiant)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4irs+mtK8=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DWCC0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gsK50aKk=" + }, + "font": "Arial;13;0", + "left": 842.0799560546875, + "top": 1669, + "width": 347.2041015625, + "height": 13, + "text": "+actionPerformed(e: ActionEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 837.0799560546875, + "top": 1649, + "width": 357.2041015625, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iC8DXva0=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DPA18=" + }, + "model": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 837.0799560546875, + "top": 1649, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iC8DYTDQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DPA18=" + }, + "model": { + "$ref": "AAAAAAGE8T4gsK5wLdY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 837.0799560546875, + "top": 1649, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 3080, + "top": 1760, + "width": 151.5654296875, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iC8DQGgE=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iC8DVgTU=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iC8DWCC0=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iC8DXva0=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iC8DYTDQ=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iC8DjT5c=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iC8Dkmbc=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DjT5c=" + }, + "model": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8DlGqU=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8Dkmbc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 4733.609375, + "top": 2066, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8DmU4c=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8Dkmbc=" + }, + "font": "Arial;13;1", + "left": 3013, + "top": 1151, + "width": 75.84814453125, + "height": 13, + "text": "Chargement" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8DnQlQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8Dkmbc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 4733.609375, + "top": 2066, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8Dom6g=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8Dkmbc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 4733.609375, + "top": 2066, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 3008, + "top": 1144, + "width": 85.84814453125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iC8DlGqU=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iC8DmU4c=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iC8DnQlQ=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iC8Dom6g=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iC8Dpo6g=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DjT5c=" + }, + "model": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4ir8/Xigo=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8Dpo6g=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLBuWXM=" + }, + "font": "Arial;13;0", + "left": 2371.8046875, + "top": 1038, + "width": 96.08447265625, + "height": 13, + "text": "-fenetre: JFrame", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 2366.8046875, + "top": 1033, + "width": 106.08447265625, + "height": 23 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iC8Dq2Hc=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DjT5c=" + }, + "model": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ir8/awVc=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8Dq2Hc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gva6XFys=" + }, + "font": "Arial;13;0", + "left": 2371.8046875, + "top": 1038, + "width": 247.1396484375, + "height": 13, + "text": "«constructor»+Chargement(n: JFrame)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ir8/d/h8=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8Dq2Hc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gva6ZqhU=" + }, + "font": "Arial;13;0", + "left": 2371.8046875, + "top": 1053, + "width": 247.1396484375, + "height": 13, + "text": "+dispose(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ir8/gKik=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8Dq2Hc=" + }, + "model": { + "$ref": "AAAAAAGE8T4gva6bqgM=" + }, + "font": "Arial;13;0", + "left": 2371.8046875, + "top": 1068, + "width": 247.1396484375, + "height": 13, + "text": "#paintComponent(pinceau: Graphics): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 2366.8046875, + "top": 1033, + "width": 257.1396484375, + "height": 53 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iC8Drl4A=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DjT5c=" + }, + "model": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2366.8046875, + "top": 1033, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iC8Dsr2g=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DjT5c=" + }, + "model": { + "$ref": "AAAAAAGE8T4gva6WJ/I=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2366.8046875, + "top": 1033, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 3008, + "top": 1144, + "width": 85.84814453125, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iC8Dkmbc=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iC8Dpo6g=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iC8Dq2Hc=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iC8Drl4A=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iC8Dsr2g=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iC8DtscQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gxq6e8Ls=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iC8Du8Nk=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DtscQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gxq6e8Ls=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8Dv8I0=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8Du8Nk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 5344, + "top": 2430, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8Dwz1o=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8Du8Nk=" + }, + "font": "Arial;13;1", + "left": 3569.07421875, + "top": 1333, + "width": 67.16455078125, + "height": 13, + "text": "Connexion" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8Dxq+s=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8Du8Nk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 5344, + "top": 2430, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8DyobM=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8Du8Nk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 5344, + "top": 2430, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 3564.07421875, + "top": 1326, + "width": 77.16455078125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iC8Dv8I0=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iC8Dwz1o=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iC8Dxq+s=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iC8DyobM=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iC8DzLBE=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DtscQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gxq6e8Ls=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2672, + "top": 1215, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iC8D0xsI=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DtscQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gxq6e8Ls=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ir8/oPbI=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8D0xsI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gxq6faX0=" + }, + "font": "Arial;13;0", + "left": 2677, + "top": 1220, + "width": 227.53173828125, + "height": 13, + "underline": true, + "text": "+seConnecter(): User", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isM/r/y8=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8D0xsI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gxq6hmjo=" + }, + "font": "Arial;13;0", + "left": 2677, + "top": 1235, + "width": 227.53173828125, + "height": 13, + "underline": true, + "text": "-retry(first: User, fenetre: JFrame): User", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isM/u0vI=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8D0xsI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gx66lEJM=" + }, + "font": "Arial;13;0", + "left": 2677, + "top": 1250, + "width": 227.53173828125, + "height": 13, + "underline": true, + "text": "+Persistant(): int", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 2672, + "top": 1215, + "width": 237.53173828125, + "height": 53 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iC8D1H7Q=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DtscQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gxq6e8Ls=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2672, + "top": 1215, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iC8D2xTA=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8DtscQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gxq6e8Ls=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2672, + "top": 1215, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 3564.07421875, + "top": 1326, + "width": 77.16455078125, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iC8Du8Nk=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iC8DzLBE=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iC8D0xsI=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iC8D1H7Q=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iC8D2xTA=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iC8D3rD0=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iC8D45io=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8D3rD0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8D5Sn8=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8D45io=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -126.519775390625, + "top": 3196, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8D6eik=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8D45io=" + }, + "font": "Arial;13;1", + "left": 2501, + "top": 1783, + "width": 196.45361328125, + "height": 13, + "text": "ControllerGroupeBChangement" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8D7lnI=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8D45io=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -126.519775390625, + "top": 3196, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8D80OE=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8D45io=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -126.519775390625, + "top": 3196, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2496, + "top": 1776, + "width": 206.45361328125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iC8D5Sn8=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iC8D6eik=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iC8D7lnI=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iC8D80OE=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iC8D9c7o=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8D3rD0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -63.2598876953125, + "top": 1598, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iC8D+yMY=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8D3rD0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isM/2/Bo=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8D+yMY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gx66oM1s=" + }, + "font": "Arial;13;0", + "left": -58.2598876953125, + "top": 1603, + "width": 566.17919921875, + "height": 13, + "text": "«constructor»+ControllerGroupeBChangement(b: Groupe, observateur: ActionListenerChangeEtu)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isM/5q0g=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8D+yMY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gx66rGck=" + }, + "font": "Arial;13;0", + "left": -58.2598876953125, + "top": 1618, + "width": 566.17919921875, + "height": 13, + "text": "+actionPerformed(e: ActionEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": -63.2598876953125, + "top": 1598, + "width": 576.17919921875, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iC8D/aeE=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8D3rD0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -63.2598876953125, + "top": 1598, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iC8EAKCU=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8D3rD0=" + }, + "model": { + "$ref": "AAAAAAGE8T4gx66niAw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -63.2598876953125, + "top": 1598, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2496, + "top": 1776, + "width": 206.45361328125, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iC8D45io=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iC8D9c7o=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iC8D+yMY=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iC8D/aeE=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iC8EAKCU=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iC8EB5/I=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iC8ECQNw=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8EB5/I=" + }, + "model": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8EDsug=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8ECQNw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -3053.549560546875, + "top": 2178, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8EE5ac=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8ECQNw=" + }, + "font": "Arial;13;1", + "left": 2221, + "top": 1207, + "width": 70.052734375, + "height": 13, + "text": "EtudiantNP" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8EFGdE=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8ECQNw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -3053.549560546875, + "top": 2178, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8EGLFQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8ECQNw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -3053.549560546875, + "top": 2178, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2216, + "top": 1200, + "width": 80.052734375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iC8EDsug=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iC8EE5ac=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iC8EFGdE=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iC8EGLFQ=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iC8EHVyQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8EB5/I=" + }, + "model": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4isNABvJY=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8EHVyQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLB1EJQ=" + }, + "font": "Arial;13;0", + "left": -1521.7747802734375, + "top": 1094, + "width": 89.5908203125, + "height": 13, + "underline": true, + "text": "-nextId: int = 0", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4isNAEqUY=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8EHVyQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLB2gpQ=" + }, + "font": "Arial;13;0", + "left": -1521.7747802734375, + "top": 1109, + "width": 89.5908203125, + "height": 13, + "text": "-id: int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4isNAH4c8=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8EHVyQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLB3rOs=" + }, + "font": "Arial;13;0", + "left": -1521.7747802734375, + "top": 1124, + "width": 89.5908203125, + "height": 13, + "text": "-nom: String", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4isNAK/fk=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8EHVyQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLB40mU=" + }, + "font": "Arial;13;0", + "left": -1521.7747802734375, + "top": 1139, + "width": 89.5908203125, + "height": 13, + "text": "-prenom: String", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": -1526.7747802734375, + "top": 1089, + "width": 99.5908203125, + "height": 68 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iC8EIBiI=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8EB5/I=" + }, + "model": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isNAN4Is=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8EIBiI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gy66v13Q=" + }, + "font": "Arial;13;0", + "left": -1521.7747802734375, + "top": 1094, + "width": 358.02685546875, + "height": 13, + "text": "«constructor»+EtudiantNP(nom: String, prenom: String)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isNAQzuk=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8EIBiI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gzK6ytqE=" + }, + "font": "Arial;13;0", + "left": -1521.7747802734375, + "top": 1109, + "width": 358.02685546875, + "height": 13, + "text": "«constructor»+EtudiantNP(nom: String, prenom: String, id: int)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isNATKGU=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8EIBiI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gzK620qY=" + }, + "font": "Arial;13;0", + "left": -1521.7747802734375, + "top": 1124, + "width": 358.02685546875, + "height": 13, + "text": "+getId(): int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isNAW61c=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8EIBiI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gzK640/Y=" + }, + "font": "Arial;13;0", + "left": -1521.7747802734375, + "top": 1139, + "width": 358.02685546875, + "height": 13, + "text": "+getNom(): String", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isNAZXjk=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8EIBiI=" + }, + "model": { + "$ref": "AAAAAAGE8T4gzK668eo=" + }, + "font": "Arial;13;0", + "left": -1521.7747802734375, + "top": 1154, + "width": 358.02685546875, + "height": 13, + "text": "+getPrenom(): String", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": -1526.7747802734375, + "top": 1089, + "width": 368.02685546875, + "height": 83 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iC8EJqyo=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8EB5/I=" + }, + "model": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1526.7747802734375, + "top": 1089, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iC8EKnYU=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8EB5/I=" + }, + "model": { + "$ref": "AAAAAAGE8T4gy66uZX4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1526.7747802734375, + "top": 1089, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2216, + "top": 1200, + "width": 80.052734375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iC8ECQNw=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iC8EHVyQ=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iC8EIBiI=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iC8EJqyo=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iC8EKnYU=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iC8ELGEU=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iC8EMZ8k=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8ELGEU=" + }, + "model": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8ENM+g=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8EMZ8k=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3190.510498046875, + "top": 1362, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8EOIx4=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8EMZ8k=" + }, + "font": "Arial;13;1", + "left": 3437, + "top": 799, + "width": 125.68994140625, + "height": 13, + "text": "FenetreChangement" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iC8EPzOw=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8EMZ8k=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3190.510498046875, + "top": 1362, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMEQU5A=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8EMZ8k=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3190.510498046875, + "top": 1362, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 3432, + "top": 792, + "width": 135.68994140625, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iC8ENM+g=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iC8EOIx4=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iC8EPzOw=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDMEQU5A=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDMEReSA=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8ELGEU=" + }, + "model": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1019.2552490234375, + "top": 777, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDMESImk=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8ELGEU=" + }, + "model": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isdAhnIw=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMESImk=" + }, + "model": { + "$ref": "AAAAAAGE8T4g0q694Fs=" + }, + "font": "Arial;13;0", + "left": 1024.2552490234375, + "top": 782, + "width": 462.54736328125, + "height": 13, + "text": "«constructor»+FenetreChangement(list: AbstractChangementFactory, m: Model)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isdAkRPM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMESImk=" + }, + "model": { + "$ref": "AAAAAAGE8T4g0q7A7rQ=" + }, + "font": "Arial;13;0", + "left": 1024.2552490234375, + "top": 797, + "width": 462.54736328125, + "height": 13, + "text": "+draw(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isdAnOxs=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMESImk=" + }, + "model": { + "$ref": "AAAAAAGE8T4g0q7CRQw=" + }, + "font": "Arial;13;0", + "left": 1024.2552490234375, + "top": 812, + "width": 462.54736328125, + "height": 13, + "text": "+refresh(): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 1019.2552490234375, + "top": 777, + "width": 472.54736328125, + "height": 53 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDMETh2E=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8ELGEU=" + }, + "model": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1019.2552490234375, + "top": 777, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDMEUO9c=", + "_parent": { + "$ref": "AAAAAAGE8T4iC8ELGEU=" + }, + "model": { + "$ref": "AAAAAAGE8T4g0q68LjM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1019.2552490234375, + "top": 777, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 3432, + "top": 792, + "width": 135.68994140625, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iC8EMZ8k=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDMEReSA=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDMESImk=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDMETh2E=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDMEUO9c=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iDMEV8qw=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDMEWnFI=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEV8qw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMEXU2Q=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEWnFI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -630.085205078125, + "top": 2114, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMEYXI0=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEWnFI=" + }, + "font": "Arial;13;1", + "left": 2749, + "top": 1175, + "width": 98.95361328125, + "height": 13, + "text": "FenetreEtudiant" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMEZIu8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEWnFI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -630.085205078125, + "top": 2114, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMEaT4Y=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEWnFI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -630.085205078125, + "top": 2114, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2744, + "top": 1168, + "width": 108.95361328125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDMEXU2Q=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDMEYXI0=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDMEZIu8=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDMEaT4Y=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDMEblWc=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEV8qw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -315.0426025390625, + "top": 1057, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDMEcpzY=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEV8qw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isdAvld8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEcpzY=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1a7Fy9o=" + }, + "font": "Arial;13;0", + "left": -310.0426025390625, + "top": 1062, + "width": 306.01416015625, + "height": 13, + "text": "«constructor»+FenetreEtudiant(g: Groupe, m: Model)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isdAy25w=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEcpzY=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1q7I6T0=" + }, + "font": "Arial;13;0", + "left": -310.0426025390625, + "top": 1077, + "width": 306.01416015625, + "height": 13, + "text": "-draw(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isdA1yDQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEcpzY=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1q7K1KQ=" + }, + "font": "Arial;13;0", + "left": -310.0426025390625, + "top": 1092, + "width": 306.01416015625, + "height": 13, + "text": "+refresh(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isdA4yRk=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEcpzY=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1q7MHME=" + }, + "font": "Arial;13;0", + "left": -310.0426025390625, + "top": 1107, + "width": 306.01416015625, + "height": 13, + "text": "+getPan(): JPanel", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isdA7jL8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEcpzY=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1q7OMbU=" + }, + "font": "Arial;13;0", + "left": -310.0426025390625, + "top": 1122, + "width": 306.01416015625, + "height": 13, + "text": "+listChange(): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": -315.0426025390625, + "top": 1057, + "width": 316.01416015625, + "height": 83 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDMEdY64=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEV8qw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -315.0426025390625, + "top": 1057, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDMEe/KU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEV8qw=" + }, + "model": { + "$ref": "AAAAAAGE8T4g1a7EhzQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -315.0426025390625, + "top": 1057, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2744, + "top": 1168, + "width": 108.95361328125, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDMEWnFI=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDMEblWc=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDMEcpzY=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDMEdY64=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDMEe/KU=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iDMEfIJI=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDMEgz8A=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEfIJI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMEhNwU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEgz8A=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 132.847412109375, + "top": 2226, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMEivAc=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEgz8A=" + }, + "font": "Arial;13;1", + "left": 2893, + "top": 1231, + "width": 93.18359375, + "height": 13, + "text": "FenetreGroupe" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMEjiYw=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEgz8A=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 132.847412109375, + "top": 2226, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMEkmN0=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEgz8A=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 132.847412109375, + "top": 2226, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2888, + "top": 1224, + "width": 103.18359375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDMEhNwU=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDMEivAc=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDMEjiYw=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDMEkmN0=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDMElsFo=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEfIJI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 66.4237060546875, + "top": 1113, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDMEm28A=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEfIJI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isdBD2bY=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEm28A=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7R3qI=" + }, + "font": "Arial;13;0", + "left": 71.4237060546875, + "top": 1118, + "width": 301.67236328125, + "height": 13, + "text": "«constructor»+FenetreGroupe(g: Groupe, m: Model)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isdBGJaw=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEm28A=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7Urv8=" + }, + "font": "Arial;13;0", + "left": 71.4237060546875, + "top": 1133, + "width": 301.67236328125, + "height": 13, + "text": "+getG(): Groupe", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isdBJ590=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEm28A=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7Wcx0=" + }, + "font": "Arial;13;0", + "left": 71.4237060546875, + "top": 1148, + "width": 301.67236328125, + "height": 13, + "text": "+refresh(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isdBMq84=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEm28A=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7Yvcw=" + }, + "font": "Arial;13;0", + "left": 71.4237060546875, + "top": 1163, + "width": 301.67236328125, + "height": 13, + "text": "-draw(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isdBP5/g=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEm28A=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7a6Gg=" + }, + "font": "Arial;13;0", + "left": 71.4237060546875, + "top": 1178, + "width": 301.67236328125, + "height": 13, + "text": "+setG(g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isdBSD7k=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEm28A=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7d108=" + }, + "font": "Arial;13;0", + "left": 71.4237060546875, + "top": 1193, + "width": 301.67236328125, + "height": 13, + "text": "+getPan(): JPanel", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 66.4237060546875, + "top": 1113, + "width": 311.67236328125, + "height": 98 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDMEnfWI=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEfIJI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 66.4237060546875, + "top": 1113, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDMEoXz4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEfIJI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g3K7QYOo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 66.4237060546875, + "top": 1113, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2888, + "top": 1224, + "width": 103.18359375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDMEgz8A=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDMElsFo=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDMEm28A=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDMEnfWI=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDMEoXz4=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iDMEppzE=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDMEqWOg=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEppzE=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMEr0Gg=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEqWOg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -2399.226806640625, + "top": 2338, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMEsu/o=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEqWOg=" + }, + "font": "Arial;13;1", + "left": 2885, + "top": 1287, + "width": 125.6962890625, + "height": 13, + "text": "FenetreSelectionEtu" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMEtuKo=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEqWOg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -2399.226806640625, + "top": 2338, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMEuVhw=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEqWOg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -2399.226806640625, + "top": 2338, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2880, + "top": 1280, + "width": 135.6962890625, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDMEr0Gg=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDMEsu/o=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDMEtuKo=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDMEuVhw=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDMEvxaM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEppzE=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1199.6134033203125, + "top": 1169, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDMEwjbc=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEppzE=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isdBapKE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEwjbc=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7g/yA=" + }, + "font": "Arial;13;0", + "left": -1194.6134033203125, + "top": 1174, + "width": 591.4873046875, + "height": 13, + "text": "«constructor»+FenetreSelectionEtu(g: Groupe, liste: Etudiant[*], supression: boolean, etu0: Etudiant[*])", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isdBdn1c=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEwjbc=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7ldOA=" + }, + "font": "Arial;13;0", + "left": -1194.6134033203125, + "top": 1189, + "width": 591.4873046875, + "height": 13, + "text": "+addList(index: int): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4isdBge2A=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEwjbc=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7oa5w=" + }, + "font": "Arial;13;0", + "left": -1194.6134033203125, + "top": 1204, + "width": 591.4873046875, + "height": 13, + "text": "+removeList(index: int): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4istBjm0s=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEwjbc=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7rmnk=" + }, + "font": "Arial;13;0", + "left": -1194.6134033203125, + "top": 1219, + "width": 591.4873046875, + "height": 13, + "text": "+addEtudiant(nom: String, prenom: String): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4istBmu/Q=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEwjbc=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7vPl4=" + }, + "font": "Arial;13;0", + "left": -1194.6134033203125, + "top": 1234, + "width": 591.4873046875, + "height": 13, + "text": "-draw(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4istBpYTk=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEwjbc=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7x9pI=" + }, + "font": "Arial;13;0", + "left": -1194.6134033203125, + "top": 1249, + "width": 591.4873046875, + "height": 13, + "text": "+addAll(): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": -1199.6134033203125, + "top": 1169, + "width": 601.4873046875, + "height": 98 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDMEx+gs=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEppzE=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1199.6134033203125, + "top": 1169, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDMEyzoI=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEppzE=" + }, + "model": { + "$ref": "AAAAAAGE8T4g5K7fRQY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1199.6134033203125, + "top": 1169, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2880, + "top": 1280, + "width": 135.6962890625, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDMEqWOg=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDMEvxaM=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDMEwjbc=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDMEx+gs=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDMEyzoI=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iDMEzZvM=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDME0rDU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEzZvM=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDME1yS4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDME0rDU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -2765.406005859375, + "top": 1282, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDME2zzI=", + "_parent": { + "$ref": "AAAAAAGE8T4iDME0rDU=" + }, + "font": "Arial;13;1", + "left": 2229, + "top": 759, + "width": 96.07177734375, + "height": 13, + "text": "FindBarFenetre" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDME3xPk=", + "_parent": { + "$ref": "AAAAAAGE8T4iDME0rDU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -2765.406005859375, + "top": 1282, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDME4/dk=", + "_parent": { + "$ref": "AAAAAAGE8T4iDME0rDU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -2765.406005859375, + "top": 1282, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2224, + "top": 752, + "width": 106.07177734375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDME1yS4=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDME2zzI=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDME3xPk=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDME4/dk=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDME5Nck=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEzZvM=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1382.7030029296875, + "top": 641, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDME6U2U=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEzZvM=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4istBxd4w=", + "_parent": { + "$ref": "AAAAAAGE8T4iDME6U2U=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K70p4E=" + }, + "font": "Arial;13;0", + "left": -1377.7030029296875, + "top": 646, + "width": 238.79248046875, + "height": 13, + "text": "«constructor»+FindBarFenetre(m: Model)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4istB0Mts=", + "_parent": { + "$ref": "AAAAAAGE8T4iDME6U2U=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K72uk8=" + }, + "font": "Arial;13;0", + "left": -1377.7030029296875, + "top": 661, + "width": 238.79248046875, + "height": 13, + "text": "-draw(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4istB3BAg=", + "_parent": { + "$ref": "AAAAAAGE8T4iDME6U2U=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K74Dwk=" + }, + "font": "Arial;13;0", + "left": -1377.7030029296875, + "top": 676, + "width": 238.79248046875, + "height": 13, + "text": "+getPanel(): JPanel", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4istB6HGM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDME6U2U=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K76YlI=" + }, + "font": "Arial;13;0", + "left": -1377.7030029296875, + "top": 691, + "width": 238.79248046875, + "height": 13, + "text": "+search(name: String): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4istB9mko=", + "_parent": { + "$ref": "AAAAAAGE8T4iDME6U2U=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K79wm8=" + }, + "font": "Arial;13;0", + "left": -1377.7030029296875, + "top": 706, + "width": 238.79248046875, + "height": 13, + "text": "+showGroupe(toshow: Etudiant): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": -1382.7030029296875, + "top": 641, + "width": 248.79248046875, + "height": 83 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDME798E=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEzZvM=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1382.7030029296875, + "top": 641, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDME8f70=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMEzZvM=" + }, + "model": { + "$ref": "AAAAAAGE8T4g6K7zzI4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1382.7030029296875, + "top": 641, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2224, + "top": 752, + "width": 106.07177734375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDME0rDU=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDME5Nck=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDME6U2U=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDME798E=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDME8f70=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iDME94Mk=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDME+/w8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDME94Mk=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDME/N78=", + "_parent": { + "$ref": "AAAAAAGE8T4iDME+/w8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -949.519775390625, + "top": 1762, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMFAJ94=", + "_parent": { + "$ref": "AAAAAAGE8T4iDME+/w8=" + }, + "font": "Arial;13;1", + "left": 2485, + "top": 999, + "width": 64.28271484375, + "height": 13, + "text": "GroupeNP" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMFB8KI=", + "_parent": { + "$ref": "AAAAAAGE8T4iDME+/w8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -949.519775390625, + "top": 1762, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMFC/L8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDME+/w8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -949.519775390625, + "top": 1762, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2480, + "top": 992, + "width": 74.28271484375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDME/N78=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDMFAJ94=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDMFB8KI=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDMFC/L8=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDMFDWGU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDME94Mk=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4istCFlqA=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFDWGU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbCnqTI=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 886, + "width": 82.74169921875, + "height": 13, + "underline": true, + "text": "-nextId: int = 0", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4istCIVXU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFDWGU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbCoTLY=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 901, + "width": 82.74169921875, + "height": 13, + "text": "-id: int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4istCL7qA=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFDWGU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbCp9YI=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 916, + "width": 82.74169921875, + "height": 13, + "text": "-name: String", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4istCO/88=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFDWGU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbCqmDo=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 931, + "width": 82.74169921875, + "height": 13, + "text": "-min: int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4istCR+HI=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFDWGU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbCrzYk=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 946, + "width": 82.74169921875, + "height": 13, + "text": "-max: int", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": -474.7598876953125, + "top": 881, + "width": 92.74169921875, + "height": 83 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDMFEi0Q=", + "_parent": { + "$ref": "AAAAAAGE8T4iDME94Mk=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4istCUBE0=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8Bbdo=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 886, + "width": 564.68115234375, + "height": 13, + "text": "«constructor»+GroupeNP(name: String, min: int, max: int)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4istCXkAY=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8FVvw=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 901, + "width": 564.68115234375, + "height": 13, + "text": "«constructor»+GroupeNP(id: int, name: String, min: int, max: int, type: TypeGroupe, pere: Groupe)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4istCao4E=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8MzJ8=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 916, + "width": 564.68115234375, + "height": 13, + "text": "«constructor»+GroupeNP(pere: Groupe, name: String, min: int, max: int)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4istCd8FM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8RNiM=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 931, + "width": 564.68115234375, + "height": 13, + "text": "«constructor»+GroupeNP(pere: Groupe)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4istCgHB4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8T5VQ=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 946, + "width": 564.68115234375, + "height": 13, + "text": "+addEtudiant(e: Etudiant): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4istCjNNs=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8WYDY=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 961, + "width": 564.68115234375, + "height": 13, + "text": "+removeEtudiant(e: Etudiant): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4is9CmdUE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8Z8sU=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 976, + "width": 564.68115234375, + "height": 13, + "text": "+addSousGroupe(g: Groupe): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4is9CpQzM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8cd2s=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 991, + "width": 564.68115234375, + "height": 13, + "text": "+removeSousGroupe(g: Groupe): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4is9Cs6tU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8fWKc=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 1006, + "width": 564.68115234375, + "height": 13, + "text": "+getId(): int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4is9CvURU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8hYcA=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 1021, + "width": 564.68115234375, + "height": 13, + "text": "+getName(): String", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4is9CyUcs=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8jyD4=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 1036, + "width": 564.68115234375, + "height": 13, + "text": "+getMin(): int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4is9C1mZM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8lrzk=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 1051, + "width": 564.68115234375, + "height": 13, + "text": "+getMax(): int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4is9C4yhw=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8nK8M=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 1066, + "width": 564.68115234375, + "height": 13, + "text": "+getSize(): int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4is9C7fnA=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8pRFg=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 1081, + "width": 564.68115234375, + "height": 13, + "text": "+getType(): TypeGroupe", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4is9C+vss=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8r8tI=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 1096, + "width": 564.68115234375, + "height": 13, + "text": "+getPointPoint(): Groupe", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4is9DBOtg=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8tCiM=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 1111, + "width": 564.68115234375, + "height": 13, + "text": "+getSousGroupes(): Groupe[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4is9DEKvs=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8viBE=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 1126, + "width": 564.68115234375, + "height": 13, + "text": "+getEtudiants(): Etudiant[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4is9DHmIU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8xjs0=" + }, + "font": "Arial;13;0", + "left": -469.7598876953125, + "top": 1141, + "width": 564.68115234375, + "height": 13, + "text": "+setName(s: String): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": -474.7598876953125, + "top": 881, + "width": 574.68115234375, + "height": 278 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDMFFCJI=", + "_parent": { + "$ref": "AAAAAAGE8T4iDME94Mk=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -474.7598876953125, + "top": 881, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDMFGjAg=", + "_parent": { + "$ref": "AAAAAAGE8T4iDME94Mk=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8a8AkPg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -474.7598876953125, + "top": 881, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2480, + "top": 992, + "width": 74.28271484375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDME+/w8=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDMFDWGU=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDMFEi0Q=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDMFFCJI=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDMFGjAg=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iDMFHDd8=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDMFIHwE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFHDd8=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMFJPXQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFIHwE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -3078.99267578125, + "top": 3116, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMFKrBw=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFIHwE=" + }, + "font": "Arial;13;1", + "left": 1957, + "top": 1743, + "width": 99.68359375, + "height": 13, + "text": "ListenerFindBar" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMFLlwo=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFIHwE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -3078.99267578125, + "top": 3116, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMFMMbY=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFIHwE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -3078.99267578125, + "top": 3116, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 1952, + "top": 1736, + "width": 109.68359375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDMFJPXQ=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDMFKrBw=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDMFLlwo=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDMFMMbY=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDMFNimE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFHDd8=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1379.496337890625, + "top": 1478, + "width": 48.66357421875, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDMFOVdo=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFHDd8=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4is9DPekw=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFOVdo=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8q81o3c=" + }, + "font": "Arial;13;0", + "left": -1374.496337890625, + "top": 1483, + "width": 394.1767578125, + "height": 13, + "text": "«constructor»+ListenerFindBar(fenetre: FindBarFenetre, e: Etudiant)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4is9DSGqg=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFOVdo=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8q84UQM=" + }, + "font": "Arial;13;0", + "left": -1374.496337890625, + "top": 1498, + "width": 394.1767578125, + "height": 13, + "text": "+actionPerformed(e: ActionEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": -1379.496337890625, + "top": 1478, + "width": 404.1767578125, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDMFPIa4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFHDd8=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1379.496337890625, + "top": 1478, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDMFQuRw=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFHDd8=" + }, + "model": { + "$ref": "AAAAAAGE8T4g8q80IqM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1379.496337890625, + "top": 1478, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 1952, + "top": 1736, + "width": 109.68359375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDMFIHwE=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDMFNimE=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDMFOVdo=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDMFPIa4=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDMFQuRw=" + } + }, + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8T4iDMFR61Q=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDMFSxx8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFR61Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMFT8e4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFSxx8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2975.6953125, + "top": 1432, + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMFU7yQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFSxx8=" + }, + "font": "Arial;13;1", + "left": 2893, + "top": 766, + "width": 37.552734375, + "height": 13, + "text": "Model" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMFVqvM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFSxx8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2975.6953125, + "top": 1432, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMFW4KU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFSxx8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2975.6953125, + "top": 1432, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2888, + "top": 759, + "width": 47.552734375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDMFT8e4=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDMFU7yQ=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDMFVqvM=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDMFW4KU=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDMFXYFs=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFR61Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1487.84765625, + "top": 716, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDMFYlCI=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFR61Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itNDapog=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K88w+s=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 721, + "width": 412.94677734375, + "height": 13, + "text": "+showGroupe(g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itNDdT78=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K8/eIs=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 736, + "width": 412.94677734375, + "height": 13, + "text": "+getFenetre(): JFrame", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itNDg1Gw=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K9BMX4=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 751, + "width": 412.94677734375, + "height": 13, + "text": "+getEtudiant(): Etudiant[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itNDjpvw=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K9D4m4=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 766, + "width": 412.94677734375, + "height": 13, + "text": "+deleteEtu(e: Etudiant): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itNDmy9Y=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K9GaqE=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 781, + "width": 412.94677734375, + "height": 13, + "text": "+addEtudiant(g: Groupe, e: Etudiant): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itNDph4Y=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K9KozU=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 796, + "width": 412.94677734375, + "height": 13, + "text": "+delete(g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itNDsHK0=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K9No5g=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 811, + "width": 412.94677734375, + "height": 13, + "text": "+rename(name: String, g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itNDvXSc=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K9R3Gk=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 826, + "width": 412.94677734375, + "height": 13, + "text": "+partition(g: Groupe, n: int, name: String): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itNDyfOQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K9WsHY=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 841, + "width": 412.94677734375, + "height": 13, + "text": "+free(g: Groupe, name: String, min: int, max: int, ajout: Etudiant[*]): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itND1a+o=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a9doLc=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 856, + "width": 412.94677734375, + "height": 13, + "text": "+addPromo(min: int, max: int, name: String, ajout: Etudiant[*]): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itND4Trg=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a9jie0=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 871, + "width": 412.94677734375, + "height": 13, + "text": "+changeGroupe(e: Etudiant, b: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itND7jTE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a9n2HE=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 886, + "width": 412.94677734375, + "height": 13, + "text": "+getGroupePartition(): Groupe[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itND+8Dg=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a9pGC8=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 901, + "width": 412.94677734375, + "height": 13, + "text": "+listChange(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itNEBhc0=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a9r1bg=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 916, + "width": 412.94677734375, + "height": 13, + "text": "+change(change: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itNEE9JM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a9u24c=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 931, + "width": 412.94677734375, + "height": 13, + "text": "+deleteChange(to_delete: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itNEHUsg=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a9xSF0=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 946, + "width": 412.94677734375, + "height": 13, + "text": "+showRaisonChange(change: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itNEKxDY=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a90QrA=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 961, + "width": 412.94677734375, + "height": 13, + "text": "+findEtu(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itNENJBg=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a92Qgo=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 976, + "width": 412.94677734375, + "height": 13, + "text": "+getEtu(name: String): Etudiant[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itNEQfkI=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9a95PLs=" + }, + "font": "Arial;13;0", + "left": 1492.84765625, + "top": 991, + "width": 412.94677734375, + "height": 13, + "text": "+showGroupOfEtudiant(e: Etudiant): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 1487.84765625, + "top": 716, + "width": 422.94677734375, + "height": 293 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDMFZV2Q=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFR61Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1487.84765625, + "top": 716, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDMFay74=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFR61Q=" + }, + "model": { + "$ref": "AAAAAAGE8T4g9K87lLg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1487.84765625, + "top": 716, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2888, + "top": 736, + "width": 47.552734375, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDMFSxx8=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDMFXYFs=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDMFYlCI=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDMFZV2Q=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDMFay74=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iDMFbxZ4=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDMFcUsw=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFbxZ4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMFdEWQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFcUsw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2484.527099609375, + "top": 1180, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMFeWRc=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFcUsw=" + }, + "font": "Arial;13;1", + "left": 3069, + "top": 775, + "width": 67.15185546875, + "height": 13, + "text": "ModelRoot" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMFfj0U=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFcUsw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2484.527099609375, + "top": 1180, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMFgSv8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFcUsw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2484.527099609375, + "top": 1180, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 3064, + "top": 768, + "width": 77.15185546875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDMFdEWQ=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDMFeWRc=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDMFfj0U=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDMFgSv8=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDMFhvT4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFbxZ4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4itdEYB18=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFhvT4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDP170=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 595, + "width": 96.08447265625, + "height": 13, + "text": "-fenetre: JFrame", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 1242.2635498046875, + "top": 590, + "width": 106.08447265625, + "height": 23 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDMFirH8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFbxZ4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdEb/WE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq99uA8=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 595, + "width": 412.94677734375, + "height": 13, + "text": "«constructor»+ModelRoot()", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdEe8KQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq9+XME=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 610, + "width": 412.94677734375, + "height": 13, + "text": "+showGroupe(g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdEhlAs=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+BfTo=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 625, + "width": 412.94677734375, + "height": 13, + "text": "+getFenetre(): JFrame", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdEkbYo=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+DGs0=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 640, + "width": 412.94677734375, + "height": 13, + "text": "+getEtudiant(): Etudiant[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdEnA8E=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+Fupk=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 655, + "width": 412.94677734375, + "height": 13, + "text": "+deleteEtu(e: Etudiant): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdEq7iY=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+IzdI=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 670, + "width": 412.94677734375, + "height": 13, + "text": "-deleteEtutoChildren(e: Etudiant, g: Groupe): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdEtJ74=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+MVWY=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 685, + "width": 412.94677734375, + "height": 13, + "text": "+addEtudiant(g: Groupe, e: Etudiant): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdEweMA=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+QCyo=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 700, + "width": 412.94677734375, + "height": 13, + "text": "-addEtuToParent(g: Groupe, e: Etudiant): boolean", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdEzC0Q=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+U4/c=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 715, + "width": 412.94677734375, + "height": 13, + "text": "+delete(g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdE2Vk8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+XVDs=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 730, + "width": 412.94677734375, + "height": 13, + "text": "+rename(name: String, g: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdE5sYE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+bLnU=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 745, + "width": 412.94677734375, + "height": 13, + "text": "+partition(g: Groupe, n: int, name: String): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdE8U/M=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+gv+M=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 760, + "width": 412.94677734375, + "height": 13, + "text": "+free(g: Groupe, name: String, min: int, max: int, ajout: Etudiant[*]): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdE/Yv8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+nZFk=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 775, + "width": 412.94677734375, + "height": 13, + "text": "+addPromo(min: int, max: int, name: String, ajout: Etudiant[*]): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdFC36s=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+t62A=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 790, + "width": 412.94677734375, + "height": 13, + "text": "+changeGroupe(e: Etudiant, b: Groupe): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdFFUWU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+xu0Y=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 805, + "width": 412.94677734375, + "height": 13, + "text": "+getGroupePartition(): Groupe[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdFIgkU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+zxbs=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 820, + "width": 412.94677734375, + "height": 13, + "text": "+listChange(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdFLFWs=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+1KSI=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 835, + "width": 412.94677734375, + "height": 13, + "text": "+change(change: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdFObDU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+4CBA=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 850, + "width": 412.94677734375, + "height": 13, + "text": "+deleteChange(to_delete: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdFRjU8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq+7rpw=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 865, + "width": 412.94677734375, + "height": 13, + "text": "+showRaisonChange(change: Changement): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdFUDO4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq++sys=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 880, + "width": 412.94677734375, + "height": 13, + "text": "+findEtu(): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdFXqiE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq/A+PQ=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 895, + "width": 412.94677734375, + "height": 13, + "text": "+getEtu(name: String): Etudiant[*]", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4itdFa1RM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq/DlXc=" + }, + "font": "Arial;13;0", + "left": 1247.2635498046875, + "top": 910, + "width": 412.94677734375, + "height": 13, + "text": "+showGroupOfEtudiant(e: Etudiant): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 1242.2635498046875, + "top": 590, + "width": 422.94677734375, + "height": 338 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDMFjdQM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFbxZ4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1242.2635498046875, + "top": 590, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDMFkUyY=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFbxZ4=" + }, + "model": { + "$ref": "AAAAAAGE8T4hAq98PTc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1242.2635498046875, + "top": 590, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 3064, + "top": 768, + "width": 77.15185546875, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDMFcUsw=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDMFhvT4=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDMFirH8=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDMFjdQM=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDMFkUyY=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iDMFvS98=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDMFws34=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFvS98=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMFxFtQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFws34=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 111.130615234375, + "top": 3250, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMFygXo=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFws34=" + }, + "font": "Arial;13;1", + "left": 2093, + "top": 1743, + "width": 170.4853515625, + "height": 13, + "text": "ObservateurChangeGroupe" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMFzp84=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFws34=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 111.130615234375, + "top": 3250, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDMF0U0k=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFws34=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 111.130615234375, + "top": 3250, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2088, + "top": 1736, + "width": 180.4853515625, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDMFxFtQ=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDMFygXo=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDMFzp84=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDMF0U0k=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDcF1D2w=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFvS98=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 55.5653076171875, + "top": 1625, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDcF2yLA=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFvS98=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ittFqktw=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcF2yLA=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/KVAc=" + }, + "font": "Arial;13;0", + "left": 60.5653076171875, + "top": 1630, + "width": 373.9404296875, + "height": 13, + "text": "«constructor»+ObservateurChangeGroupe(m: Model, g: Groupe)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ittFtbyU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcF2yLA=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/Ng1Q=" + }, + "font": "Arial;13;0", + "left": 60.5653076171875, + "top": 1645, + "width": 373.9404296875, + "height": 13, + "text": "+actionPerformed(e: ActionEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 55.5653076171875, + "top": 1625, + "width": 383.9404296875, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDcF35Hk=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFvS98=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 55.5653076171875, + "top": 1625, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDcF4kJ4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDMFvS98=" + }, + "model": { + "$ref": "AAAAAAGE8T4hA6/JPkw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 55.5653076171875, + "top": 1625, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2088, + "top": 1736, + "width": 180.4853515625, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDMFws34=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDcF1D2w=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDcF2yLA=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDcF35Hk=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDcF4kJ4=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iDcF53YM=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDcF6muU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcF53YM=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcF70Nc=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcF6muU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -513.655029296875, + "top": 3294, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcF8RhE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcF6muU=" + }, + "font": "Arial;13;1", + "left": 3631, + "top": 1765, + "width": 123.55078125, + "height": 13, + "text": "ObservateurFenetre" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcF9uKg=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcF6muU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -513.655029296875, + "top": 3294, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcF+8Ag=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcF6muU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -513.655029296875, + "top": 3294, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 3626, + "top": 1758, + "width": 133.55078125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDcF70Nc=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDcF8RhE=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDcF9uKg=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDcF+8Ag=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDcF//XU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcF53YM=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -256.8275146484375, + "top": 1647, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDcGAsTo=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcF53YM=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ittF1zJM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGAsTo=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/RjoI=" + }, + "font": "Arial;13;0", + "left": -251.8275146484375, + "top": 1652, + "width": 253.2587890625, + "height": 13, + "text": "«constructor»+ObservateurFenetre()", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ittF4y2g=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGAsTo=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/S5BQ=" + }, + "font": "Arial;13;0", + "left": -251.8275146484375, + "top": 1667, + "width": 253.2587890625, + "height": 13, + "text": "+windowActivated(e: WindowEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ittF7fbE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGAsTo=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/V6RM=" + }, + "font": "Arial;13;0", + "left": -251.8275146484375, + "top": 1682, + "width": 253.2587890625, + "height": 13, + "text": "+windowClosed(e: WindowEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ittF+tYM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGAsTo=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/YVkc=" + }, + "font": "Arial;13;0", + "left": -251.8275146484375, + "top": 1697, + "width": 253.2587890625, + "height": 13, + "text": "+windowClosing(e: WindowEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ittGBNkk=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGAsTo=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/bO5U=" + }, + "font": "Arial;13;0", + "left": -251.8275146484375, + "top": 1712, + "width": 253.2587890625, + "height": 13, + "text": "+windowDeactivated(e: WindowEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ittGEmt4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGAsTo=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/ewm4=" + }, + "font": "Arial;13;0", + "left": -251.8275146484375, + "top": 1727, + "width": 253.2587890625, + "height": 13, + "text": "+windowDeiconified(e: WindowEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ittGHbas=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGAsTo=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/hYAo=" + }, + "font": "Arial;13;0", + "left": -251.8275146484375, + "top": 1742, + "width": 253.2587890625, + "height": 13, + "text": "+windowIconified(e: WindowEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4ittGKXj4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGAsTo=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/kt/A=" + }, + "font": "Arial;13;0", + "left": -251.8275146484375, + "top": 1757, + "width": 253.2587890625, + "height": 13, + "text": "+windowOpened(e: WindowEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": -256.8275146484375, + "top": 1647, + "width": 263.2587890625, + "height": 128 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDcGBr84=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcF53YM=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -256.8275146484375, + "top": 1647, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDcGCGAg=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcF53YM=" + }, + "model": { + "$ref": "AAAAAAGE8T4hB6/QCJk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -256.8275146484375, + "top": 1647, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 3626, + "top": 1758, + "width": 133.55078125, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDcF6muU=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDcF//XU=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDcGAsTo=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDcGBr84=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDcGCGAg=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iDcGDbcU=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDcGEPoE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGDbcU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcGFWYs=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGEPoE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1679.029052734375, + "top": 3298, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcGGwts=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGEPoE=" + }, + "font": "Arial;13;1", + "left": 3269, + "top": 1767, + "width": 157.46630859375, + "height": 13, + "text": "ObservateurModifGroupe" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcGHsfs=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGEPoE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1679.029052734375, + "top": 3298, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcGIs6A=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGEPoE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1679.029052734375, + "top": 3298, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 3264, + "top": 1760, + "width": 167.46630859375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDcGFWYs=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDcGGwts=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDcGHsfs=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDcGIs6A=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDcGJylE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGDbcU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 839.5145263671875, + "top": 1649, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDcGKkO8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGDbcU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4it9GSHzE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGKkO8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hEq/oyIw=" + }, + "font": "Arial;13;0", + "left": 844.5145263671875, + "top": 1654, + "width": 360.19140625, + "height": 13, + "text": "«constructor»+ObservateurModifGroupe(m: Model, g: Groupe)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4it9GV6GY=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGKkO8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hEq/r4uk=" + }, + "font": "Arial;13;0", + "left": 844.5145263671875, + "top": 1669, + "width": 360.19140625, + "height": 13, + "text": "+actionPerformed(e: ActionEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 839.5145263671875, + "top": 1649, + "width": 370.19140625, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDcGLlD4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGDbcU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 839.5145263671875, + "top": 1649, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDcGMcDg=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGDbcU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hEq/nYT0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 839.5145263671875, + "top": 1649, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 3264, + "top": 1760, + "width": 167.46630859375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDcGEPoE=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDcGJylE=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDcGKkO8=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDcGLlD4=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDcGMcDg=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iDcGNS8Y=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDcGOWPs=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGNS8Y=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcGP4OQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGOWPs=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1718.619384765625, + "top": 2690, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcGQ6dM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGOWPs=" + }, + "font": "Arial;13;1", + "left": 3421, + "top": 1463, + "width": 86.67724609375, + "height": 13, + "text": "PanelEtudiant" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcGRpOc=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGOWPs=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1718.619384765625, + "top": 2690, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcGSLe0=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGOWPs=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1718.619384765625, + "top": 2690, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 3416, + "top": 1456, + "width": 96.67724609375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDcGP4OQ=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDcGQ6dM=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDcGRpOc=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDcGSLe0=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDcGTve8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGNS8Y=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4it9Gdex0=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGTve8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDfOsg=" + }, + "font": "Arial;13;0", + "left": -854.3096923828125, + "top": 1350, + "width": 113.4326171875, + "height": 13, + "text": "-supprimer: JButton", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4it9GgZGA=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGTve8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDg0As=" + }, + "font": "Arial;13;0", + "left": -854.3096923828125, + "top": 1365, + "width": 113.4326171875, + "height": 13, + "text": "-deplacer: JButton", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": -859.3096923828125, + "top": 1345, + "width": 123.4326171875, + "height": 38 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDcGUR6U=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGNS8Y=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4it9GjcEI=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGUR6U=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFK/vh/Y=" + }, + "font": "Arial;13;0", + "left": -854.3096923828125, + "top": 1350, + "width": 341.48486328125, + "height": 13, + "text": "«constructor»+PanelEtudiant(e: Etudiant, change: boolean)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4it9Gm8U8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGUR6U=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFK/ybsc=" + }, + "font": "Arial;13;0", + "left": -854.3096923828125, + "top": 1365, + "width": 341.48486328125, + "height": 13, + "text": "+addActionDeleteListener(a: ActionListener): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4it9Gpsmc=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGUR6U=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFK/1Z08=" + }, + "font": "Arial;13;0", + "left": -854.3096923828125, + "top": 1380, + "width": 341.48486328125, + "height": 13, + "text": "+addActionChangeListener(a: ActionListener): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": -859.3096923828125, + "top": 1345, + "width": 351.48486328125, + "height": 53 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDcGVfl4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGNS8Y=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -859.3096923828125, + "top": 1345, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDcGWzjU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGNS8Y=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFK/u+QU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -859.3096923828125, + "top": 1345, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 3416, + "top": 1456, + "width": 96.67724609375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDcGOWPs=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDcGTve8=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDcGUR6U=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDcGVfl4=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDcGWzjU=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iDcGXBGk=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDcGYbZw=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGXBGk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcGZA0I=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGYbZw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -2162.05908203125, + "top": 2444, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcGaDwY=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGYbZw=" + }, + "font": "Arial;13;1", + "left": 2957, + "top": 1407, + "width": 110.525390625, + "height": 13, + "text": "SelecteurEtudiant" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcGbzEQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGYbZw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -2162.05908203125, + "top": 2444, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcGcgok=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGYbZw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -2162.05908203125, + "top": 2444, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2952, + "top": 1400, + "width": 120.525390625, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDcGZA0I=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDcGaDwY=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDcGbzEQ=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDcGcgok=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDcGdqx0=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGXBGk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4it9GxPfE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGdqx0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDkJm4=" + }, + "font": "Arial;13;0", + "left": -1076.029541015625, + "top": 1227, + "width": 56.36083984375, + "height": 13, + "text": "-index: int", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": -1081.029541015625, + "top": 1222, + "width": 66.36083984375, + "height": 23 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDcGevxU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGXBGk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4it9G0jMQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGevxU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFq/5gkU=" + }, + "font": "Arial;13;0", + "left": -1076.029541015625, + "top": 1227, + "width": 407.92578125, + "height": 13, + "text": "«constructor»+SelecteurEtudiant(index: int, pere: FenetreSelectionEtu)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4it9G3QwM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGevxU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFq/8BZA=" + }, + "font": "Arial;13;0", + "left": -1076.029541015625, + "top": 1242, + "width": 407.92578125, + "height": 13, + "text": "+mouseClicked(e: MouseEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4it9G6jBQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGevxU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFq//6bM=" + }, + "font": "Arial;13;0", + "left": -1076.029541015625, + "top": 1257, + "width": 407.92578125, + "height": 13, + "text": "+mouseEntered(e: MouseEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4it9G9NlA=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGevxU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFrACWfM=" + }, + "font": "Arial;13;0", + "left": -1076.029541015625, + "top": 1272, + "width": 407.92578125, + "height": 13, + "text": "+mouseExited(e: MouseEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iuNHAVMw=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGevxU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFrAFmKI=" + }, + "font": "Arial;13;0", + "left": -1076.029541015625, + "top": 1287, + "width": 407.92578125, + "height": 13, + "text": "+mousePressed(e: MouseEvent): void", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iuNHDlJE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGevxU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFrAIlwc=" + }, + "font": "Arial;13;0", + "left": -1076.029541015625, + "top": 1302, + "width": 407.92578125, + "height": 13, + "text": "+mouseReleased(e: MouseEvent): void", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": -1081.029541015625, + "top": 1222, + "width": 417.92578125, + "height": 98 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDcGfJR0=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGXBGk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1081.029541015625, + "top": 1222, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDcGg5x0=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGXBGk=" + }, + "model": { + "$ref": "AAAAAAGE8T4hFq/4a4U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1081.029541015625, + "top": 1222, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2952, + "top": 1400, + "width": 120.525390625, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDcGYbZw=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDcGdqx0=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDcGevxU=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDcGfJR0=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDcGg5x0=" + } + }, + { + "_type": "UMLEnumerationView", + "_id": "AAAAAAGE8T4iDcGh5ek=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDcGiZhE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGh5ek=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcGjJW4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGiZhE=" + }, + "font": "Arial;13;0", + "left": 2613, + "top": 1221, + "width": 86.72802734375, + "height": 13, + "text": "«enumeration»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcGkz7Y=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGiZhE=" + }, + "font": "Arial;13;1", + "left": 2613, + "top": 1236, + "width": 86.72802734375, + "height": 13, + "text": "TypeGroupe" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcGlMrk=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGiZhE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2087.12158203125, + "top": 2381, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcGmfLA=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGiZhE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2087.12158203125, + "top": 2381, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2608, + "top": 1216, + "width": 96.72802734375, + "height": 38, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDcGjJW4=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDcGkz7Y=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDcGlMrk=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDcGmfLA=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDcGnZCo=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGh5ek=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8T4iuNHMafQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGnZCo=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDlKdE=" + }, + "font": "Arial;13;0", + "left": 1048.560791015625, + "top": 1195.5, + "width": 143.076171875, + "height": 13, + "text": "-name: String {readOnly}", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 1043.560791015625, + "top": 1190.5, + "width": 153.076171875, + "height": 23 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDcGoc6s=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGh5ek=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iuNHP0jg=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGoc6s=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7APgzw=" + }, + "font": "Arial;13;0", + "left": 1048.560791015625, + "top": 1195.5, + "width": 210.97705078125, + "height": 13, + "text": "«constructor»-TypeGroupe(s: String)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8T4iuNHSyZQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGoc6s=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7AR4bs=" + }, + "font": "Arial;13;0", + "left": 1048.560791015625, + "top": 1210.5, + "width": 210.97705078125, + "height": 13, + "underline": true, + "text": "+getType(s: String): TypeGroupe", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 1043.560791015625, + "top": 1190.5, + "width": 220.97705078125, + "height": 38 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDcGpgSw=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGh5ek=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1043.560791015625, + "top": 1190.5, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDcGq65g=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGh5ek=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1043.560791015625, + "top": 1190.5, + "width": 10, + "height": 10 + }, + { + "_type": "UMLEnumerationLiteralCompartmentView", + "_id": "AAAAAAGE8T4iDcGrKtc=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGh5ek=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7ALIcQ=" + }, + "subViews": [ + { + "_type": "UMLEnumerationLiteralView", + "_id": "AAAAAAGE8T4iuNHVpwY=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGrKtc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7AMkQU=" + }, + "font": "Arial;13;0", + "left": 1048.560791015625, + "top": 1195.5, + "width": 68.1357421875, + "height": 13, + "text": "ROOT", + "horizontalAlignment": 0 + }, + { + "_type": "UMLEnumerationLiteralView", + "_id": "AAAAAAGE8T4iuNHYUS0=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGrKtc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7ANbQU=" + }, + "font": "Arial;13;0", + "left": 1048.560791015625, + "top": 1210.5, + "width": 68.1357421875, + "height": 13, + "text": "PARTITION", + "horizontalAlignment": 0 + }, + { + "_type": "UMLEnumerationLiteralView", + "_id": "AAAAAAGE8T4iuNHbFN4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcGrKtc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hF7AO/6s=" + }, + "font": "Arial;13;0", + "left": 1048.560791015625, + "top": 1225.5, + "width": 68.1357421875, + "height": 13, + "text": "FREE", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 1043.560791015625, + "top": 1190.5, + "width": 78.1357421875, + "height": 53 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2608, + "top": 1216, + "width": 96.72802734375, + "height": 38, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDcGiZhE=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDcGnZCo=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDcGoc6s=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDcGpgSw=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDcGq65g=" + }, + "suppressLiterals": true, + "enumerationLiteralCompartment": { + "$ref": "AAAAAAGE8T4iDcGrKtc=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iDcG3JvI=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAaQsE=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDcG4Gdw=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcG3JvI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAaQsE=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcG5Awo=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcG4Gdw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 5089.2021484375, + "top": 2432, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcG6Zyc=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcG4Gdw=" + }, + "font": "Arial;13;1", + "left": 3189, + "top": 1255, + "width": 79.44091796875, + "height": 13, + "text": "JComponent" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcG7NH0=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcG4Gdw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 5089.2021484375, + "top": 2432, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcG888c=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcG4Gdw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 5089.2021484375, + "top": 2432, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 3184, + "top": 1248, + "width": 89.44091796875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDcG5Awo=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDcG6Zyc=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDcG7NH0=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDcG888c=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDcG9FW8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcG3JvI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAaQsE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2544.60107421875, + "top": 1216, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDcG+9Ps=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcG3JvI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAaQsE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2544.60107421875, + "top": 1216, + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDcG/C6Y=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcG3JvI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAaQsE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2544.60107421875, + "top": 1216, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDcHA7/k=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcG3JvI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAaQsE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2544.60107421875, + "top": 1216, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 3184, + "top": 1248, + "width": 89.44091796875, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDcG4Gdw=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDcG9FW8=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDcG+9Ps=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDcG/C6Y=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDcHA7/k=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iDcHB2PQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAcqP8=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDcHCDUM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcHB2PQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAcqP8=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcHDsgY=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcHCDUM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 5344, + "top": 2430, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcHE+Hg=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcHCDUM=" + }, + "font": "Arial;13;1", + "left": 3562.56787109375, + "top": 1254, + "width": 80.17724609375, + "height": 13, + "text": "JOptionPane" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcHF95k=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcHCDUM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 5344, + "top": 2430, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcHGdlw=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcHCDUM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 5344, + "top": 2430, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 3557.56787109375, + "top": 1247, + "width": 90.17724609375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDcHDsgY=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDcHE+Hg=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDcHF95k=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDcHGdlw=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDcHH27M=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcHB2PQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAcqP8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2672, + "top": 1215, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDcHIuew=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcHB2PQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAcqP8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2672, + "top": 1215, + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDcHJvr4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcHB2PQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAcqP8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2672, + "top": 1215, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDcHKWNs=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcHB2PQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAcqP8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2672, + "top": 1215, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 3557.56787109375, + "top": 1247, + "width": 90.17724609375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDcHCDUM=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDcHH27M=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDcHIuew=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDcHJvr4=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDcHKWNs=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iDcHLNjE=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDcHMEmQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcHLNjE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcHNIxA=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcHMEmQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1211.009521484375, + "top": 2448, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcHO6xI=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcHMEmQ=" + }, + "font": "Arial;13;1", + "left": 3461, + "top": 1263, + "width": 41.91357421875, + "height": 13, + "text": "JPanel" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcHPaWU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcHMEmQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1211.009521484375, + "top": 2448, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDcHQOwk=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcHMEmQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1211.009521484375, + "top": 2448, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 3456, + "top": 1256, + "width": 51.91357421875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDcHNIxA=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDcHO6xI=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDcHPaWU=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDcHQOwk=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDcHRoVM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcHLNjE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1181.5047607421875, + "top": 1320, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDcHS/pI=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcHLNjE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1181.5047607421875, + "top": 1320, + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDcHTyZ8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcHLNjE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1181.5047607421875, + "top": 1320, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDcHUsnY=", + "_parent": { + "$ref": "AAAAAAGE8T4iDcHLNjE=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAeeqg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1181.5047607421875, + "top": 1320, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 3456, + "top": 1256, + "width": 51.91357421875, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDcHMEmQ=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDcHRoVM=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDcHS/pI=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDcHTyZ8=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDcHUsnY=" + } + }, + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8T4iDsHVZxs=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAk408=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDsHWHac=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHVZxs=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAk408=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsHXNs4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHWHac=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -626.637939453125, + "top": 3880, + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsHYJGI=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHWHac=" + }, + "font": "Arial;13;1", + "left": 2909, + "top": 1990, + "width": 91.0126953125, + "height": 13, + "text": "ActionListener" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsHZbQE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHWHac=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -626.637939453125, + "top": 3880, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsHamGM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHWHac=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -626.637939453125, + "top": 3880, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2904, + "top": 1983, + "width": 101.0126953125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDsHXNs4=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDsHYJGI=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDsHZbQE=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDsHamGM=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDsHbosM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHVZxs=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAk408=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -313.3189697265625, + "top": 1940, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDsHcnpE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHVZxs=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAk408=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -313.3189697265625, + "top": 1940, + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDsHdx04=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHVZxs=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAk408=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -313.3189697265625, + "top": 1940, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDsHejDY=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHVZxs=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAk408=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -313.3189697265625, + "top": 1940, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2904, + "top": 1960, + "width": 101.0126953125, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDsHWHac=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDsHbosM=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDsHcnpE=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDsHdx04=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDsHejDY=" + } + }, + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8T4iDsHpLYY=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDsHqAM0=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHpLYY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsHrNB8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHqAM0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -2469.497802734375, + "top": 2248, + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsHsa9Q=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHqAM0=" + }, + "font": "Arial;13;1", + "left": 2341, + "top": 1174, + "width": 51.99365234375, + "height": 13, + "text": "Etudiant" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsHtH9s=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHqAM0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -2469.497802734375, + "top": 2248, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsHuy7U=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHqAM0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -2469.497802734375, + "top": 2248, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2336, + "top": 1167, + "width": 61.99365234375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDsHrNB8=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDsHsa9Q=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDsHtH9s=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDsHuy7U=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDsHv1uI=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHpLYY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1234.7489013671875, + "top": 1124, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDsHw9CQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHpLYY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1234.7489013671875, + "top": 1124, + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDsHxKzE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHpLYY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1234.7489013671875, + "top": 1124, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDsHy70g=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHpLYY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAt8U4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1234.7489013671875, + "top": 1124, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2336, + "top": 1144, + "width": 61.99365234375, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDsHqAM0=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDsHv1uI=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDsHw9CQ=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDsHxKzE=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDsHy70g=" + } + }, + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8T4iDsHzgL8=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDsH0z/o=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsH1L80=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsH0z/o=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1117.2119140625, + "top": 2136, + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsH2FGk=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsH0z/o=" + }, + "font": "Arial;13;1", + "left": 2557, + "top": 1118, + "width": 46.2236328125, + "height": 13, + "text": "Groupe" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsH39ww=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsH0z/o=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1117.2119140625, + "top": 2136, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsH41NU=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsH0z/o=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1117.2119140625, + "top": 2136, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2552, + "top": 1111, + "width": 56.2236328125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDsH1L80=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDsH2FGk=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDsH39ww=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDsH41NU=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDsH5tNE=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 558.60595703125, + "top": 1068, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDsH6aVk=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 558.60595703125, + "top": 1068, + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDsH7qsQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 558.60595703125, + "top": 1068, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDsH88T4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAvneo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 558.60595703125, + "top": 1068, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2552, + "top": 1088, + "width": 56.2236328125, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDsH0z/o=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDsH5tNE=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDsH6aVk=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDsH7qsQ=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDsH88T4=" + } + }, + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8T4iDsH9N7U=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA0ZIo=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDsH+fds=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsH9N7U=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA0ZIo=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsH/c1I=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsH+fds=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -716.931884765625, + "top": 3752, + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsIAoo8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsH+fds=" + }, + "font": "Arial;13;1", + "left": 3541, + "top": 1926, + "width": 100.27392578125, + "height": 13, + "text": "WindowListener" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsIBwfA=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsH+fds=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -716.931884765625, + "top": 3752, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsICrAo=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsH+fds=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -716.931884765625, + "top": 3752, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 3536, + "top": 1919, + "width": 110.27392578125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDsH/c1I=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDsIAoo8=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDsIBwfA=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDsICrAo=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDsIDCWc=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsH9N7U=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA0ZIo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -358.4659423828125, + "top": 1876, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDsIE0w4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsH9N7U=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA0ZIo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -358.4659423828125, + "top": 1876, + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDsIFz4U=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsH9N7U=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA0ZIo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -358.4659423828125, + "top": 1876, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDsIGg90=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsH9N7U=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA0ZIo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -358.4659423828125, + "top": 1876, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 3536, + "top": 1896, + "width": 110.27392578125, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDsH+fds=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDsIDCWc=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDsIE0w4=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDsIFz4U=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDsIGg90=" + } + }, + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8T4iDsIHinw=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA3cb8=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDsIIijA=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsIHinw=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA3cb8=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsIJjus=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsIIijA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -487.992431640625, + "top": 2730, + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsIK1qI=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsIIijA=" + }, + "font": "Arial;13;1", + "left": 2989, + "top": 1494, + "width": 91.74267578125, + "height": 13, + "text": "MouseListener" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsILGj4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsIIijA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -487.992431640625, + "top": 2730, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsIMpOk=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsIIijA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -487.992431640625, + "top": 2730, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2984, + "top": 1487, + "width": 101.74267578125, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDsIJjus=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDsIK1qI=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDsILGj4=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDsIMpOk=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDsINac8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsIHinw=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA3cb8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -243.9962158203125, + "top": 1365, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDsIO3/I=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsIHinw=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA3cb8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -243.9962158203125, + "top": 1365, + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDsIP5h8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsIHinw=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA3cb8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -243.9962158203125, + "top": 1365, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDsIQlTY=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsIHinw=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA3cb8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -243.9962158203125, + "top": 1365, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2984, + "top": 1464, + "width": 101.74267578125, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDsIIijA=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDsINac8=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDsIO3/I=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDsIP5h8=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDsIQlTY=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8T4iDsIRs6o=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8T4iDsISh9E=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsIRs6o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsIT4Io=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsISh9E=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -2862.836669921875, + "top": 1904, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsIUt4o=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsISh9E=" + }, + "font": "Arial;13;1", + "left": 2717, + "top": 991, + "width": 46.2490234375, + "height": 13, + "text": "JFrame" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsIVf3U=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsISh9E=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -2862.836669921875, + "top": 1904, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8T4iDsIWOa4=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsISh9E=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -2862.836669921875, + "top": 1904, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2712, + "top": 984, + "width": 56.2490234375, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iDsIT4Io=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8T4iDsIUt4o=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8T4iDsIVf3U=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iDsIWOa4=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8T4iDsIXSgg=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsIRs6o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1431.4183349609375, + "top": 952, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8T4iDsIYLC8=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsIRs6o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1431.4183349609375, + "top": 952, + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8T4iDsIZXYw=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsIRs6o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1431.4183349609375, + "top": 952, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8T4iDsIaKLM=", + "_parent": { + "$ref": "AAAAAAGE8T4iDsIRs6o=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDoWgw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1431.4183349609375, + "top": 952, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2712, + "top": 984, + "width": 56.2490234375, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8T4iDsISh9E=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8T4iDsIXSgg=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8T4iDsIYLC8=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8T4iDsIZXYw=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8T4iDsIaKLM=" + } + }, + { + "_type": "UMLGeneralizationView", + "_id": "AAAAAAGE8T4iFsODzRw=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAbNHo=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iFsOECWE=", + "_parent": { + "$ref": "AAAAAAGE8T4iFsODzRw=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAbNHo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3146, + "top": 1189, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4iFsODzRw=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iFsOF4uc=", + "_parent": { + "$ref": "AAAAAAGE8T4iFsODzRw=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAbNHo=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3154, + "top": 1176, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4iFsODzRw=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iFsOGcLY=", + "_parent": { + "$ref": "AAAAAAGE8T4iFsODzRw=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAbNHo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3131, + "top": 1214, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4iFsODzRw=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDcG3JvI=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8DjT5c=" + }, + "lineStyle": 3, + "points": "3072:1169;3206:1247", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4iFsOECWE=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iFsOF4uc=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iFsOGcLY=" + } + }, + { + "_type": "UMLGeneralizationView", + "_id": "AAAAAAGE8T4iFsOHB7E=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAdubQ=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iFsOIh6M=", + "_parent": { + "$ref": "AAAAAAGE8T4iFsOHB7E=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAdubQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3588, + "top": 1293, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4iFsOHB7E=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iFsOJJCw=", + "_parent": { + "$ref": "AAAAAAGE8T4iFsOHB7E=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAdubQ=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3573, + "top": 1294, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4iFsOHB7E=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iFsOKvds=", + "_parent": { + "$ref": "AAAAAAGE8T4iFsOHB7E=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAdubQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3617, + "top": 1292, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4iFsOHB7E=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDcHB2PQ=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8DtscQ=" + }, + "lineStyle": 3, + "points": "3602:1325;3603:1299;3602:1272", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4iFsOIh6M=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iFsOJJCw=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iFsOKvds=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4iFsObGhU=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAu4ho=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iFsOcF4w=", + "_parent": { + "$ref": "AAAAAAGE8T4iFsObGhU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAu4ho=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2314, + "top": 1161, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4iFsObGhU=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iFsOdr8U=", + "_parent": { + "$ref": "AAAAAAGE8T4iFsObGhU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAu4ho=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2307, + "top": 1148, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4iFsObGhU=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iFsOe05M=", + "_parent": { + "$ref": "AAAAAAGE8T4iFsObGhU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAu4ho=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2327, + "top": 1188, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4iFsObGhU=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHpLYY=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8EB5/I=" + }, + "lineStyle": 3, + "points": "2288:1199;2354.996826171875:1163.873527280746", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4iFsOcF4w=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iFsOdr8U=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iFsOe05M=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8T4iGMRDqX0=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDhXPU=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMREqA8=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDhXPU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2965, + "top": 1353, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMRFUuA=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDhXPU=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2952, + "top": 1360, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMRGIOM=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDhXPU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2992, + "top": 1338, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMRHi6o=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDiSFo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2978, + "top": 1377, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMRIkkI=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDiSFo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2965, + "top": 1381, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMRJI1I=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDiSFo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3004, + "top": 1368, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMRKLv8=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDjEfs=" + }, + "font": "Arial;13;0", + "left": 2937, + "top": 1328, + "width": 30.34814453125, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + }, + "text": "-pere" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMRLLhs=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDjEfs=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2942, + "top": 1337, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMRMPCg=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDjEfs=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2975, + "top": 1312, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8T4iGMRN2E4=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDiSFo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -350, + "top": 1334, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8T4iGMRODPE=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRDqX0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbDjEfs=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -350, + "top": 1334, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDMEppzE=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDcGXBGk=" + }, + "lineStyle": 3, + "points": "3004:1399;2954:1305", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4iGMREqA8=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iGMRFUuA=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iGMRGIOM=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8T4iGMRHi6o=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8T4iGMRIkkI=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8T4iGMRJI1I=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8T4iGMRKLv8=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8T4iGMRLLhs=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8T4iGMRMPCg=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8T4iGMRN2E4=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8T4iGMRODPE=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8T4iGMRPQEc=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLCdEME=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMRQ80w=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLCdEME=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3183, + "top": 1076, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMRRfwc=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLCdEME=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3190, + "top": 1063, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMRSqwg=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLCdEME=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3168, + "top": 1103, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMRTdSU=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLCePgk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2340, + "top": 765, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMRUhzs=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLCePgk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2347, + "top": 754, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMRVTqI=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLCePgk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2326, + "top": 790, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMRWU3M=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLCfXMc=" + }, + "font": "Arial;13;0", + "left": 3184, + "top": 1076, + "width": 53.46630859375, + "height": 13, + "alpha": -0.09352529287281186, + "distance": 301.9155511065967, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + }, + "text": "-mypanel" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMRXL5I=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLCfXMc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3447, + "top": 1210, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMRYkZU=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLCfXMc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3433, + "top": 1249, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8T4iGMRZAS8=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLCePgk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -422, + "top": 559, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8T4iGMRa4qQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRPQEc=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLCfXMc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -422, + "top": 559, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDcHLNjE=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMEzZvM=" + }, + "lineStyle": 3, + "points": "2311:777;3176:1096;3458:1255", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4iGMRQ80w=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iGMRRfwc=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iGMRSqwg=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8T4iGMRTdSU=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8T4iGMRUhzs=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8T4iGMRVTqI=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8T4iGMRWU3M=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8T4iGMRXL5I=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8T4iGMRYkZU=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8T4iGMRZAS8=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8T4iGMRa4qQ=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8T4iGMRztDU=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbC6KsQ=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMR0uOQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbC6KsQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2126, + "top": 1246, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMR1R/w=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbC6KsQ=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2112, + "top": 1242, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMR2jc8=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbC6KsQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2155, + "top": 1253, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMR3QXE=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbC7es4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2002, + "top": 1699, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMR4BTg=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbC7es4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 1990, + "top": 1694, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMR5eWY=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbC7es4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2027, + "top": 1711, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMR6osk=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbC8BtY=" + }, + "font": "Arial;13;0", + "left": 2198, + "top": 872, + "width": 44.8017578125, + "height": 13, + "alpha": 6.083029333708314, + "distance": 113.44161493913951, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + }, + "text": "-fenetre" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMR75HI=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbC8BtY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2237, + "top": 790, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGMR8rx8=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbC8BtY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2278, + "top": 795, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8T4iGMR9gSs=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbC7es4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -718, + "top": 1670, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8T4iGMR+log=", + "_parent": { + "$ref": "AAAAAAGE8T4iGMRztDU=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGbC8BtY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -718, + "top": 1670, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDMEzZvM=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMFHDd8=" + }, + "lineStyle": 3, + "points": "2010:1735;2272:777", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4iGMR0uOQ=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iGMR1R/w=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iGMR2jc8=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8T4iGMR3QXE=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8T4iGMR4BTg=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8T4iGMR5eWY=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8T4iGMR6osk=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8T4iGMR75HI=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8T4iGMR8rx8=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8T4iGMR9gSs=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8T4iGMR+log=" + } + }, + { + "_type": "UMLGeneralizationView", + "_id": "AAAAAAGE8T4iGsUPStY=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAhKKQ=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGsUQsuw=", + "_parent": { + "$ref": "AAAAAAGE8T4iGsUPStY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAhKKQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3457, + "top": 1360, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGsUPStY=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGsURaks=", + "_parent": { + "$ref": "AAAAAAGE8T4iGsUPStY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAhKKQ=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3442, + "top": 1359, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGsUPStY=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGsUSIkU=", + "_parent": { + "$ref": "AAAAAAGE8T4iGsUPStY=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAhKKQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3486, + "top": 1363, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGsUPStY=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDcHLNjE=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDcGNS8Y=" + }, + "lineStyle": 3, + "points": "3464:1455;3480:1281", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4iGsUQsuw=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iGsURaks=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iGsUSIkU=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8T4iGsUTOh0=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA4/N0=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGsUUqEk=", + "_parent": { + "$ref": "AAAAAAGE8T4iGsUTOh0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA4/N0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3034, + "top": 1433, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGsUTOh0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGsUVjtE=", + "_parent": { + "$ref": "AAAAAAGE8T4iGsUTOh0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA4/N0=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3048, + "top": 1428, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGsUTOh0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8T4iGsUWdoQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iGsUTOh0=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLA4/N0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3005, + "top": 1442, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8T4iGsUTOh0=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsIHinw=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDcGXBGk=" + }, + "lineStyle": 3, + "points": "3015:1425;3026.6666666666665:1464", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8T4iGsUUqEk=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8T4iGsUVjtE=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8T4iGsUWdoQ=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8WG+Wb2Rok4=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8WG+Wb2QUTg=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8WG+Wb2S/Wk=", + "_parent": { + "$ref": "AAAAAAGE8WG+Wb2Rok4=" + }, + "model": { + "$ref": "AAAAAAGE8WG+Wb2QUTg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3654, + "top": 1842, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8WG+Wb2Rok4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8WG+Wb2Ti/c=", + "_parent": { + "$ref": "AAAAAAGE8WG+Wb2Rok4=" + }, + "model": { + "$ref": "AAAAAAGE8WG+Wb2QUTg=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3666, + "top": 1850, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8WG+Wb2Rok4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8WG+Wb2UzgA=", + "_parent": { + "$ref": "AAAAAAGE8WG+Wb2Rok4=" + }, + "model": { + "$ref": "AAAAAAGE8WG+Wb2QUTg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3629, + "top": 1825, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8WG+Wb2Rok4=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsH9N7U=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDcF53YM=" + }, + "lineStyle": 1, + "points": "3683:1783;3602.136962890625:1898.4327320772059", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8WG+Wb2S/Wk=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8WG+Wb2Ti/c=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8WG+Wb2UzgA=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8WNGsfnd0UY=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8WNGsfncU4w=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8WNGsfnevdA=", + "_parent": { + "$ref": "AAAAAAGE8WNGsfnd0UY=" + }, + "model": { + "$ref": "AAAAAAGE8WNGsfncU4w=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2761, + "top": 733, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8WNGsfnd0UY=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8WNGsfnf9vo=", + "_parent": { + "$ref": "AAAAAAGE8WNGsfnd0UY=" + }, + "model": { + "$ref": "AAAAAAGE8WNGsfncU4w=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2748, + "top": 725, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8WNGsfnd0UY=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8WNGsfngbis=", + "_parent": { + "$ref": "AAAAAAGE8WNGsfnd0UY=" + }, + "model": { + "$ref": "AAAAAAGE8WNGsfncU4w=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2786, + "top": 748, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8WNGsfnd0UY=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iCsB//48=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iCsCJXbI=" + }, + "lineStyle": 1, + "points": "2758:775;2791.315789473684:719", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8WNGsfnevdA=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8WNGsfnf9vo=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8WNGsfngbis=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8WNOUfsXARM=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8WNOUfsWz4o=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8WNOUfsYEzg=", + "_parent": { + "$ref": "AAAAAAGE8WNOUfsXARM=" + }, + "model": { + "$ref": "AAAAAAGE8WNOUfsWz4o=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3335, + "top": 980, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8WNOUfsXARM=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8WNOUfsZLHk=", + "_parent": { + "$ref": "AAAAAAGE8WNOUfsXARM=" + }, + "model": { + "$ref": "AAAAAAGE8WNOUfsWz4o=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3350, + "top": 979, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8WNOUfsXARM=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8WNOUfsaeiU=", + "_parent": { + "$ref": "AAAAAAGE8WNOUfsXARM=" + }, + "model": { + "$ref": "AAAAAAGE8WNOUfsWz4o=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3306, + "top": 983, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8WNOUfsXARM=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iCsCTH6U=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iCsCdIdc=" + }, + "lineStyle": 1, + "points": "3319:961;3323.1666666666665:1016", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8WNOUfsYEzg=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8WNOUfsZLHk=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8WNOUfsaeiU=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8WOTcgl3Ck8=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8WOTcgl2UQw=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8WOTcgl41+w=", + "_parent": { + "$ref": "AAAAAAGE8WOTcgl3Ck8=" + }, + "model": { + "$ref": "AAAAAAGE8WOTcgl2UQw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2558, + "top": 1039, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8WOTcgl3Ck8=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8WOTcgl5sSM=", + "_parent": { + "$ref": "AAAAAAGE8WOTcgl3Ck8=" + }, + "model": { + "$ref": "AAAAAAGE8WOTcgl2UQw=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2571, + "top": 1031, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8WOTcgl3Ck8=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8WOTcgl6SqU=", + "_parent": { + "$ref": "AAAAAAGE8WOTcgl3Ck8=" + }, + "model": { + "$ref": "AAAAAAGE8WOTcgl2UQw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2533, + "top": 1054, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8WOTcgl3Ck8=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDME94Mk=" + }, + "lineStyle": 1, + "points": "2524:1017;2568.11181640625:1090.289453125", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8WOTcgl41+w=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8WOTcgl5sSM=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8WOTcgl6SqU=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8WVkamik+RE=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8WVkamijD+g=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8WVkamill8E=", + "_parent": { + "$ref": "AAAAAAGE8WVkamik+RE=" + }, + "model": { + "$ref": "AAAAAAGE8WVkamijD+g=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2989, + "top": 773, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8WVkamik+RE=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8WVkamimHFw=", + "_parent": { + "$ref": "AAAAAAGE8WVkamik+RE=" + }, + "model": { + "$ref": "AAAAAAGE8WVkamijD+g=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2987, + "top": 788, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8WVkamik+RE=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8WVkamin/oM=", + "_parent": { + "$ref": "AAAAAAGE8WVkamik+RE=" + }, + "model": { + "$ref": "AAAAAAGE8WVkamijD+g=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2994, + "top": 744, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8WVkamik+RE=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDMFR61Q=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMFbxZ4=" + }, + "lineStyle": 1, + "points": "3063:776;2922.7763671875:754.536875", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8WVkamill8E=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8WVkamimHFw=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8WVkamin/oM=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8W/LvlHwtMU=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8W/LvlHvlvE=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/LvlHx5tg=", + "_parent": { + "$ref": "AAAAAAGE8W/LvlHwtMU=" + }, + "model": { + "$ref": "AAAAAAGE8W/LvlHvlvE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2585, + "top": 1844, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8W/LvlHwtMU=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/LvlHyvAU=", + "_parent": { + "$ref": "AAAAAAGE8W/LvlHwtMU=" + }, + "model": { + "$ref": "AAAAAAGE8W/LvlHvlvE=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2589, + "top": 1830, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8W/LvlHwtMU=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/LvlHz0UY=", + "_parent": { + "$ref": "AAAAAAGE8W/LvlHwtMU=" + }, + "model": { + "$ref": "AAAAAAGE8W/LvlHvlvE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2576, + "top": 1873, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8W/LvlHwtMU=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHVZxs=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMFvS98=" + }, + "lineStyle": 1, + "points": "2220:1761;2942.50634765625:1970.549268535539", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8W/LvlHx5tg=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8W/LvlHyvAU=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8W/LvlHz0UY=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8W/VNFQmOwo=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8W/VNFQlhM0=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/VNFQnvDg=", + "_parent": { + "$ref": "AAAAAAGE8W/VNFQmOwo=" + }, + "model": { + "$ref": "AAAAAAGE8W/VNFQlhM0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2678, + "top": 1845, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8W/VNFQmOwo=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/VNFQoiG0=", + "_parent": { + "$ref": "AAAAAAGE8W/VNFQmOwo=" + }, + "model": { + "$ref": "AAAAAAGE8W/VNFQlhM0=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2683, + "top": 1831, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8W/VNFQmOwo=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/VNFQp0e8=", + "_parent": { + "$ref": "AAAAAAGE8W/VNFQmOwo=" + }, + "model": { + "$ref": "AAAAAAGE8W/VNFQlhM0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2667, + "top": 1872, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8W/VNFQmOwo=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHVZxs=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8C7uHc=" + }, + "lineStyle": 1, + "points": "2404:1761;2942.50634765625:1969.197074142157", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8W/VNFQnvDg=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8W/VNFQoiG0=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8W/VNFQp0e8=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8W/ezlYUPuc=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8W/ezlYT92A=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/ezlYVtzM=", + "_parent": { + "$ref": "AAAAAAGE8W/ezlYUPuc=" + }, + "model": { + "$ref": "AAAAAAGE8W/ezlYT92A=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2788, + "top": 1864, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8W/ezlYUPuc=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/ezlYWIrM=", + "_parent": { + "$ref": "AAAAAAGE8W/ezlYUPuc=" + }, + "model": { + "$ref": "AAAAAAGE8W/ezlYT92A=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2795, + "top": 1851, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8W/ezlYUPuc=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/ezlYXVzE=", + "_parent": { + "$ref": "AAAAAAGE8W/ezlYUPuc=" + }, + "model": { + "$ref": "AAAAAAGE8W/ezlYT92A=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2775, + "top": 1891, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8W/ezlYUPuc=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHVZxs=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8D3rD0=" + }, + "lineStyle": 1, + "points": "2622:1801;2942.50634765625:1967.9350260416666", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8W/ezlYVtzM=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8W/ezlYWIrM=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8W/ezlYXVzE=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8W/lcleWcyQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8W/lcleVnTE=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/lcleXdxM=", + "_parent": { + "$ref": "AAAAAAGE8W/lcleWcyQ=" + }, + "model": { + "$ref": "AAAAAAGE8W/lcleVnTE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3150, + "top": 1883, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8W/lcleWcyQ=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/lcleYxOY=", + "_parent": { + "$ref": "AAAAAAGE8W/lcleWcyQ=" + }, + "model": { + "$ref": "AAAAAAGE8W/lcleVnTE=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3157, + "top": 1896, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8W/lcleWcyQ=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/lcleZL/Q=", + "_parent": { + "$ref": "AAAAAAGE8W/lcleWcyQ=" + }, + "model": { + "$ref": "AAAAAAGE8W/lcleVnTE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3137, + "top": 1856, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8W/lcleWcyQ=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHVZxs=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDcGDbcU=" + }, + "lineStyle": 1, + "points": "3323:1785;2965.50634765625:1967.998344089674", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8W/lcleXdxM=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8W/lcleYxOY=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8W/lcleZL/Q=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8W/saFkGme0=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8W/saFkFJ6c=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/saFkH5+g=", + "_parent": { + "$ref": "AAAAAAGE8W/saFkGme0=" + }, + "model": { + "$ref": "AAAAAAGE8W/saFkFJ6c=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3064, + "top": 1879, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8W/saFkGme0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/saFkIEJI=", + "_parent": { + "$ref": "AAAAAAGE8W/saFkGme0=" + }, + "model": { + "$ref": "AAAAAAGE8W/saFkFJ6c=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3075, + "top": 1890, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8W/saFkGme0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/saFkJmuY=", + "_parent": { + "$ref": "AAAAAAGE8W/saFkGme0=" + }, + "model": { + "$ref": "AAAAAAGE8W/saFkFJ6c=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3043, + "top": 1858, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8W/saFkGme0=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHVZxs=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8DPA18=" + }, + "lineStyle": 1, + "points": "3143:1785;2965.50634765625:1965.246826171875", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8W/saFkH5+g=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8W/saFkIEJI=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8W/saFkJmuY=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8W/za1p2OPY=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8W/za1p14bs=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/za1p3Ods=", + "_parent": { + "$ref": "AAAAAAGE8W/za1p2OPY=" + }, + "model": { + "$ref": "AAAAAAGE8W/za1p14bs=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2974, + "top": 1866, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8W/za1p2OPY=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/za1p4gq4=", + "_parent": { + "$ref": "AAAAAAGE8W/za1p2OPY=" + }, + "model": { + "$ref": "AAAAAAGE8W/za1p14bs=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2989, + "top": 1867, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8W/za1p2OPY=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/za1p5W08=", + "_parent": { + "$ref": "AAAAAAGE8W/za1p2OPY=" + }, + "model": { + "$ref": "AAAAAAGE8W/za1p14bs=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2945, + "top": 1865, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8W/za1p2OPY=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHVZxs=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8DF4uA=" + }, + "lineStyle": 1, + "points": "2966:1785;2955.8333333333335:1960", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8W/za1p3Ods=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8W/za1p4gq4=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8W/za1p5W08=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8W/7Tlwub9A=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8W/7TlwtX3k=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/7TlwvKNc=", + "_parent": { + "$ref": "AAAAAAGE8W/7Tlwub9A=" + }, + "model": { + "$ref": "AAAAAAGE8W/7TlwtX3k=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3224, + "top": 1885, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8W/7Tlwub9A=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/7TlwwZA4=", + "_parent": { + "$ref": "AAAAAAGE8W/7Tlwub9A=" + }, + "model": { + "$ref": "AAAAAAGE8W/7TlwtX3k=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3229, + "top": 1899, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8W/7Tlwub9A=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8W/7TlwxnhY=", + "_parent": { + "$ref": "AAAAAAGE8W/7Tlwub9A=" + }, + "model": { + "$ref": "AAAAAAGE8W/7TlwtX3k=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3213, + "top": 1856, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8W/7Tlwub9A=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHVZxs=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iCsCxr4g=" + }, + "lineStyle": 1, + "points": "3474:1785;2965.50634765625:1969.4206973805146", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8W/7TlwvKNc=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8W/7TlwwZA4=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8W/7TlwxnhY=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8XAFkV6IUBQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8XAFkV6HB0U=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XAFkV6JdGI=", + "_parent": { + "$ref": "AAAAAAGE8XAFkV6IUBQ=" + }, + "model": { + "$ref": "AAAAAAGE8XAFkV6HB0U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2879, + "top": 1858, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XAFkV6IUBQ=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XAFkV6KbPE=", + "_parent": { + "$ref": "AAAAAAGE8XAFkV6IUBQ=" + }, + "model": { + "$ref": "AAAAAAGE8XAFkV6HB0U=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2891, + "top": 1848, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XAFkV6IUBQ=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XAFkV6LOwc=", + "_parent": { + "$ref": "AAAAAAGE8XAFkV6IUBQ=" + }, + "model": { + "$ref": "AAAAAAGE8XAFkV6HB0U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2856, + "top": 1877, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XAFkV6IUBQ=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHVZxs=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iCsCnEUo=" + }, + "lineStyle": 1, + "points": "2794:1785;2942.50634765625:1964.10380859375", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8XAFkV6JdGI=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8XAFkV6KbPE=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8XAFkV6LOwc=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8XAmO2Xygn0=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8XAmO2Xx4QI=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XAmO2XzAk8=", + "_parent": { + "$ref": "AAAAAAGE8XAmO2Xygn0=" + }, + "model": { + "$ref": "AAAAAAGE8XAmO2Xx4QI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2503, + "top": 1845, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XAmO2Xygn0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XAmO2X0kwg=", + "_parent": { + "$ref": "AAAAAAGE8XAmO2Xygn0=" + }, + "model": { + "$ref": "AAAAAAGE8XAmO2Xx4QI=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2506, + "top": 1830, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XAmO2Xygn0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XAmO2X1WPs=", + "_parent": { + "$ref": "AAAAAAGE8XAmO2Xygn0=" + }, + "model": { + "$ref": "AAAAAAGE8XAmO2Xx4QI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2496, + "top": 1874, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XAmO2Xygn0=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHVZxs=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMFHDd8=" + }, + "lineStyle": 1, + "points": "2058:1761;2942.50634765625:1971", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8XAmO2XzAk8=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8XAmO2X0kwg=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8XAmO2X1WPs=" + } + }, + { + "_type": "UMLGeneralizationView", + "_id": "AAAAAAGE8XKORLYE+q8=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8XKORLYC464=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XKORLYFD6Y=", + "_parent": { + "$ref": "AAAAAAGE8XKORLYE+q8=" + }, + "model": { + "$ref": "AAAAAAGE8XKORLYC464=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3504, + "top": 1030, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XKORLYE+q8=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XKORLYGLUU=", + "_parent": { + "$ref": "AAAAAAGE8XKORLYE+q8=" + }, + "model": { + "$ref": "AAAAAAGE8XKORLYC464=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3519, + "top": 1031, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XKORLYE+q8=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XKORLYHG7c=", + "_parent": { + "$ref": "AAAAAAGE8XKORLYE+q8=" + }, + "model": { + "$ref": "AAAAAAGE8XKORLYC464=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3475, + "top": 1029, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XKORLYE+q8=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDcHLNjE=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8ELGEU=" + }, + "lineStyle": 1, + "points": "3498:817;3482:1255", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8XKORLYFD6Y=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8XKORLYGLUU=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8XKORLYHG7c=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8XYC4gZkMmI=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8XYC4QZgaWE=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XYC4gZlUrs=", + "_parent": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + }, + "model": { + "$ref": "AAAAAAGE8XYC4QZgaWE=" + }, + "font": "Arial;13;0", + "left": 3016, + "top": 1006, + "width": 36.841796875, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + }, + "edgePosition": 1, + "text": "-fenGr" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XYC4gZm6GA=", + "_parent": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + }, + "model": { + "$ref": "AAAAAAGE8XYC4QZgaWE=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3048, + "top": 1011, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XYC4gZn9ys=", + "_parent": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + }, + "model": { + "$ref": "AAAAAAGE8XYC4QZgaWE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3005, + "top": 997, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XYC4gZobic=", + "_parent": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + }, + "model": { + "$ref": "AAAAAAGE8XYC4QZhz+k=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3102, + "top": 816, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XYC4gZpv/8=", + "_parent": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + }, + "model": { + "$ref": "AAAAAAGE8XYC4QZhz+k=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3114, + "top": 823, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XYC4gZqV7A=", + "_parent": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + }, + "model": { + "$ref": "AAAAAAGE8XYC4QZhz+k=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3077, + "top": 803, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XYC4gZrUHs=", + "_parent": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + }, + "model": { + "$ref": "AAAAAAGE8XYC4QZillI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2966, + "top": 1197, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XYC4gZsZKo=", + "_parent": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + }, + "model": { + "$ref": "AAAAAAGE8XYC4QZillI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2980, + "top": 1199, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XYC4gZtnFg=", + "_parent": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + }, + "model": { + "$ref": "AAAAAAGE8XYC4QZillI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2939, + "top": 1192, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8XYC4gZuXX4=", + "_parent": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + }, + "model": { + "$ref": "AAAAAAGE8XYC4QZhz+k=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8XYC4gZvlTg=", + "_parent": { + "$ref": "AAAAAAGE8XYC4gZkMmI=" + }, + "model": { + "$ref": "AAAAAAGE8XYC4QZillI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDMEfIJI=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMFbxZ4=" + }, + "lineStyle": 1, + "points": "3097:793;2944:1223", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8XYC4gZlUrs=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8XYC4gZm6GA=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8XYC4gZn9ys=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8XYC4gZobic=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8XYC4gZpv/8=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8XYC4gZqV7A=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8XYC4gZrUHs=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8XYC4gZsZKo=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8XYC4gZtnFg=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8XYC4gZuXX4=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8XYC4gZvlTg=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8XZevQlSGI0=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8XZevQlOmBM=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XZevQlTauE=", + "_parent": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + }, + "model": { + "$ref": "AAAAAAGE8XZevQlOmBM=" + }, + "font": "Arial;13;0", + "left": 2940, + "top": 983, + "width": 41.91357421875, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + }, + "edgePosition": 1, + "text": "-fenEtu" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XZevQlUVf0=", + "_parent": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + }, + "model": { + "$ref": "AAAAAAGE8XZevQlOmBM=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2972, + "top": 992, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XZevQlVHpo=", + "_parent": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + }, + "model": { + "$ref": "AAAAAAGE8XZevQlOmBM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2937, + "top": 964, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XZevQlWuIo=", + "_parent": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + }, + "model": { + "$ref": "AAAAAAGE8XZevQlPXqE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3088, + "top": 816, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XZevQlX/6A=", + "_parent": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + }, + "model": { + "$ref": "AAAAAAGE8XZevQlPXqE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3097, + "top": 826, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XZevQlYyJE=", + "_parent": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + }, + "model": { + "$ref": "AAAAAAGE8XZevQlPXqE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3068, + "top": 796, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XZevQlZdE4=", + "_parent": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + }, + "model": { + "$ref": "AAAAAAGE8XZevQlQLYc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2834, + "top": 1149, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XZevQlasFQ=", + "_parent": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + }, + "model": { + "$ref": "AAAAAAGE8XZevQlQLYc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2846, + "top": 1155, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XZevQlbnQE=", + "_parent": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + }, + "model": { + "$ref": "AAAAAAGE8XZevQlQLYc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2810, + "top": 1136, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8XZevQlceQo=", + "_parent": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + }, + "model": { + "$ref": "AAAAAAGE8XZevQlPXqE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8XZevQldpUE=", + "_parent": { + "$ref": "AAAAAAGE8XZevQlSGI0=" + }, + "model": { + "$ref": "AAAAAAGE8XZevQlQLYc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDMEV8qw=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMFbxZ4=" + }, + "lineStyle": 1, + "points": "3092:793;2807:1167", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8XZevQlTauE=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8XZevQlUVf0=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8XZevQlVHpo=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8XZevQlWuIo=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8XZevQlX/6A=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8XZevQlYyJE=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8XZevQlZdE4=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8XZevQlasFQ=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8XZevQlbnQE=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8XZevQlceQo=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8XZevQldpUE=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8XaeURHZxXg=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8XaeURHV6tc=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XaeURHaOiY=", + "_parent": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + }, + "model": { + "$ref": "AAAAAAGE8XaeURHV6tc=" + }, + "font": "Arial;13;0", + "left": 3218, + "top": 804, + "width": 67.93896484375, + "height": 13, + "alpha": -2.576991640021003, + "distance": 39.84971769034255, + "hostEdge": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + }, + "edgePosition": 1, + "text": "-fenChange" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XaeURHbPpI=", + "_parent": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + }, + "model": { + "$ref": "AAAAAAGE8XaeURHV6tc=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3287, + "top": 755, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XaeURHcEGM=", + "_parent": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + }, + "model": { + "$ref": "AAAAAAGE8XaeURHV6tc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3285, + "top": 799, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XaeURHdnek=", + "_parent": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + }, + "model": { + "$ref": "AAAAAAGE8XaeURHWXhg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3167, + "top": 762, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XaeURHexq4=", + "_parent": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + }, + "model": { + "$ref": "AAAAAAGE8XaeURHWXhg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3170, + "top": 749, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XaeURHfa2w=", + "_parent": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + }, + "model": { + "$ref": "AAAAAAGE8XaeURHWXhg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3161, + "top": 789, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XaeURHgAKA=", + "_parent": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + }, + "model": { + "$ref": "AAAAAAGE8XaeURHXBBM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3405, + "top": 777, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XaeURHhS1k=", + "_parent": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + }, + "model": { + "$ref": "AAAAAAGE8XaeURHXBBM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3404, + "top": 764, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XaeURHii7A=", + "_parent": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + }, + "model": { + "$ref": "AAAAAAGE8XaeURHXBBM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3408, + "top": 805, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8XaeURHjvJQ=", + "_parent": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + }, + "model": { + "$ref": "AAAAAAGE8XaeURHWXhg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1304, + "top": -312, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8XaeURHkUQA=", + "_parent": { + "$ref": "AAAAAAGE8XaeURHZxXg=" + }, + "model": { + "$ref": "AAAAAAGE8XaeURHXBBM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1304, + "top": -312, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iC8ELGEU=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMFbxZ4=" + }, + "lineStyle": 1, + "points": "3141:782;3431:800", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8XaeURHaOiY=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8XaeURHbPpI=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8XaeURHcEGM=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8XaeURHdnek=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8XaeURHexq4=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8XaeURHfa2w=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8XaeURHgAKA=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8XaeURHhS1k=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8XaeURHii7A=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8XaeURHjvJQ=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8XaeURHkUQA=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8XcariSQ7Ms=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8XcarSSMsd4=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XcariSR3o0=", + "_parent": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + }, + "model": { + "$ref": "AAAAAAGE8XcarSSMsd4=" + }, + "font": "Arial;13;0", + "left": 2905, + "top": 894, + "width": 44.8017578125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + }, + "edgePosition": 1, + "text": "-fenetre" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XcariSS7F0=", + "_parent": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + }, + "model": { + "$ref": "AAAAAAGE8XcarSSMsd4=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2935, + "top": 907, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XcariST1wc=", + "_parent": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + }, + "model": { + "$ref": "AAAAAAGE8XcarSSMsd4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2912, + "top": 869, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XcariSUF5w=", + "_parent": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + }, + "model": { + "$ref": "AAAAAAGE8XcariSNXVk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3065, + "top": 813, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XcariSV+Bw=", + "_parent": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + }, + "model": { + "$ref": "AAAAAAGE8XcariSNXVk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3070, + "top": 825, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XcariSWPLw=", + "_parent": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + }, + "model": { + "$ref": "AAAAAAGE8XcariSNXVk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3055, + "top": 787, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XcariSXMxU=", + "_parent": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + }, + "model": { + "$ref": "AAAAAAGE8XcariSOK0Q=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2790, + "top": 976, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XcariSYecY=", + "_parent": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + }, + "model": { + "$ref": "AAAAAAGE8XcariSOK0Q=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2799, + "top": 986, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XcariSZNVw=", + "_parent": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + }, + "model": { + "$ref": "AAAAAAGE8XcariSOK0Q=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2773, + "top": 955, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8XcariSao0c=", + "_parent": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + }, + "model": { + "$ref": "AAAAAAGE8XcariSNXVk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -136, + "top": -232, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8XcariSbmc0=", + "_parent": { + "$ref": "AAAAAAGE8XcariSQ7Ms=" + }, + "model": { + "$ref": "AAAAAAGE8XcariSOK0Q=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -136, + "top": -232, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsIRs6o=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMFbxZ4=" + }, + "lineStyle": 1, + "points": "3080:793;2761:983", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8XcariSR3o0=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8XcariSS7F0=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8XcariST1wc=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8XcariSUF5w=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8XcariSV+Bw=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8XcariSWPLw=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8XcariSXMxU=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8XcariSYecY=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8XcariSZNVw=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8XcariSao0c=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8XcariSbmc0=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8XtPvdDt5Kg=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8XtPvdDpY9U=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XtPvdDuGjI=", + "_parent": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + }, + "model": { + "$ref": "AAAAAAGE8XtPvdDpY9U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3029, + "top": 888, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XtPvdDvZ3c=", + "_parent": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + }, + "model": { + "$ref": "AAAAAAGE8XtPvdDpY9U=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3035, + "top": 874, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XtPvdDwQyQ=", + "_parent": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + }, + "model": { + "$ref": "AAAAAAGE8XtPvdDpY9U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3016, + "top": 915, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XtPvdDxOic=", + "_parent": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + }, + "model": { + "$ref": "AAAAAAGE8XtPvdDqDpo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2808, + "top": 791, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XtPvdDyWms=", + "_parent": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + }, + "model": { + "$ref": "AAAAAAGE8XtPvdDqDpo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2816, + "top": 780, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XtPvdDzvQY=", + "_parent": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + }, + "model": { + "$ref": "AAAAAAGE8XtPvdDqDpo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2793, + "top": 815, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XtPvdD0aYs=", + "_parent": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + }, + "model": { + "$ref": "AAAAAAGE8XtPvdDr58k=" + }, + "font": "Arial;13;0", + "left": 3189, + "top": 968, + "width": 22.40087890625, + "height": 13, + "alpha": -0.13004950128052917, + "distance": 78.54934754662193, + "hostEdge": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + }, + "text": "-agf" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XtPvdD1od0=", + "_parent": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + }, + "model": { + "$ref": "AAAAAAGE8XtPvdDr58k=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3253, + "top": 971, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XtPvdD277Q=", + "_parent": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + }, + "model": { + "$ref": "AAAAAAGE8XtPvdDr58k=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3243, + "top": 1011, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8XtPvdD3zoE=", + "_parent": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + }, + "model": { + "$ref": "AAAAAAGE8XtPvdDqDpo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8XtPvdD4hcY=", + "_parent": { + "$ref": "AAAAAAGE8XtPvdDt5Kg=" + }, + "model": { + "$ref": "AAAAAAGE8XtPvdDr58k=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iCsCTH6U=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iCsCJXbI=" + }, + "lineStyle": 1, + "points": "2779:801;3268:1015", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8XtPvdDuGjI=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8XtPvdDvZ3c=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8XtPvdDwQyQ=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8XtPvdDxOic=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8XtPvdDyWms=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8XtPvdDzvQY=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8XtPvdD0aYs=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8XtPvdD1od0=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8XtPvdD277Q=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8XtPvdD3zoE=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8XtPvdD4hcY=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8XwC0vao9DA=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8XwC0vak6yo=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XwC0vapmBY=", + "_parent": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + }, + "model": { + "$ref": "AAAAAAGE8XwC0vak6yo=" + }, + "font": "Arial;13;0", + "left": 2736, + "top": 886, + "width": 44.8017578125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + }, + "edgePosition": 1, + "text": "-fenetre" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XwC0vaqPIU=", + "_parent": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + }, + "model": { + "$ref": "AAAAAAGE8XwC0vak6yo=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2773, + "top": 887, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XwC0varzwQ=", + "_parent": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + }, + "model": { + "$ref": "AAAAAAGE8XwC0vak6yo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2729, + "top": 885, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XwC0vas7Hk=", + "_parent": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + }, + "model": { + "$ref": "AAAAAAGE8XwC0valkRU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2761, + "top": 821, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XwC0vatJCw=", + "_parent": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + }, + "model": { + "$ref": "AAAAAAGE8XwC0valkRU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2775, + "top": 824, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XwC0vauFhU=", + "_parent": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + }, + "model": { + "$ref": "AAAAAAGE8XwC0valkRU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2734, + "top": 816, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XwC0vav1pw=", + "_parent": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + }, + "model": { + "$ref": "AAAAAAGE8XwC0vamXzY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2756, + "top": 951, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XwC0vawZiw=", + "_parent": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + }, + "model": { + "$ref": "AAAAAAGE8XwC0vamXzY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2769, + "top": 949, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XwC0vaxqz0=", + "_parent": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + }, + "model": { + "$ref": "AAAAAAGE8XwC0vamXzY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2728, + "top": 954, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8XwC0vayuPo=", + "_parent": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + }, + "model": { + "$ref": "AAAAAAGE8XwC0valkRU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8XwC0vazG64=", + "_parent": { + "$ref": "AAAAAAGE8XwC0vao9DA=" + }, + "model": { + "$ref": "AAAAAAGE8XwC0vamXzY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsIRs6o=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iCsCJXbI=" + }, + "lineStyle": 1, + "points": "2748:801;2740:983", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8XwC0vapmBY=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8XwC0vaqPIU=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8XwC0varzwQ=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8XwC0vas7Hk=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8XwC0vatJCw=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8XwC0vauFhU=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8XwC0vav1pw=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8XwC0vawZiw=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8XwC0vaxqz0=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8XwC0vayuPo=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8XwC0vazG64=" + } + }, + { + "_type": "UMLClassView", + "_id": "AAAAAAGE8XyVvRmFJ08=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8XyVvRmGBEA=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmFJ08=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8XyVvRmHRjA=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmGBEA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 574.088623046875, + "top": 1214, + "height": 13 + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8XyVvRmIrl8=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmGBEA=" + }, + "font": "Arial;13;1", + "left": 2333, + "top": 1047, + "width": 96.7890625, + "height": 13, + "text": "ChangementNP" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8XyVvRmJ4vc=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmGBEA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 574.088623046875, + "top": 1214, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8XyVvRmK8Jg=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmGBEA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 574.088623046875, + "top": 1214, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2328, + "top": 1040, + "width": 106.7890625, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8XyVvRmHRjA=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8XyVvRmIrl8=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8XyVvRmJ4vc=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8XyVvRmK8Jg=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8XyVvRmLZ4I=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmFJ08=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "subViews": [ + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8XyVvRmM23g=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmLZ4I=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLBiWlE=" + }, + "font": "Arial;13;0", + "left": 633.0443115234375, + "top": 934, + "width": 82.74169921875, + "height": 13, + "underline": true, + "text": "-nextId: int = 0", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8XyVvRmNoSY=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmLZ4I=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLBjKcE=" + }, + "font": "Arial;13;0", + "left": 633.0443115234375, + "top": 949, + "width": 82.74169921875, + "height": 13, + "text": "-id: int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLAttributeView", + "_id": "AAAAAAGE8XyVvRmOCYg=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmLZ4I=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLBtOrg=" + }, + "font": "Arial;13;0", + "left": 633.0443115234375, + "top": 964, + "width": 82.74169921875, + "height": 13, + "text": "-raison: String", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 628.0443115234375, + "top": 929, + "width": 92.74169921875, + "height": 53 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8XyVvRmPAoY=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmFJ08=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "subViews": [ + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8XyVvRmQIEw=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmPAoY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq54hvs=" + }, + "font": "Arial;13;0", + "left": 633.0443115234375, + "top": 934, + "width": 501.85205078125, + "height": 13, + "text": "«constructor»+ChangementNP(a: Groupe, e: Etudiant, b: Groupe)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8XyVvRmRW94=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmPAoY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq58v48=" + }, + "font": "Arial;13;0", + "left": 633.0443115234375, + "top": 949, + "width": 501.85205078125, + "height": 13, + "text": "«constructor»+ChangementNP(a: Groupe, e: Etudiant, b: Groupe, raison: String)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8XyVvRmSUcs=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmPAoY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq6B+jQ=" + }, + "font": "Arial;13;0", + "left": 633.0443115234375, + "top": 964, + "width": 501.85205078125, + "height": 13, + "text": "«constructor»+ChangementNP(a: Groupe, e: Etudiant, b: Groupe, id: int)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8XyVvRmTLoo=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmPAoY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq6GCIo=" + }, + "font": "Arial;13;0", + "left": 633.0443115234375, + "top": 979, + "width": 501.85205078125, + "height": 13, + "text": "«constructor»+ChangementNP(a: Groupe, e: Etudiant, b: Groupe, id: int, raison: String)", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8XyVvRmUdrg=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmPAoY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq6Mjjs=" + }, + "font": "Arial;13;0", + "left": 633.0443115234375, + "top": 994, + "width": 501.85205078125, + "height": 13, + "text": "+getId(): int", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8XyVvRmV87E=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmPAoY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq6OgBE=" + }, + "font": "Arial;13;0", + "left": 633.0443115234375, + "top": 1009, + "width": 501.85205078125, + "height": 13, + "text": "+getA(): Groupe", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8XyVvRmW5S0=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmPAoY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq6Q6rc=" + }, + "font": "Arial;13;0", + "left": 633.0443115234375, + "top": 1024, + "width": 501.85205078125, + "height": 13, + "text": "+getB(): Groupe", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8XyVvRmXOUM=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmPAoY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq6SgHc=" + }, + "font": "Arial;13;0", + "left": 633.0443115234375, + "top": 1039, + "width": 501.85205078125, + "height": 13, + "text": "+getEtu(): Etudiant", + "horizontalAlignment": 0 + }, + { + "_type": "UMLOperationView", + "_id": "AAAAAAGE8XyVvRmYsjg=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmPAoY=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq6UzAs=" + }, + "font": "Arial;13;0", + "left": 633.0443115234375, + "top": 1054, + "width": 501.85205078125, + "height": 13, + "text": "+getRaison(): String", + "horizontalAlignment": 0 + } + ], + "visible": false, + "font": "Arial;13;0", + "left": 628.0443115234375, + "top": 929, + "width": 511.85205078125, + "height": 143 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8XyVvRmZRuM=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmFJ08=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 628.0443115234375, + "top": 929, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8XyVvRmafno=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmFJ08=" + }, + "model": { + "$ref": "AAAAAAGE8T4gtq53t7k=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 628.0443115234375, + "top": 929, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2328, + "top": 1040, + "width": 106.7890625, + "height": 25, + "nameCompartment": { + "$ref": "AAAAAAGE8XyVvRmGBEA=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8XyVvRmLZ4I=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8XyVvRmPAoY=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8XyVvRmZRuM=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8XyVvRmafno=" + } + }, + { + "_type": "UMLInterfaceView", + "_id": "AAAAAAGE8XyVvRmb2KI=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + }, + "subViews": [ + { + "_type": "UMLNameCompartmentView", + "_id": "AAAAAAGE8XyVvRmcw7U=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmb2KI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + }, + "subViews": [ + { + "_type": "LabelView", + "_id": "AAAAAAGE8XyVvRmdv/A=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmcw7U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3578.16015625, + "top": 1236, + "width": 64.32080078125, + "height": 13, + "text": "«interface»" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8XyVvRmeGzg=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmcw7U=" + }, + "font": "Arial;13;1", + "left": 2341, + "top": 990, + "width": 78.72998046875, + "height": 13, + "text": "Changement" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8XyVvRmfkP4=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmcw7U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3578.16015625, + "top": 1236, + "width": 114.13720703125, + "height": 13, + "text": "(from JavaReverse)" + }, + { + "_type": "LabelView", + "_id": "AAAAAAGE8XyVvRmgCyE=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmcw7U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3578.16015625, + "top": 1236, + "height": 13, + "horizontalAlignment": 1 + } + ], + "font": "Arial;13;0", + "left": 2336, + "top": 983, + "width": 88.72998046875, + "height": 25, + "stereotypeLabel": { + "$ref": "AAAAAAGE8XyVvRmdv/A=" + }, + "nameLabel": { + "$ref": "AAAAAAGE8XyVvRmeGzg=" + }, + "namespaceLabel": { + "$ref": "AAAAAAGE8XyVvRmfkP4=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8XyVvRmgCyE=" + } + }, + { + "_type": "UMLAttributeCompartmentView", + "_id": "AAAAAAGE8XyVvRmhRFw=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmb2KI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2130.080078125, + "top": 940, + "width": 10, + "height": 10 + }, + { + "_type": "UMLOperationCompartmentView", + "_id": "AAAAAAGE8XyVvRmi0xs=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmb2KI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2130.080078125, + "top": 940, + "width": 10, + "height": 10 + }, + { + "_type": "UMLReceptionCompartmentView", + "_id": "AAAAAAGE8XyVvRmj+Gk=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmb2KI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2130.080078125, + "top": 940, + "width": 10, + "height": 10 + }, + { + "_type": "UMLTemplateParameterCompartmentView", + "_id": "AAAAAAGE8XyVvRmkcDo=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmb2KI=" + }, + "model": { + "$ref": "AAAAAAGE8T4hGLAqEKc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2130.080078125, + "top": 940, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "containerChangeable": true, + "left": 2336, + "top": 960, + "width": 88.72998046875, + "height": 49, + "stereotypeDisplay": "icon", + "nameCompartment": { + "$ref": "AAAAAAGE8XyVvRmcw7U=" + }, + "suppressAttributes": true, + "suppressOperations": true, + "attributeCompartment": { + "$ref": "AAAAAAGE8XyVvRmhRFw=" + }, + "operationCompartment": { + "$ref": "AAAAAAGE8XyVvRmi0xs=" + }, + "receptionCompartment": { + "$ref": "AAAAAAGE8XyVvRmj+Gk=" + }, + "templateParameterCompartment": { + "$ref": "AAAAAAGE8XyVvRmkcDo=" + } + }, + { + "_type": "UMLInterfaceRealizationView", + "_id": "AAAAAAGE8XyVvRmlq/s=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8WURfl4W1/0=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XyVvRmm118=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmlq/s=" + }, + "model": { + "$ref": "AAAAAAGE8WURfl4W1/0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2364, + "top": 1004, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XyVvRmlq/s=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XyVvRmngvM=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmlq/s=" + }, + "model": { + "$ref": "AAAAAAGE8WURfl4W1/0=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2349, + "top": 1004, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8XyVvRmlq/s=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8XyVvRmoP/g=", + "_parent": { + "$ref": "AAAAAAGE8XyVvRmlq/s=" + }, + "model": { + "$ref": "AAAAAAGE8WURfl4W1/0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2393, + "top": 1005, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8XyVvRmlq/s=" + }, + "edgePosition": 1 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8XyVvRmb2KI=" + }, + "tail": { + "$ref": "AAAAAAGE8XyVvRmFJ08=" + }, + "lineStyle": 1, + "points": "2380:1039;2379:983", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8XyVvRmm118=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8XyVvRmngvM=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8XyVvRmoP/g=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8X0kQWPTBYQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8X0kQWPPZ9I=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X0kQWPUHEk=", + "_parent": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + }, + "model": { + "$ref": "AAAAAAGE8X0kQWPPZ9I=" + }, + "font": "Arial;13;0", + "left": 2565, + "top": 887, + "width": 33.236328125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + }, + "edgePosition": 1, + "text": "-brain" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X0kQWPVbNs=", + "_parent": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + }, + "model": { + "$ref": "AAAAAAGE8X0kQWPPZ9I=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2588, + "top": 900, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X0kQWPWbIQ=", + "_parent": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + }, + "model": { + "$ref": "AAAAAAGE8X0kQWPPZ9I=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2566, + "top": 860, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X0kQWPXCBw=", + "_parent": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + }, + "model": { + "$ref": "AAAAAAGE8X0kQWPQXbc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2708, + "top": 820, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X0kQWPYWdc=", + "_parent": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + }, + "model": { + "$ref": "AAAAAAGE8X0kQWPQXbc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2712, + "top": 833, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X0kQWPZ3EI=", + "_parent": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + }, + "model": { + "$ref": "AAAAAAGE8X0kQWPQXbc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2699, + "top": 794, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X0kQWPaF3A=", + "_parent": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + }, + "model": { + "$ref": "AAAAAAGE8X0kQWPRVYE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2454, + "top": 955, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X0kQWPb2zo=", + "_parent": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + }, + "model": { + "$ref": "AAAAAAGE8X0kQWPRVYE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2463, + "top": 965, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X0kQWPcUR8=", + "_parent": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + }, + "model": { + "$ref": "AAAAAAGE8X0kQWPRVYE=" + }, + "font": "Arial;13;0", + "left": 2435, + "top": 932, + "width": 6.5, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + }, + "text": "*" + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8X0kQWPd5Gw=", + "_parent": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + }, + "model": { + "$ref": "AAAAAAGE8X0kQWPQXbc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8X0kQWPe62A=", + "_parent": { + "$ref": "AAAAAAGE8X0kQWPTBYQ=" + }, + "model": { + "$ref": "AAAAAAGE8X0kQWPRVYE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8XyVvRmb2KI=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iCsCJXbI=" + }, + "lineStyle": 1, + "points": "2724:801;2425:960", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8X0kQWPUHEk=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8X0kQWPVbNs=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8X0kQWPWbIQ=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8X0kQWPXCBw=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8X0kQWPYWdc=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8X0kQWPZ3EI=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8X0kQWPaF3A=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8X0kQWPb2zo=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8X0kQWPcUR8=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8X0kQWPd5Gw=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8X0kQWPe62A=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8X7xrLZ40FM=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8X7xq7Z0tZs=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X7xrLZ5M4g=", + "_parent": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + }, + "model": { + "$ref": "AAAAAAGE8X7xq7Z0tZs=" + }, + "font": "Arial;13;0", + "left": 2507, + "top": 1091, + "width": 11.55908203125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + }, + "edgePosition": 1, + "text": "-a" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X7xrLZ6xMs=", + "_parent": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + }, + "model": { + "$ref": "AAAAAAGE8X7xq7Z0tZs=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2512, + "top": 1076, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X7xrLZ71C0=", + "_parent": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + }, + "model": { + "$ref": "AAAAAAGE8X7xq7Z0tZs=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2512, + "top": 1121, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X7xrLZ8H1w=", + "_parent": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + }, + "model": { + "$ref": "AAAAAAGE8X7xq7Z1SAE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2438, + "top": 1056, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X7xrLZ96BI=", + "_parent": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + }, + "model": { + "$ref": "AAAAAAGE8X7xq7Z1SAE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2446, + "top": 1045, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X7xrLZ+kpI=", + "_parent": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + }, + "model": { + "$ref": "AAAAAAGE8X7xq7Z1SAE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2423, + "top": 1079, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X7xrLZ/7ik=", + "_parent": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + }, + "model": { + "$ref": "AAAAAAGE8X7xrLZ2XgI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2525, + "top": 1091, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X7xrLaAFKc=", + "_parent": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + }, + "model": { + "$ref": "AAAAAAGE8X7xrLZ2XgI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2522, + "top": 1077, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X7xrLaBQys=", + "_parent": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + }, + "model": { + "$ref": "AAAAAAGE8X7xrLZ2XgI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2529, + "top": 1118, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8X7xrLaCRjk=", + "_parent": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + }, + "model": { + "$ref": "AAAAAAGE8X7xq7Z1SAE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 440, + "top": 232, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8X7xrLaDMC4=", + "_parent": { + "$ref": "AAAAAAGE8X7xrLZ40FM=" + }, + "model": { + "$ref": "AAAAAAGE8X7xrLZ2XgI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 440, + "top": 232, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "tail": { + "$ref": "AAAAAAGE8XyVvRmFJ08=" + }, + "lineStyle": 1, + "points": "2409:1065;2512:1112;2551:1112", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8X7xrLZ5M4g=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8X7xrLZ6xMs=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8X7xrLZ71C0=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8X7xrLZ8H1w=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8X7xrLZ96BI=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8X7xrLZ+kpI=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8X7xrLZ/7ik=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8X7xrLaAFKc=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8X7xrLaBQys=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8X7xrLaCRjk=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8X7xrLaDMC4=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8X880cflC5s=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8X880cfhGSg=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X880cfmiJg=", + "_parent": { + "$ref": "AAAAAAGE8X880cflC5s=" + }, + "model": { + "$ref": "AAAAAAGE8X880cfhGSg=" + }, + "font": "Arial;13;0", + "left": 2486, + "top": 1063, + "width": 11.55908203125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8X880cflC5s=" + }, + "edgePosition": 1, + "text": "-b" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X880cfnYfM=", + "_parent": { + "$ref": "AAAAAAGE8X880cflC5s=" + }, + "model": { + "$ref": "AAAAAAGE8X880cfhGSg=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2495, + "top": 1049, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8X880cflC5s=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X880cfovMw=", + "_parent": { + "$ref": "AAAAAAGE8X880cflC5s=" + }, + "model": { + "$ref": "AAAAAAGE8X880cfhGSg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2482, + "top": 1092, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8X880cflC5s=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X880cfpChI=", + "_parent": { + "$ref": "AAAAAAGE8X880cflC5s=" + }, + "model": { + "$ref": "AAAAAAGE8X880cfiS4A=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2452, + "top": 1052, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8X880cflC5s=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X880cfqOFU=", + "_parent": { + "$ref": "AAAAAAGE8X880cflC5s=" + }, + "model": { + "$ref": "AAAAAAGE8X880cfiS4A=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2458, + "top": 1040, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8X880cflC5s=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X880cfrG6s=", + "_parent": { + "$ref": "AAAAAAGE8X880cflC5s=" + }, + "model": { + "$ref": "AAAAAAGE8X880cfiS4A=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2440, + "top": 1077, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8X880cflC5s=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X880cfs5AM=", + "_parent": { + "$ref": "AAAAAAGE8X880cflC5s=" + }, + "model": { + "$ref": "AAAAAAGE8X880cfjoe4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2530, + "top": 1076, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8X880cflC5s=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X880cftio0=", + "_parent": { + "$ref": "AAAAAAGE8X880cflC5s=" + }, + "model": { + "$ref": "AAAAAAGE8X880cfjoe4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2532, + "top": 1062, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8X880cflC5s=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X880cfum9g=", + "_parent": { + "$ref": "AAAAAAGE8X880cflC5s=" + }, + "model": { + "$ref": "AAAAAAGE8X880cfjoe4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2526, + "top": 1103, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8X880cflC5s=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8X880cfvh4E=", + "_parent": { + "$ref": "AAAAAAGE8X880cflC5s=" + }, + "model": { + "$ref": "AAAAAAGE8X880cfiS4A=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 440, + "top": 232, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8X880cfwRJE=", + "_parent": { + "$ref": "AAAAAAGE8X880cflC5s=" + }, + "model": { + "$ref": "AAAAAAGE8X880cfjoe4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 440, + "top": 232, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "tail": { + "$ref": "AAAAAAGE8XyVvRmFJ08=" + }, + "lineStyle": 1, + "points": "2423:1065;2551:1104", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8X880cfmiJg=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8X880cfnYfM=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8X880cfovMw=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8X880cfpChI=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8X880cfqOFU=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8X880cfrG6s=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8X880cfs5AM=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8X880cftio0=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8X880cfum9g=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8X880cfvh4E=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8X880cfwRJE=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8X/FYOC4QtY=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8X/FYOC0qjA=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X/FYOC5EbQ=", + "_parent": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + }, + "model": { + "$ref": "AAAAAAGE8X/FYOC0qjA=" + }, + "font": "Arial;13;0", + "left": 2382, + "top": 1099, + "width": 11.55908203125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + }, + "edgePosition": 1, + "text": "-e" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X/FYOC6mJ8=", + "_parent": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + }, + "model": { + "$ref": "AAAAAAGE8X/FYOC0qjA=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2402, + "top": 1101, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X/FYOC7qn8=", + "_parent": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + }, + "model": { + "$ref": "AAAAAAGE8X/FYOC0qjA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2358, + "top": 1096, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X/FYOC8xCA=", + "_parent": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + }, + "model": { + "$ref": "AAAAAAGE8X/FYOC1Pd8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2389, + "top": 1086, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X/FYOC9MJQ=", + "_parent": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + }, + "model": { + "$ref": "AAAAAAGE8X/FYOC1Pd8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2402, + "top": 1090, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X/FYOC+iwc=", + "_parent": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + }, + "model": { + "$ref": "AAAAAAGE8X/FYOC1Pd8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2363, + "top": 1079, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X/FYOC/iVg=", + "_parent": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + }, + "model": { + "$ref": "AAAAAAGE8X/FYOC2VmQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2386, + "top": 1112, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X/FYODAo0w=", + "_parent": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + }, + "model": { + "$ref": "AAAAAAGE8X/FYOC2VmQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2400, + "top": 1112, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8X/FYODBPds=", + "_parent": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + }, + "model": { + "$ref": "AAAAAAGE8X/FYOC2VmQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2359, + "top": 1114, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8X/FYODCJN4=", + "_parent": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + }, + "model": { + "$ref": "AAAAAAGE8X/FYOC1Pd8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 440, + "top": 208, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8X/FYODDnWY=", + "_parent": { + "$ref": "AAAAAAGE8X/FYOC4QtY=" + }, + "model": { + "$ref": "AAAAAAGE8X/FYOC2VmQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 440, + "top": 208, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHpLYY=" + }, + "tail": { + "$ref": "AAAAAAGE8XyVvRmFJ08=" + }, + "lineStyle": 1, + "points": "2378:1065;2369:1143", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8X/FYOC5EbQ=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8X/FYOC6mJ8=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8X/FYOC7qn8=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8X/FYOC8xCA=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8X/FYOC9MJQ=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8X/FYOC+iwc=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8X/FYOC/iVg=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8X/FYODAo0w=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8X/FYODBPds=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8X/FYODCJN4=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8X/FYODDnWY=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8YEUGW+GuXU=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8YEUBm+CEwg=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YEUGW+HqCQ=", + "_parent": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + }, + "model": { + "$ref": "AAAAAAGE8YEUBm+CEwg=" + }, + "font": "Arial;13;0", + "left": 2918, + "top": 1016, + "width": 44.43994140625, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + }, + "edgePosition": 1, + "text": "-promo" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YEUGW+ILjA=", + "_parent": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + }, + "model": { + "$ref": "AAAAAAGE8YEUBm+CEwg=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2944, + "top": 1030, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YEUGW+J7mI=", + "_parent": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + }, + "model": { + "$ref": "AAAAAAGE8YEUBm+CEwg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2931, + "top": 987, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YEUGW+Ku20=", + "_parent": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + }, + "model": { + "$ref": "AAAAAAGE8YEUBm+DLWU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3211, + "top": 973, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YEUGW+L5CA=", + "_parent": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + }, + "model": { + "$ref": "AAAAAAGE8YEUBm+DLWU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3211, + "top": 987, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YEUGW+M63o=", + "_parent": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + }, + "model": { + "$ref": "AAAAAAGE8YEUBm+DLWU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3211, + "top": 946, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YEUGW+NIa8=", + "_parent": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + }, + "model": { + "$ref": "AAAAAAGE8YEUBm+EAww=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2637, + "top": 1104, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YEUGW+O3n0=", + "_parent": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + }, + "model": { + "$ref": "AAAAAAGE8YEUBm+EAww=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2643, + "top": 1116, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YEUGW+PsYM=", + "_parent": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + }, + "model": { + "$ref": "AAAAAAGE8YEUBm+EAww=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2625, + "top": 1078, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YEUGW+Q7UI=", + "_parent": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + }, + "model": { + "$ref": "AAAAAAGE8YEUBm+DLWU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -136, + "top": -232, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YEUGW+RAIA=", + "_parent": { + "$ref": "AAAAAAGE8YEUGW+GuXU=" + }, + "model": { + "$ref": "AAAAAAGE8YEUBm+EAww=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -136, + "top": -232, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iCsCdIdc=" + }, + "lineStyle": 1, + "points": "3235:961;2936:1008;2608:1103", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8YEUGW+HqCQ=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8YEUGW+ILjA=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8YEUGW+J7mI=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8YEUGW+Ku20=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8YEUGW+L5CA=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8YEUGW+M63o=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8YEUGW+NIa8=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8YEUGW+O3n0=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8YEUGW+PsYM=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8YEUGW+Q7UI=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8YEUGW+RAIA=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8YHXH6KR0qE=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8YHXHqKNWLU=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YHXH6KS5tI=", + "_parent": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + }, + "model": { + "$ref": "AAAAAAGE8YHXHqKNWLU=" + }, + "font": "Arial;13;0", + "left": 2983, + "top": 960, + "width": 44.8017578125, + "height": 13, + "alpha": 3.9825223514462333, + "distance": 10, + "hostEdge": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + }, + "edgePosition": 1, + "text": "-fenetre" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YHXH6KTVd0=", + "_parent": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + }, + "model": { + "$ref": "AAAAAAGE8YHXHqKNWLU=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3001, + "top": 997, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YHXH6KUxsA=", + "_parent": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + }, + "model": { + "$ref": "AAAAAAGE8YHXHqKNWLU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2997, + "top": 953, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YHXH6KVECQ=", + "_parent": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + }, + "model": { + "$ref": "AAAAAAGE8YHXHqKO+oI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3206, + "top": 966, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YHXH6KWr8I=", + "_parent": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + }, + "model": { + "$ref": "AAAAAAGE8YHXHqKO+oI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3205, + "top": 979, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YHXH6KXiZc=", + "_parent": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + }, + "model": { + "$ref": "AAAAAAGE8YHXHqKO+oI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3208, + "top": 938, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YHXH6KYUpg=", + "_parent": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + }, + "model": { + "$ref": "AAAAAAGE8YHXHqKP6XM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2795, + "top": 1000, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YHXH6KZjaw=", + "_parent": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + }, + "model": { + "$ref": "AAAAAAGE8YHXHqKP6XM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2798, + "top": 1013, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YHXH6KaV30=", + "_parent": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + }, + "model": { + "$ref": "AAAAAAGE8YHXHqKP6XM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2788, + "top": 973, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YHXH6KbPL8=", + "_parent": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + }, + "model": { + "$ref": "AAAAAAGE8YHXHqKO+oI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YHXH6KclgA=", + "_parent": { + "$ref": "AAAAAAGE8YHXH6KR0qE=" + }, + "model": { + "$ref": "AAAAAAGE8YHXHqKP6XM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsIRs6o=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iCsCdIdc=" + }, + "lineStyle": 1, + "points": "3231:955;2768:994", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8YHXH6KS5tI=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8YHXH6KTVd0=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8YHXH6KUxsA=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8YHXH6KVECQ=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8YHXH6KWr8I=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8YHXH6KXiZc=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8YHXH6KYUpg=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8YHXH6KZjaw=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8YHXH6KaV30=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8YHXH6KbPL8=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8YHXH6KclgA=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8YI5Z7BSQzs=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8YI5Z7BO2Xc=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YI5Z7BTkGE=", + "_parent": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + }, + "model": { + "$ref": "AAAAAAGE8YI5Z7BO2Xc=" + }, + "font": "Arial;13;0", + "left": 2970, + "top": 1064, + "width": 33.236328125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + }, + "edgePosition": 1, + "text": "-brain" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YI5Z7BUeRI=", + "_parent": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + }, + "model": { + "$ref": "AAAAAAGE8YI5Z7BO2Xc=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2988, + "top": 1079, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YI5Z7BVf04=", + "_parent": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + }, + "model": { + "$ref": "AAAAAAGE8YI5Z7BO2Xc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2981, + "top": 1035, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YI5Z7BWHww=", + "_parent": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + }, + "model": { + "$ref": "AAAAAAGE8YI5Z7BP6bw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3257, + "top": 977, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YI5Z7BXX3A=", + "_parent": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + }, + "model": { + "$ref": "AAAAAAGE8YI5Z7BP6bw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3259, + "top": 990, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YI5Z7BYMoE=", + "_parent": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + }, + "model": { + "$ref": "AAAAAAGE8YI5Z7BP6bw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3253, + "top": 949, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YI5Z7BZeV8=", + "_parent": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + }, + "model": { + "$ref": "AAAAAAGE8YI5Z7BQ0z0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2635, + "top": 1113, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YI5Z7Ba2zg=", + "_parent": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + }, + "model": { + "$ref": "AAAAAAGE8YI5Z7BQ0z0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2639, + "top": 1126, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YI5Z7Bb4Ik=", + "_parent": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + }, + "model": { + "$ref": "AAAAAAGE8YI5Z7BQ0z0=" + }, + "font": "Arial;13;0", + "left": 2663, + "top": 1103, + "width": 6.5, + "height": 13, + "alpha": -0.171895236949104, + "distance": 58.034472514187634, + "hostEdge": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + }, + "text": "*" + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YI5Z7Bc1XM=", + "_parent": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + }, + "model": { + "$ref": "AAAAAAGE8YI5Z7BP6bw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YI5Z7BdQDg=", + "_parent": { + "$ref": "AAAAAAGE8YI5Z7BSQzs=" + }, + "model": { + "$ref": "AAAAAAGE8YI5Z7BQ0z0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iCsCdIdc=" + }, + "lineStyle": 1, + "points": "3278:961;2984:1056;2608:1108", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8YI5Z7BTkGE=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8YI5Z7BUeRI=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8YI5Z7BVf04=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8YI5Z7BWHww=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8YI5Z7BXX3A=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8YI5Z7BYMoE=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8YI5Z7BZeV8=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8YI5Z7Ba2zg=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8YI5Z7Bb4Ik=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8YI5Z7Bc1XM=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8YI5Z7BdQDg=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8YTgdfWerfQ=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8YTgdPWayoU=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YTgdfWfgYs=", + "_parent": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + }, + "model": { + "$ref": "AAAAAAGE8YTgdPWayoU=" + }, + "font": "Arial;13;0", + "left": 2615, + "top": 1174, + "width": 28.90087890625, + "height": 13, + "alpha": 0.6471547191332346, + "distance": 11.661903789690601, + "hostEdge": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + }, + "edgePosition": 1, + "text": "-type" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YTgdfWgPTA=", + "_parent": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + }, + "model": { + "$ref": "AAAAAAGE8YTgdPWayoU=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2644, + "top": 1154, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YTgdfWh6Jw=", + "_parent": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + }, + "model": { + "$ref": "AAAAAAGE8YTgdPWayoU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2606, + "top": 1177, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YTgdfWiTUw=", + "_parent": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + }, + "model": { + "$ref": "AAAAAAGE8YTgdPWbtU0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2621, + "top": 1145, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YTgdfWja1w=", + "_parent": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + }, + "model": { + "$ref": "AAAAAAGE8YTgdPWbtU0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2633, + "top": 1140, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YTgdfWkH+I=", + "_parent": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + }, + "model": { + "$ref": "AAAAAAGE8YTgdPWbtU0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2595, + "top": 1155, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YTgdfWluxY=", + "_parent": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + }, + "model": { + "$ref": "AAAAAAGE8YTgdPWcchc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2642, + "top": 1179, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YTgdfWm0no=", + "_parent": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + }, + "model": { + "$ref": "AAAAAAGE8YTgdPWcchc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2652, + "top": 1170, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YTgdfWntA8=", + "_parent": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + }, + "model": { + "$ref": "AAAAAAGE8YTgdPWcchc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2621, + "top": 1197, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YTgdfWoERk=", + "_parent": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + }, + "model": { + "$ref": "AAAAAAGE8YTgdPWbtU0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YTgdfWp2nw=", + "_parent": { + "$ref": "AAAAAAGE8YTgdfWerfQ=" + }, + "model": { + "$ref": "AAAAAAGE8YTgdPWcchc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDcGh5ek=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "lineStyle": 1, + "points": "2595:1137;2643:1215", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8YTgdfWfgYs=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8YTgdfWgPTA=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8YTgdfWh6Jw=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8YTgdfWiTUw=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8YTgdfWja1w=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8YTgdfWkH+I=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8YTgdfWluxY=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8YTgdfWm0no=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8YTgdfWntA8=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8YTgdfWoERk=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8YTgdfWp2nw=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8YWK+C5kEyI=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8YWK+C5g6NQ=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YWK+C5lU00=", + "_parent": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + }, + "model": { + "$ref": "AAAAAAGE8YWK+C5g6NQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2650, + "top": 1061, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YWK+C5mmlk=", + "_parent": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + }, + "model": { + "$ref": "AAAAAAGE8YWK+C5g6NQ=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2665, + "top": 1061, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YWK+S5nXVc=", + "_parent": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + }, + "model": { + "$ref": "AAAAAAGE8YWK+C5g6NQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2621, + "top": 1062, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YWK+S5oqM0=", + "_parent": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + }, + "model": { + "$ref": "AAAAAAGE8YWK+C5h/Yg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2564, + "top": 1056, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YWK+S5pURU=", + "_parent": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + }, + "model": { + "$ref": "AAAAAAGE8YWK+C5h/Yg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2550, + "top": 1053, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YWK+S5qL8k=", + "_parent": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + }, + "model": { + "$ref": "AAAAAAGE8YWK+C5h/Yg=" + }, + "font": "Arial;13;0", + "left": 2598, + "top": 1055, + "width": 62.14990234375, + "height": 13, + "alpha": -1.0993359560748377, + "distance": 57.245087125446844, + "hostEdge": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + }, + "edgePosition": 2, + "text": "-pointPoint" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YWK+S5rWm4=", + "_parent": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + }, + "model": { + "$ref": "AAAAAAGE8YWK+C5iwh8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2632, + "top": 1120, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YWK+S5sSjs=", + "_parent": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + }, + "model": { + "$ref": "AAAAAAGE8YWK+C5iwh8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2635, + "top": 1134, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YWK+S5tdvM=", + "_parent": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + }, + "model": { + "$ref": "AAAAAAGE8YWK+C5iwh8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2628, + "top": 1093, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YWK+S5uBDQ=", + "_parent": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + }, + "model": { + "$ref": "AAAAAAGE8YWK+C5h/Yg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YWK+S5vYQM=", + "_parent": { + "$ref": "AAAAAAGE8YWK+C5kEyI=" + }, + "model": { + "$ref": "AAAAAAGE8YWK+C5iwh8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "points": "2579:1088;2579:1068;2636:1068;2636:1112;2607:1112", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8YWK+C5lU00=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8YWK+C5mmlk=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8YWK+S5nXVc=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8YWK+S5oqM0=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8YWK+S5pURU=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8YWK+S5qL8k=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8YWK+S5rWm4=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8YWK+S5sSjs=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8YWK+S5tdvM=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8YWK+S5uBDQ=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8YWK+S5vYQM=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8YZxrUszaY4=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8YZxrUsvB/Q=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YZxrUs0N54=", + "_parent": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + }, + "model": { + "$ref": "AAAAAAGE8YZxrUsvB/Q=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2542, + "top": 1061, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YZxrUs1b5U=", + "_parent": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + }, + "model": { + "$ref": "AAAAAAGE8YZxrUsvB/Q=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2557, + "top": 1061, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YZxrUs2dpk=", + "_parent": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + }, + "model": { + "$ref": "AAAAAAGE8YZxrUsvB/Q=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2513, + "top": 1062, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YZxrUs3g0k=", + "_parent": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + }, + "model": { + "$ref": "AAAAAAGE8YZxrUswkIY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2564, + "top": 1056, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YZxrUs4Yxc=", + "_parent": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + }, + "model": { + "$ref": "AAAAAAGE8YZxrUswkIY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2550, + "top": 1053, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YZxrUs5/fk=", + "_parent": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + }, + "model": { + "$ref": "AAAAAAGE8YZxrUswkIY=" + }, + "font": "Arial;13;0", + "left": 2511, + "top": 1048, + "width": 81.64990234375, + "height": 13, + "alpha": -5.612041152114957, + "distance": 43.41658669218482, + "hostEdge": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + }, + "edgePosition": 2, + "text": "-sousGroupes" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YZxrUs6ziU=", + "_parent": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + }, + "model": { + "$ref": "AAAAAAGE8YZxrUsx46Y=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2526, + "top": 1075, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YZxrUs7RiU=", + "_parent": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + }, + "model": { + "$ref": "AAAAAAGE8YZxrUsx46Y=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2523, + "top": 1061, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YZxrUs8MnU=", + "_parent": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + }, + "model": { + "$ref": "AAAAAAGE8YZxrUsx46Y=" + }, + "font": "Arial;13;0", + "left": 2543, + "top": 1079, + "width": 6.5, + "height": 13, + "alpha": -1.0303775618187547, + "distance": 11.661903789690601, + "hostEdge": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + }, + "text": "*" + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YZxrUs9qXQ=", + "_parent": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + }, + "model": { + "$ref": "AAAAAAGE8YZxrUswkIY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YZxrUs+wBo=", + "_parent": { + "$ref": "AAAAAAGE8YZxrUszaY4=" + }, + "model": { + "$ref": "AAAAAAGE8YZxrUsx46Y=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "points": "2579:1088;2579:1068;2528:1068;2528:1096;2552:1096", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8YZxrUs0N54=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8YZxrUs1b5U=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8YZxrUs2dpk=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8YZxrUs3g0k=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8YZxrUs4Yxc=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8YZxrUs5/fk=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8YZxrUs6ziU=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8YZxrUs7RiU=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8YZxrUs8MnU=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8YZxrUs9qXQ=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8YZxrUs+wBo=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8YcjF3mxbTU=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8YcjF3mtk88=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YcjF3mydt8=", + "_parent": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + }, + "model": { + "$ref": "AAAAAAGE8YcjF3mtk88=" + }, + "font": "Arial;13;0", + "left": 2473, + "top": 1149, + "width": 118.4853515625, + "height": 13, + "alpha": 2.6015021699865084, + "distance": 61, + "hostEdge": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + }, + "edgePosition": 1, + "text": "-membresDuGroupe" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YcjGHmzIdw=", + "_parent": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + }, + "model": { + "$ref": "AAAAAAGE8YcjF3mtk88=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2481, + "top": 1161, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YcjGHm0aLI=", + "_parent": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + }, + "model": { + "$ref": "AAAAAAGE8YcjF3mtk88=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2470, + "top": 1118, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YcjGHm1214=", + "_parent": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + }, + "model": { + "$ref": "AAAAAAGE8YcjF3muYYI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2529, + "top": 1134, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YcjGHm2G4o=", + "_parent": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + }, + "model": { + "$ref": "AAAAAAGE8YcjF3muYYI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2531, + "top": 1147, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YcjGHm3UHk=", + "_parent": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + }, + "model": { + "$ref": "AAAAAAGE8YcjF3muYYI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2526, + "top": 1106, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YcjGHm4yr0=", + "_parent": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + }, + "model": { + "$ref": "AAAAAAGE8YcjF3mvnhE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2426, + "top": 1161, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YcjGHm54rE=", + "_parent": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + }, + "model": { + "$ref": "AAAAAAGE8YcjF3mvnhE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2432, + "top": 1173, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YcjGHm6VxA=", + "_parent": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + }, + "model": { + "$ref": "AAAAAAGE8YcjF3mvnhE=" + }, + "font": "Arial;13;0", + "left": 2400, + "top": 1139, + "width": 6.5, + "height": 13, + "alpha": 0.963907838094936, + "distance": 15.524174696260024, + "hostEdge": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + }, + "text": "*" + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YcjGHm7sIY=", + "_parent": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + }, + "model": { + "$ref": "AAAAAAGE8YcjF3muYYI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YcjGHm8vt4=", + "_parent": { + "$ref": "AAAAAAGE8YcjF3mxbTU=" + }, + "model": { + "$ref": "AAAAAAGE8YcjF3mvnhE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHpLYY=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "lineStyle": 1, + "points": "2551:1119;2398:1160", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8YcjF3mydt8=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8YcjGHmzIdw=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8YcjGHm0aLI=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8YcjGHm1214=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8YcjGHm2G4o=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8YcjGHm3UHk=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8YcjGHm4yr0=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8YcjGHm54rE=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8YcjGHm6VxA=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8YcjGHm7sIY=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8YcjGHm8vt4=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8Yj675jl8/Y=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8Yj675jhy5w=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Yj675jm9Bs=", + "_parent": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + }, + "model": { + "$ref": "AAAAAAGE8Yj675jhy5w=" + }, + "font": "Arial;13;0", + "left": 2865, + "top": 1083, + "width": 44.8017578125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + }, + "edgePosition": 1, + "text": "-fenetre" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Yj68JjnjYo=", + "_parent": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + }, + "model": { + "$ref": "AAAAAAGE8Yj675jhy5w=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2880, + "top": 1096, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Yj68JjojQE=", + "_parent": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + }, + "model": { + "$ref": "AAAAAAGE8Yj675jhy5w=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2900, + "top": 1056, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Yj68JjpDVc=", + "_parent": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + }, + "model": { + "$ref": "AAAAAAGE8Yj675jiVgk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2995, + "top": 1138, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Yj68Jjqq6M=", + "_parent": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + }, + "model": { + "$ref": "AAAAAAGE8Yj675jiVgk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2986, + "top": 1149, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Yj68Jjre/A=", + "_parent": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + }, + "model": { + "$ref": "AAAAAAGE8Yj675jiVgk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3011, + "top": 1115, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Yj68JjsDZY=", + "_parent": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + }, + "model": { + "$ref": "AAAAAAGE8Yj675jjCWM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2780, + "top": 1028, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Yj68JjtzDY=", + "_parent": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + }, + "model": { + "$ref": "AAAAAAGE8Yj675jjCWM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2776, + "top": 1041, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Yj68Jju39g=", + "_parent": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + }, + "model": { + "$ref": "AAAAAAGE8Yj675jjCWM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2788, + "top": 1001, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8Yj68JjvQ1Y=", + "_parent": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + }, + "model": { + "$ref": "AAAAAAGE8Yj675jiVgk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8Yj68JjwaJ4=", + "_parent": { + "$ref": "AAAAAAGE8Yj675jl8/Y=" + }, + "model": { + "$ref": "AAAAAAGE8Yj675jjCWM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -128, + "top": -264, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsIRs6o=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8DjT5c=" + }, + "lineStyle": 1, + "points": "3025:1143;2764:1009", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8Yj675jm9Bs=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8Yj68JjnjYo=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8Yj68JjojQE=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8Yj68JjpDVc=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8Yj68Jjqq6M=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8Yj68Jjre/A=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8Yj68JjsDZY=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8Yj68JjtzDY=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8Yj68Jju39g=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8Yj68JjvQ1Y=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8Yj68JjwaJ4=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8YqXIHoxweU=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8YqXIHotygY=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YqXIHoyR/w=", + "_parent": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + }, + "model": { + "$ref": "AAAAAAGE8YqXIHotygY=" + }, + "font": "Arial;13;0", + "left": 2339, + "top": 1421, + "width": 44.80810546875, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + }, + "edgePosition": 1, + "text": "-g" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YqXIHozQFQ=", + "_parent": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + }, + "model": { + "$ref": "AAAAAAGE8YqXIHotygY=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2348, + "top": 1413, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YqXIHo0XCQ=", + "_parent": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + }, + "model": { + "$ref": "AAAAAAGE8YqXIHotygY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2386, + "top": 1438, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YqXIHo1Jk0=", + "_parent": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + }, + "model": { + "$ref": "AAAAAAGE8YqXIHouHhE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2186, + "top": 1699, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YqXIHo20ro=", + "_parent": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + }, + "model": { + "$ref": "AAAAAAGE8YqXIHouHhE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2176, + "top": 1689, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YqXIHo3gj4=", + "_parent": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + }, + "model": { + "$ref": "AAAAAAGE8YqXIHouHhE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2207, + "top": 1717, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YqXIHo4FD8=", + "_parent": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + }, + "model": { + "$ref": "AAAAAAGE8YqXIHovYz8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2536, + "top": 1144, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YqXIHo5jKs=", + "_parent": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + }, + "model": { + "$ref": "AAAAAAGE8YqXIHovYz8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2523, + "top": 1139, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YqXIHo6sns=", + "_parent": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + }, + "model": { + "$ref": "AAAAAAGE8YqXIHovYz8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2561, + "top": 1155, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YqXIHo7rhg=", + "_parent": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + }, + "model": { + "$ref": "AAAAAAGE8YqXIHouHhE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -208, + "top": 1544, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YqXIHo8tOc=", + "_parent": { + "$ref": "AAAAAAGE8YqXIHoxweU=" + }, + "model": { + "$ref": "AAAAAAGE8YqXIHovYz8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -208, + "top": 1544, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMFvS98=" + }, + "lineStyle": 1, + "points": "2185:1735;2563:1137", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8YqXIHoyR/w=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8YqXIHozQFQ=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8YqXIHo0XCQ=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8YqXIHo1Jk0=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8YqXIHo20ro=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8YqXIHo3gj4=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8YqXIHo4FD8=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8YqXIHo5jKs=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8YqXIHo6sns=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8YqXIHo7rhg=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8YqXIHo8tOc=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8YtLn9m1Y3M=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8YtLn9mx2ow=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YtLn9m24sA=", + "_parent": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + }, + "model": { + "$ref": "AAAAAAGE8YtLn9mx2ow=" + }, + "font": "Arial;13;0", + "left": 2519, + "top": 1245, + "width": 15.158203125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + }, + "edgePosition": 1, + "text": "-m" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YtLn9m3Lk4=", + "_parent": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + }, + "model": { + "$ref": "AAAAAAGE8YtLn9mx2ow=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2514, + "top": 1236, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YtLn9m4HdY=", + "_parent": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + }, + "model": { + "$ref": "AAAAAAGE8YtLn9mx2ow=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2551, + "top": 1262, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YtLn9m5fEo=", + "_parent": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + }, + "model": { + "$ref": "AAAAAAGE8YtLn9myZ30=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2190, + "top": 1699, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YtLn9m6vKM=", + "_parent": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + }, + "model": { + "$ref": "AAAAAAGE8YtLn9myZ30=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2181, + "top": 1689, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YtLn9m7HrY=", + "_parent": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + }, + "model": { + "$ref": "AAAAAAGE8YtLn9myZ30=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2209, + "top": 1719, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YtLn9m85WQ=", + "_parent": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + }, + "model": { + "$ref": "AAAAAAGE8YtLn9mzjos=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2864, + "top": 790, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YtLn9m9Y04=", + "_parent": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + }, + "model": { + "$ref": "AAAAAAGE8YtLn9mzjos=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2852, + "top": 784, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YtLn9m+Bo0=", + "_parent": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + }, + "model": { + "$ref": "AAAAAAGE8YtLn9mzjos=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2889, + "top": 803, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YtLn9m/6yw=", + "_parent": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + }, + "model": { + "$ref": "AAAAAAGE8YtLn9myZ30=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -216, + "top": 1544, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YtLoNnA5yE=", + "_parent": { + "$ref": "AAAAAAGE8YtLn9m1Y3M=" + }, + "model": { + "$ref": "AAAAAAGE8YtLn9mzjos=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -216, + "top": 1544, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDMFR61Q=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMFvS98=" + }, + "lineStyle": 1, + "points": "2187:1735;2892:785", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8YtLn9m24sA=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8YtLn9m3Lk4=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8YtLn9m4HdY=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8YtLn9m5fEo=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8YtLn9m6vKM=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8YtLn9m7HrY=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8YtLn9m85WQ=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8YtLn9m9Y04=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8YtLn9m+Bo0=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8YtLn9m/6yw=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8YtLoNnA5yE=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8YvQUP4+GNI=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8YvQUP46O44=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YvQUf4/Hek=", + "_parent": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + }, + "model": { + "$ref": "AAAAAAGE8YvQUP46O44=" + }, + "font": "Arial;13;0", + "left": 2569, + "top": 1450, + "width": 11.55908203125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + }, + "edgePosition": 1, + "text": "-g" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YvQUf5AsMU=", + "_parent": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + }, + "model": { + "$ref": "AAAAAAGE8YvQUP46O44=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2559, + "top": 1450, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YvQUf5BJ9U=", + "_parent": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + }, + "model": { + "$ref": "AAAAAAGE8YvQUP46O44=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2603, + "top": 1449, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YvQUf5Ci0w=", + "_parent": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + }, + "model": { + "$ref": "AAAAAAGE8YvQUP47cGE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2582, + "top": 1743, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YvQUf5DEZA=", + "_parent": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + }, + "model": { + "$ref": "AAAAAAGE8YvQUP47cGE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2568, + "top": 1741, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YvQUf5E2qo=", + "_parent": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + }, + "model": { + "$ref": "AAAAAAGE8YvQUP47cGE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2609, + "top": 1747, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YvQUf5FoEQ=", + "_parent": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + }, + "model": { + "$ref": "AAAAAAGE8YvQUP48dl0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2565, + "top": 1157, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YvQUf5GZbg=", + "_parent": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + }, + "model": { + "$ref": "AAAAAAGE8YvQUP48dl0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2552, + "top": 1160, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YvQUf5HXXI=", + "_parent": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + }, + "model": { + "$ref": "AAAAAAGE8YvQUP48dl0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2593, + "top": 1152, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YvQUf5IwO0=", + "_parent": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + }, + "model": { + "$ref": "AAAAAAGE8YvQUP47cGE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -208, + "top": 1544, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YvQUf5JFJQ=", + "_parent": { + "$ref": "AAAAAAGE8YvQUP4+GNI=" + }, + "model": { + "$ref": "AAAAAAGE8YvQUP48dl0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -208, + "top": 1544, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8D3rD0=" + }, + "lineStyle": 1, + "points": "2598:1775;2580:1137", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8YvQUf4/Hek=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8YvQUf5AsMU=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8YvQUf5BJ9U=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8YvQUf5Ci0w=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8YvQUf5DEZA=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8YvQUf5E2qo=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8YvQUf5FoEQ=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8YvQUf5GZbg=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8YvQUf5HXXI=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8YvQUf5IwO0=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8YvQUf5JFJQ=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8YxEDiEw26o=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8YxEDiEsVZo=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YxEDiExIyk=", + "_parent": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + }, + "model": { + "$ref": "AAAAAAGE8YxEDiEsVZo=" + }, + "font": "Arial;13;0", + "left": 2486, + "top": 1746, + "width": 41.18994140625, + "height": 13, + "alpha": 3.933360017978465, + "distance": 26.92582403567252, + "hostEdge": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + }, + "edgePosition": 1, + "text": "-parent" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YxEDiEyzPM=", + "_parent": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + }, + "model": { + "$ref": "AAAAAAGE8YxEDiEsVZo=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2479, + "top": 1791, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YxEDiEz6aI=", + "_parent": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + }, + "model": { + "$ref": "AAAAAAGE8YxEDiEsVZo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2487, + "top": 1747, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YxEDiE0f/4=", + "_parent": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + }, + "model": { + "$ref": "AAAAAAGE8YxEDiEt5v8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2496, + "top": 1779, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YxEDiE1y7I=", + "_parent": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + }, + "model": { + "$ref": "AAAAAAGE8YxEDiEt5v8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2492, + "top": 1791, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YxEDiE2STQ=", + "_parent": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + }, + "model": { + "$ref": "AAAAAAGE8YxEDiEt5v8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2505, + "top": 1752, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YxEDiE334Q=", + "_parent": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + }, + "model": { + "$ref": "AAAAAAGE8YxEDiEuH0U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2468, + "top": 1774, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YxEDiE4JTQ=", + "_parent": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + }, + "model": { + "$ref": "AAAAAAGE8YxEDiEuH0U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2467, + "top": 1787, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8YxEDiE5Fwk=", + "_parent": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + }, + "model": { + "$ref": "AAAAAAGE8YxEDiEuH0U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2468, + "top": 1746, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YxEDiE6FtY=", + "_parent": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + }, + "model": { + "$ref": "AAAAAAGE8YxEDiEt5v8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -208, + "top": 1544, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8YxEDiE7uIc=", + "_parent": { + "$ref": "AAAAAAGE8YxEDiEw26o=" + }, + "model": { + "$ref": "AAAAAAGE8YxEDiEuH0U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -208, + "top": 1544, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iC8C7uHc=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8D3rD0=" + }, + "lineStyle": 1, + "points": "2525:1775;2445:1761", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8YxEDiExIyk=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8YxEDiEyzPM=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8YxEDiEz6aI=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8YxEDiE0f/4=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8YxEDiE1y7I=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8YxEDiE2STQ=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8YxEDiE334Q=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8YxEDiE4JTQ=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8YxEDiE5Fwk=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8YxEDiE6FtY=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8YxEDiE7uIc=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8Y1PM9vFv2k=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8Y1PM9vBAzA=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y1PM9vGQ24=", + "_parent": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + }, + "model": { + "$ref": "AAAAAAGE8Y1PM9vBAzA=" + }, + "font": "Arial;13;0", + "left": 2895, + "top": 1487, + "width": 54.9072265625, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + }, + "edgePosition": 1, + "text": "-myPanel" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y1PM9vHhPk=", + "_parent": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + }, + "model": { + "$ref": "AAAAAAGE8Y1PM9vBAzA=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2916, + "top": 1473, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y1PM9vIT9k=", + "_parent": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + }, + "model": { + "$ref": "AAAAAAGE8Y1PM9vBAzA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2933, + "top": 1514, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y1PM9vJN9c=", + "_parent": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + }, + "model": { + "$ref": "AAAAAAGE8Y1PM9vCsso=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2419, + "top": 1704, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y1PM9vKBv8=", + "_parent": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + }, + "model": { + "$ref": "AAAAAAGE8Y1PM9vCsso=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2416, + "top": 1691, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y1PM9vL7KY=", + "_parent": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + }, + "model": { + "$ref": "AAAAAAGE8Y1PM9vCsso=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2426, + "top": 1731, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y1PM9vMQ8g=", + "_parent": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + }, + "model": { + "$ref": "AAAAAAGE8Y1PM9vDWPY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3425, + "top": 1269, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y1PM9vNFvE=", + "_parent": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + }, + "model": { + "$ref": "AAAAAAGE8Y1PM9vDWPY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3417, + "top": 1258, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y1PM9vOYdQ=", + "_parent": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + }, + "model": { + "$ref": "AAAAAAGE8Y1PM9vDWPY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3440, + "top": 1293, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8Y1PM9vPpMA=", + "_parent": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + }, + "model": { + "$ref": "AAAAAAGE8Y1PM9vCsso=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -480, + "top": 1472, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8Y1PNNvQz3U=", + "_parent": { + "$ref": "AAAAAAGE8Y1PM9vFv2k=" + }, + "model": { + "$ref": "AAAAAAGE8Y1PM9vDWPY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -480, + "top": 1472, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDcHLNjE=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8C7uHc=" + }, + "lineStyle": 1, + "points": "2402:1735;3455:1279", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8Y1PM9vGQ24=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8Y1PM9vHhPk=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8Y1PM9vIT9k=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8Y1PM9vJN9c=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8Y1PM9vKBv8=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8Y1PM9vL7KY=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8Y1PM9vMQ8g=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8Y1PM9vNFvE=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8Y1PM9vOYdQ=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8Y1PM9vPpMA=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8Y1PNNvQz3U=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8Y3WtkiWzZM=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8Y3WtkiScaM=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y3WtkiXiH0=", + "_parent": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + }, + "model": { + "$ref": "AAAAAAGE8Y3WtkiScaM=" + }, + "font": "Arial;13;0", + "left": 2329, + "top": 1458, + "width": 50.5908203125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + }, + "edgePosition": 1, + "text": "-etudiant" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y3WtkiYKxE=", + "_parent": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + }, + "model": { + "$ref": "AAAAAAGE8Y3WtkiScaM=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2339, + "top": 1458, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y3WtkiZYCQ=", + "_parent": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + }, + "model": { + "$ref": "AAAAAAGE8Y3WtkiScaM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2383, + "top": 1457, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y3WtkiaV7s=", + "_parent": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + }, + "model": { + "$ref": "AAAAAAGE8Y3WtkiTzRs=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2356, + "top": 1703, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y3WtkibY8E=", + "_parent": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + }, + "model": { + "$ref": "AAAAAAGE8Y3WtkiTzRs=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2343, + "top": 1701, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y3WtkickY4=", + "_parent": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + }, + "model": { + "$ref": "AAAAAAGE8Y3WtkiTzRs=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2384, + "top": 1707, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y3WtkidWps=", + "_parent": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + }, + "model": { + "$ref": "AAAAAAGE8Y3WtkiUVMI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2351, + "top": 1213, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y3WtkiefDI=", + "_parent": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + }, + "model": { + "$ref": "AAAAAAGE8Y3WtkiUVMI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2338, + "top": 1215, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y3Wtkifx2I=", + "_parent": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + }, + "model": { + "$ref": "AAAAAAGE8Y3WtkiUVMI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2378, + "top": 1208, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8Y3Wtkig/1E=", + "_parent": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + }, + "model": { + "$ref": "AAAAAAGE8Y3WtkiTzRs=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -568, + "top": 1327, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8Y3WtkihUfY=", + "_parent": { + "$ref": "AAAAAAGE8Y3WtkiWzZM=" + }, + "model": { + "$ref": "AAAAAAGE8Y3WtkiUVMI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -568, + "top": 1327, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHpLYY=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8C7uHc=" + }, + "lineStyle": 1, + "points": "2372:1735;2366:1193", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8Y3WtkiXiH0=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8Y3WtkiYKxE=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8Y3WtkiZYCQ=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8Y3WtkiaV7s=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8Y3WtkibY8E=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8Y3WtkickY4=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8Y3WtkidWps=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8Y3WtkiefDI=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8Y3Wtkifx2I=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8Y3Wtkig/1E=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8Y3WtkihUfY=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8Y41aauxUn8=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8Y41aKutU/U=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y41aauydEQ=", + "_parent": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + }, + "model": { + "$ref": "AAAAAAGE8Y41aKutU/U=" + }, + "font": "Arial;13;0", + "left": 2396, + "top": 1476, + "width": 13, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + }, + "edgePosition": 1, + "text": "-B" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y41aauzbsY=", + "_parent": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + }, + "model": { + "$ref": "AAAAAAGE8Y41aKutU/U=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2388, + "top": 1470, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y41aau0BXI=", + "_parent": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + }, + "model": { + "$ref": "AAAAAAGE8Y41aKutU/U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2429, + "top": 1487, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y41aau1pvs=", + "_parent": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + }, + "model": { + "$ref": "AAAAAAGE8Y41aKuuG9E=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2363, + "top": 1700, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y41aau2VFo=", + "_parent": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + }, + "model": { + "$ref": "AAAAAAGE8Y41aKuuG9E=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2350, + "top": 1696, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y41aau34Qs=", + "_parent": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + }, + "model": { + "$ref": "AAAAAAGE8Y41aKuuG9E=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2389, + "top": 1709, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y41aau4Tqs=", + "_parent": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + }, + "model": { + "$ref": "AAAAAAGE8Y41aKuverE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2543, + "top": 1148, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y41aau5D2w=", + "_parent": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + }, + "model": { + "$ref": "AAAAAAGE8Y41aKuverE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2530, + "top": 1145, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8Y41aau6ToM=", + "_parent": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + }, + "model": { + "$ref": "AAAAAAGE8Y41aKuverE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2570, + "top": 1155, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8Y41aau78gE=", + "_parent": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + }, + "model": { + "$ref": "AAAAAAGE8Y41aKuuG9E=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -208, + "top": 1544, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8Y41aau8kzc=", + "_parent": { + "$ref": "AAAAAAGE8Y41aauxUn8=" + }, + "model": { + "$ref": "AAAAAAGE8Y41aKuverE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -208, + "top": 1544, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8C7uHc=" + }, + "lineStyle": 1, + "points": "2374:1735;2416:1488;2568:1137", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8Y41aauydEQ=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8Y41aauzbsY=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8Y41aau0BXI=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8Y41aau1pvs=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8Y41aau2VFo=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8Y41aau34Qs=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8Y41aau4Tqs=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8Y41aau5D2w=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8Y41aau6ToM=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8Y41aau78gE=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8Y41aau8kzc=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8iACfD+fz7o=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8iACfD+b6OA=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iACfD+gQmk=", + "_parent": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + }, + "model": { + "$ref": "AAAAAAGE8iACfD+b6OA=" + }, + "font": "Arial;13;0", + "left": 3199, + "top": 846, + "width": 41.17724609375, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + }, + "edgePosition": 1, + "text": "-promo" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iACfD+hWac=", + "_parent": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + }, + "model": { + "$ref": "AAAAAAGE8iACfD+b6OA=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3228, + "top": 834, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iACfD+iulo=", + "_parent": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + }, + "model": { + "$ref": "AAAAAAGE8iACfD+b6OA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3200, + "top": 869, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iACfD+jpqM=", + "_parent": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + }, + "model": { + "$ref": "AAAAAAGE8iACfD+cvDo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3148, + "top": 791, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iACfD+kexg=", + "_parent": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + }, + "model": { + "$ref": "AAAAAAGE8iACfD+cvDo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3158, + "top": 782, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iACfD+lIIM=", + "_parent": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + }, + "model": { + "$ref": "AAAAAAGE8iACfD+cvDo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3128, + "top": 810, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iACfD+mj5E=", + "_parent": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + }, + "model": { + "$ref": "AAAAAAGE8iACfD+dUck=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3289, + "top": 901, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iACfD+nahc=", + "_parent": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + }, + "model": { + "$ref": "AAAAAAGE8iACfD+dUck=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3296, + "top": 889, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iACfD+oKIM=", + "_parent": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + }, + "model": { + "$ref": "AAAAAAGE8iACfD+dUck=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3276, + "top": 925, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8iACfD+peuo=", + "_parent": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + }, + "model": { + "$ref": "AAAAAAGE8iACfD+cvDo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8iACfD+qadU=", + "_parent": { + "$ref": "AAAAAAGE8iACfD+fz7o=" + }, + "model": { + "$ref": "AAAAAAGE8iACfD+dUck=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iCsCdIdc=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMFbxZ4=" + }, + "lineStyle": 1, + "points": "3119:793;3301:935", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8iACfD+gQmk=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8iACfD+hWac=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8iACfD+iulo=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8iACfD+jpqM=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8iACfD+kexg=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8iACfD+lIIM=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8iACfD+mj5E=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8iACfD+nahc=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8iACfD+oKIM=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8iACfD+peuo=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8iACfD+qadU=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8iAnbFHynE8=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8iAnbFHu3FA=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iAnbFHzjqc=", + "_parent": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + }, + "model": { + "$ref": "AAAAAAGE8iAnbFHu3FA=" + }, + "font": "Arial;13;0", + "left": 2932, + "top": 791, + "width": 75.8798828125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + }, + "edgePosition": 1, + "text": "-changement" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iAnbFH0ppo=", + "_parent": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + }, + "model": { + "$ref": "AAAAAAGE8iAnbFHu3FA=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2969, + "top": 806, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iAnbVH1BkE=", + "_parent": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + }, + "model": { + "$ref": "AAAAAAGE8iAnbFHu3FA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2968, + "top": 762, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iAnbVH2M+Y=", + "_parent": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + }, + "model": { + "$ref": "AAAAAAGE8iAnbFHvUKM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3037, + "top": 790, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iAnbVH3+UM=", + "_parent": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + }, + "model": { + "$ref": "AAAAAAGE8iAnbFHvUKM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3035, + "top": 803, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iAnbVH4v1M=", + "_parent": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + }, + "model": { + "$ref": "AAAAAAGE8iAnbFHvUKM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3041, + "top": 762, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iAnbVH5Vfw=", + "_parent": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + }, + "model": { + "$ref": "AAAAAAGE8iAnbFHwSxQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2901, + "top": 793, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iAnbVH6MaI=", + "_parent": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + }, + "model": { + "$ref": "AAAAAAGE8iAnbFHwSxQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2903, + "top": 806, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iAnbVH7OfQ=", + "_parent": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + }, + "model": { + "$ref": "AAAAAAGE8iAnbFHwSxQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2896, + "top": 766, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8iAnbVH8iCs=", + "_parent": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + }, + "model": { + "$ref": "AAAAAAGE8iAnbFHvUKM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8iAnbVH9uf8=", + "_parent": { + "$ref": "AAAAAAGE8iAnbFHynE8=" + }, + "model": { + "$ref": "AAAAAAGE8iAnbFHwSxQ=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iCsCJXbI=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMFbxZ4=" + }, + "lineStyle": 1, + "points": "3063:781;2875:785", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8iAnbFHzjqc=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8iAnbFH0ppo=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8iAnbVH1BkE=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8iAnbVH2M+Y=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8iAnbVH3+UM=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8iAnbVH4v1M=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8iAnbVH5Vfw=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8iAnbVH6MaI=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8iAnbVH7OfQ=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8iAnbVH8iCs=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8iAnbVH9uf8=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8iCX1ZMxboI=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8iCX1ZMtBeE=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iCX1ZMyDTk=", + "_parent": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + }, + "model": { + "$ref": "AAAAAAGE8iCX1ZMtBeE=" + }, + "font": "Arial;13;0", + "left": 3121, + "top": 902, + "width": 15.158203125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + }, + "edgePosition": 1, + "text": "-m" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iCX1ZMzLNc=", + "_parent": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + }, + "model": { + "$ref": "AAAAAAGE8iCX1ZMtBeE=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3120, + "top": 915, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iCX1ZM0ICU=", + "_parent": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + }, + "model": { + "$ref": "AAAAAAGE8iCX1ZMtBeE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3143, + "top": 877, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iCX1ZM1fCw=", + "_parent": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + }, + "model": { + "$ref": "AAAAAAGE8iCX1ZMuASc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3426, + "top": 831, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iCX1ZM2V4o=", + "_parent": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + }, + "model": { + "$ref": "AAAAAAGE8iCX1ZMuASc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3427, + "top": 845, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iCX1ZM3p3M=", + "_parent": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + }, + "model": { + "$ref": "AAAAAAGE8iCX1ZMuASc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3423, + "top": 804, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iCX1ZM4+2U=", + "_parent": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + }, + "model": { + "$ref": "AAAAAAGE8iCX1ZMvBuI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2950, + "top": 795, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iCX1ZM5t80=", + "_parent": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + }, + "model": { + "$ref": "AAAAAAGE8iCX1ZMvBuI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2945, + "top": 807, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iCX1ZM6NE8=", + "_parent": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + }, + "model": { + "$ref": "AAAAAAGE8iCX1ZMvBuI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2960, + "top": 769, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8iCX1ZM75yo=", + "_parent": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + }, + "model": { + "$ref": "AAAAAAGE8iCX1ZMuASc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1016, + "top": 136, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8iCX1ZM8DI4=", + "_parent": { + "$ref": "AAAAAAGE8iCX1ZMxboI=" + }, + "model": { + "$ref": "AAAAAAGE8iCX1ZMvBuI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1016, + "top": 136, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDMFR61Q=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8ELGEU=" + }, + "lineStyle": 1, + "points": "3448:817;3136:896;2936:775", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8iCX1ZMyDTk=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8iCX1ZMzLNc=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8iCX1ZM0ICU=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8iCX1ZM1fCw=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8iCX1ZM2V4o=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8iCX1ZM3p3M=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8iCX1ZM4+2U=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8iCX1ZM5t80=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8iCX1ZM6NE8=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8iCX1ZM75yo=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8iCX1ZM8DI4=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8iJ/xQP0Ylg=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8iJ/xQPwtVE=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iJ/xQP1lh4=", + "_parent": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + }, + "model": { + "$ref": "AAAAAAGE8iJ/xQPwtVE=" + }, + "font": "Arial;13;0", + "left": 3063, + "top": 726, + "width": 46.97900390625, + "height": 13, + "alpha": 2.356489468542204, + "distance": 92.19544457292888, + "hostEdge": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + }, + "edgePosition": 1, + "text": "-change" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iJ/xQP2RUI=", + "_parent": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + }, + "model": { + "$ref": "AAAAAAGE8iJ/xQPwtVE=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3015, + "top": 703, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iJ/xQP35Aw=", + "_parent": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + }, + "model": { + "$ref": "AAAAAAGE8iJ/xQPwtVE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3007, + "top": 659, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iJ/xQP4LnY=", + "_parent": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + }, + "model": { + "$ref": "AAAAAAGE8iJ/xQPx4Lw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3419, + "top": 793, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iJ/xQP5Cz0=", + "_parent": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + }, + "model": { + "$ref": "AAAAAAGE8iJ/xQPx4Lw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3413, + "top": 805, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iJ/xQP62lo=", + "_parent": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + }, + "model": { + "$ref": "AAAAAAGE8iJ/xQPx4Lw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3430, + "top": 767, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iJ/xgP7CpM=", + "_parent": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + }, + "model": { + "$ref": "AAAAAAGE8iJ/xQPyjzc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2920, + "top": 705, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iJ/xgP87eE=", + "_parent": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + }, + "model": { + "$ref": "AAAAAAGE8iJ/xQPyjzc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2924, + "top": 718, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iJ/xgP9PPQ=", + "_parent": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + }, + "model": { + "$ref": "AAAAAAGE8iJ/xQPyjzc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2910, + "top": 679, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8iJ/xgP+Ykc=", + "_parent": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + }, + "model": { + "$ref": "AAAAAAGE8iJ/xQPx4Lw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1016, + "top": 152, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8iJ/xgP/EKk=", + "_parent": { + "$ref": "AAAAAAGE8iJ/xQP0Ylg=" + }, + "model": { + "$ref": "AAAAAAGE8iJ/xQPyjzc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -1016, + "top": 152, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iCsB//48=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8ELGEU=" + }, + "lineStyle": 1, + "points": "3448:791;3010:680;2892:702", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8iJ/xQP1lh4=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8iJ/xQP2RUI=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8iJ/xQP35Aw=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8iJ/xQP4LnY=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8iJ/xQP5Cz0=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8iJ/xQP62lo=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8iJ/xgP7CpM=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8iJ/xgP87eE=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8iJ/xgP9PPQ=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8iJ/xgP+Ykc=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8iJ/xgP/EKk=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8iWdwSY6klc=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8iWdwCY2OQQ=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iWdwSY7010=", + "_parent": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + }, + "model": { + "$ref": "AAAAAAGE8iWdwCY2OQQ=" + }, + "font": "Arial;13;0", + "left": 2558, + "top": 1181, + "width": 22.40087890625, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + }, + "edgePosition": 1, + "text": "-etu" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iWdwSY8uXY=", + "_parent": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + }, + "model": { + "$ref": "AAAAAAGE8iWdwCY2OQQ=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2569, + "top": 1196, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iWdwSY96ic=", + "_parent": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + }, + "model": { + "$ref": "AAAAAAGE8iWdwCY2OQQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2570, + "top": 1152, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iWdwSY+7mQ=", + "_parent": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + }, + "model": { + "$ref": "AAAAAAGE8iWdwCY3Vr4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2716, + "top": 1186, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iWdwSY/GQU=", + "_parent": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + }, + "model": { + "$ref": "AAAAAAGE8iWdwCY3Vr4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2713, + "top": 1199, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iWdwSZADLM=", + "_parent": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + }, + "model": { + "$ref": "AAAAAAGE8iWdwCY3Vr4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2721, + "top": 1158, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iWdwSZBTnQ=", + "_parent": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + }, + "model": { + "$ref": "AAAAAAGE8iWdwCY4JVo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2423, + "top": 1178, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iWdwSZCgss=", + "_parent": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + }, + "model": { + "$ref": "AAAAAAGE8iWdwCY4JVo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2425, + "top": 1192, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iWdwSZDIMs=", + "_parent": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + }, + "model": { + "$ref": "AAAAAAGE8iWdwCY4JVo=" + }, + "font": "Arial;13;0", + "left": 2417, + "top": 1151, + "width": 5.05908203125, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + }, + "text": "*" + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8iWdwSZE/6A=", + "_parent": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + }, + "model": { + "$ref": "AAAAAAGE8iWdwCY3Vr4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8iWdwSZFRy0=", + "_parent": { + "$ref": "AAAAAAGE8iWdwSY6klc=" + }, + "model": { + "$ref": "AAAAAAGE8iWdwCY4JVo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHpLYY=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMEV8qw=" + }, + "lineStyle": 1, + "points": "2743:1178;2398:1169", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8iWdwSY7010=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8iWdwSY8uXY=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8iWdwSY96ic=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8iWdwSY+7mQ=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8iWdwSY/GQU=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8iWdwSZADLM=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8iWdwSZBTnQ=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8iWdwSZCgss=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8iWdwSZDIMs=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8iWdwSZE/6A=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8iWdwSZFRy0=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8iXzK0C8XIU=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8iXzK0C4mFU=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iXzK0C9aZI=", + "_parent": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + }, + "model": { + "$ref": "AAAAAAGE8iXzK0C4mFU=" + }, + "font": "Arial;13;0", + "left": 2826, + "top": 966, + "width": 23.47998046875, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + }, + "edgePosition": 1, + "text": "-m" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iXzK0C+Xsc=", + "_parent": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + }, + "model": { + "$ref": "AAAAAAGE8iXzK0C4mFU=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2823, + "top": 962, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iXzK0C/Kig=", + "_parent": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + }, + "model": { + "$ref": "AAAAAAGE8iXzK0C4mFU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2866, + "top": 973, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iXzK0DA11s=", + "_parent": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + }, + "model": { + "$ref": "AAAAAAGE8iXzK0C5JQw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2793, + "top": 1132, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iXzK0DBAik=", + "_parent": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + }, + "model": { + "$ref": "AAAAAAGE8iXzK0C5JQw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2781, + "top": 1126, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iXzK0DCriA=", + "_parent": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + }, + "model": { + "$ref": "AAAAAAGE8iXzK0C5JQw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2818, + "top": 1143, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iXzK0DDA2k=", + "_parent": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + }, + "model": { + "$ref": "AAAAAAGE8iXzK0C6qE8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2882, + "top": 800, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iXzK0DEdaU=", + "_parent": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + }, + "model": { + "$ref": "AAAAAAGE8iXzK0C6qE8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2869, + "top": 798, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iXzK0DFz20=", + "_parent": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + }, + "model": { + "$ref": "AAAAAAGE8iXzK0C6qE8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2910, + "top": 803, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8iXzK0DGCrI=", + "_parent": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + }, + "model": { + "$ref": "AAAAAAGE8iXzK0C5JQw=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8iXzK0DHs5o=", + "_parent": { + "$ref": "AAAAAAGE8iXzK0C8XIU=" + }, + "model": { + "$ref": "AAAAAAGE8iXzK0C6qE8=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDMFR61Q=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMEV8qw=" + }, + "lineStyle": 1, + "points": "2801:1167;2904:785", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8iXzK0C9aZI=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8iXzK0C+Xsc=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8iXzK0C/Kig=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8iXzK0DA11s=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8iXzK0DBAik=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8iXzK0DCriA=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8iXzK0DDA2k=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8iXzK0DEdaU=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8iXzK0DFz20=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8iXzK0DGCrI=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8iXzK0DHs5o=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8icxK6Myl+Q=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8icxKqMuJo0=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8icxK6Mz2LA=", + "_parent": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + }, + "model": { + "$ref": "AAAAAAGE8icxKqMuJo0=" + }, + "font": "Arial;13;0", + "left": 3142, + "top": 1205, + "width": 26.01904296875, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + }, + "edgePosition": 1, + "text": "-pan" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8icxK6M02zQ=", + "_parent": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + }, + "model": { + "$ref": "AAAAAAGE8icxKqMuJo0=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3157, + "top": 1190, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8icxK6M1odQ=", + "_parent": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + }, + "model": { + "$ref": "AAAAAAGE8icxKqMuJo0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3152, + "top": 1234, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8icxK6M2LhM=", + "_parent": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + }, + "model": { + "$ref": "AAAAAAGE8icxKqMvlmM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2880, + "top": 1169, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8icxK6M3tA4=", + "_parent": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + }, + "model": { + "$ref": "AAAAAAGE8icxKqMvlmM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2884, + "top": 1156, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8icxK6M45lI=", + "_parent": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + }, + "model": { + "$ref": "AAAAAAGE8icxKqMvlmM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2872, + "top": 1196, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8icxK6M5/cU=", + "_parent": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + }, + "model": { + "$ref": "AAAAAAGE8icxKqMwBm4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3431, + "top": 1240, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8icxK6M6zWY=", + "_parent": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + }, + "model": { + "$ref": "AAAAAAGE8icxKqMwBm4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3430, + "top": 1227, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8icxK6M7k0k=", + "_parent": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + }, + "model": { + "$ref": "AAAAAAGE8icxKqMwBm4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3431, + "top": 1268, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8icxK6M873U=", + "_parent": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + }, + "model": { + "$ref": "AAAAAAGE8icxKqMvlmM=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8icxK6M9rVA=", + "_parent": { + "$ref": "AAAAAAGE8icxK6Myl+Q=" + }, + "model": { + "$ref": "AAAAAAGE8icxKqMwBm4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDcHLNjE=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMEV8qw=" + }, + "lineStyle": 1, + "points": "2853:1187;3455:1265", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8icxK6Mz2LA=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8icxK6M02zQ=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8icxK6M1odQ=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8icxK6M2LhM=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8icxK6M3tA4=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8icxK6M45lI=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8icxK6M5/cU=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8icxK6M6zWY=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8icxK6M7k0k=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8icxK6M873U=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8icxK6M9rVA=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8idbzbAeeuI=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8idbzLAaPzA=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8idbzbAfdp8=", + "_parent": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + }, + "model": { + "$ref": "AAAAAAGE8idbzLAaPzA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2739, + "top": 1212, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8idbzbAgOMI=", + "_parent": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + }, + "model": { + "$ref": "AAAAAAGE8idbzLAaPzA=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2744, + "top": 1226, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8idbzbAhB6w=", + "_parent": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + }, + "model": { + "$ref": "AAAAAAGE8idbzLAaPzA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2728, + "top": 1183, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8idbzbAi5J8=", + "_parent": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + }, + "model": { + "$ref": "AAAAAAGE8idbzLAbBII=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2744, + "top": 1210, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8idbzbAjgSo=", + "_parent": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + }, + "model": { + "$ref": "AAAAAAGE8idbzLAbBII=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2746, + "top": 1223, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8idbzbAkXx0=", + "_parent": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + }, + "model": { + "$ref": "AAAAAAGE8idbzLAbBII=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2738, + "top": 1182, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8idbzbAlcVA=", + "_parent": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + }, + "model": { + "$ref": "AAAAAAGE8idbzLAcPCA=" + }, + "font": "Arial;13;0", + "left": 2720, + "top": 1213, + "width": 28.90087890625, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + }, + "text": "-type" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8idbzbAmt9Y=", + "_parent": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + }, + "model": { + "$ref": "AAAAAAGE8idbzLAcPCA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2741, + "top": 1225, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8idbzbAnngA=", + "_parent": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + }, + "model": { + "$ref": "AAAAAAGE8idbzLAcPCA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2720, + "top": 1189, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8idbzbAoE/A=", + "_parent": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + }, + "model": { + "$ref": "AAAAAAGE8idbzLAbBII=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8idbzbApjYE=", + "_parent": { + "$ref": "AAAAAAGE8idbzbAeeuI=" + }, + "model": { + "$ref": "AAAAAAGE8idbzLAcPCA=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDcGh5ek=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMEV8qw=" + }, + "lineStyle": 1, + "points": "2763:1193;2705:1215", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8idbzbAfdp8=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8idbzbAgOMI=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8idbzbAhB6w=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8idbzbAi5J8=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8idbzbAjgSo=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8idbzbAkXx0=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8idbzbAlcVA=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8idbzbAmt9Y=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8idbzbAnngA=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8idbzbAoE/A=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8idbzbApjYE=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8iesosZD/L8=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8iesocY/nX0=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iesosZEYHM=", + "_parent": { + "$ref": "AAAAAAGE8iesosZD/L8=" + }, + "model": { + "$ref": "AAAAAAGE8iesocY/nX0=" + }, + "font": "Arial;13;0", + "left": 2834, + "top": 1136, + "width": 11.55908203125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8iesosZD/L8=" + }, + "edgePosition": 1, + "text": "-g" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iesosZFUtY=", + "_parent": { + "$ref": "AAAAAAGE8iesosZD/L8=" + }, + "model": { + "$ref": "AAAAAAGE8iesocY/nX0=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2838, + "top": 1151, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iesosZD/L8=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iesosZGkmw=", + "_parent": { + "$ref": "AAAAAAGE8iesosZD/L8=" + }, + "model": { + "$ref": "AAAAAAGE8iesocY/nX0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2840, + "top": 1107, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8iesosZD/L8=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iesosZH9QQ=", + "_parent": { + "$ref": "AAAAAAGE8iesosZD/L8=" + }, + "model": { + "$ref": "AAAAAAGE8iesocZA/M4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2898, + "top": 1207, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iesosZD/L8=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iesosZIKTM=", + "_parent": { + "$ref": "AAAAAAGE8iesosZD/L8=" + }, + "model": { + "$ref": "AAAAAAGE8iesocZA/M4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2887, + "top": 1215, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8iesosZD/L8=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iesosZJODk=", + "_parent": { + "$ref": "AAAAAAGE8iesosZD/L8=" + }, + "model": { + "$ref": "AAAAAAGE8iesocZA/M4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2921, + "top": 1192, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8iesosZD/L8=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iesosZKPiQ=", + "_parent": { + "$ref": "AAAAAAGE8iesosZD/L8=" + }, + "model": { + "$ref": "AAAAAAGE8iesocZBQJc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2633, + "top": 1124, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iesosZD/L8=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iesosZLPsw=", + "_parent": { + "$ref": "AAAAAAGE8iesosZD/L8=" + }, + "model": { + "$ref": "AAAAAAGE8iesocZBQJc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2634, + "top": 1137, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8iesosZD/L8=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iesosZMp/Q=", + "_parent": { + "$ref": "AAAAAAGE8iesosZD/L8=" + }, + "model": { + "$ref": "AAAAAAGE8iesocZBQJc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2630, + "top": 1096, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8iesosZD/L8=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8iesosZNyuc=", + "_parent": { + "$ref": "AAAAAAGE8iesosZD/L8=" + }, + "model": { + "$ref": "AAAAAAGE8iesocZA/M4=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8iesosZOawU=", + "_parent": { + "$ref": "AAAAAAGE8iesosZD/L8=" + }, + "model": { + "$ref": "AAAAAAGE8iesocZBQJc=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMEfIJI=" + }, + "lineStyle": 1, + "points": "2927:1223;2840:1128;2608:1114", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8iesosZEYHM=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8iesosZFUtY=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8iesosZGkmw=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8iesosZH9QQ=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8iesosZIKTM=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8iesosZJODk=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8iesosZKPiQ=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8iesosZLPsw=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8iesosZMp/Q=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8iesosZNyuc=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8iesosZOawU=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8if+a/qB1Xc=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8if+a/p9UOg=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8if+a/qCIog=", + "_parent": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + }, + "model": { + "$ref": "AAAAAAGE8if+a/p9UOg=" + }, + "font": "Arial;13;0", + "left": 3280, + "top": 1275, + "width": 26.01904296875, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + }, + "edgePosition": 1, + "text": "-pan" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8if+a/qDoJk=", + "_parent": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + }, + "model": { + "$ref": "AAAAAAGE8if+a/p9UOg=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3291, + "top": 1260, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8if+a/qERyw=", + "_parent": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + }, + "model": { + "$ref": "AAAAAAGE8if+a/p9UOg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3298, + "top": 1304, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8if+a/qF8wo=", + "_parent": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + }, + "model": { + "$ref": "AAAAAAGE8if+a/p+PWU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3019, + "top": 1228, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8if+a/qGWKc=", + "_parent": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + }, + "model": { + "$ref": "AAAAAAGE8if+a/p+PWU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3023, + "top": 1215, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8if+a/qHfFs=", + "_parent": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + }, + "model": { + "$ref": "AAAAAAGE8if+a/p+PWU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3010, + "top": 1254, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8if+a/qIqL8=", + "_parent": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + }, + "model": { + "$ref": "AAAAAAGE8if+a/p/M6I=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3427, + "top": 1255, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8if+a/qJnec=", + "_parent": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + }, + "model": { + "$ref": "AAAAAAGE8if+a/p/M6I=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3422, + "top": 1242, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8if+a/qKkzY=", + "_parent": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + }, + "model": { + "$ref": "AAAAAAGE8if+a/p/M6I=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3435, + "top": 1281, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8if+a/qLsvs=", + "_parent": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + }, + "model": { + "$ref": "AAAAAAGE8if+a/p+PWU=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8if+a/qMp3E=", + "_parent": { + "$ref": "AAAAAAGE8if+a/qB1Xc=" + }, + "model": { + "$ref": "AAAAAAGE8if+a/p/M6I=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDcHLNjE=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMEfIJI=" + }, + "lineStyle": 1, + "points": "2991:1245;3296:1296;3455:1272", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8if+a/qCIog=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8if+a/qDoJk=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8if+a/qERyw=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8if+a/qF8wo=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8if+a/qGWKc=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8if+a/qHfFs=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8if+a/qIqL8=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8if+a/qJnec=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8if+a/qKkzY=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8if+a/qLsvs=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8if+a/qMp3E=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8ig6NUUVzPc=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8ig6NEUR9Jo=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ig6NUUW878=", + "_parent": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + }, + "model": { + "$ref": "AAAAAAGE8ig6NEUR9Jo=" + }, + "font": "Arial;13;0", + "left": 2904, + "top": 927, + "width": 15.158203125, + "height": 13, + "alpha": 0.1381043134186406, + "distance": 71.386273190299, + "hostEdge": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + }, + "edgePosition": 1, + "text": "-m" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ig6NUUXRWI=", + "_parent": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + }, + "model": { + "$ref": "AAAAAAGE8ig6NEUR9Jo=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2895, + "top": 999, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ig6NUUYCQ0=", + "_parent": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + }, + "model": { + "$ref": "AAAAAAGE8ig6NEUR9Jo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2939, + "top": 997, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ig6NUUZqMA=", + "_parent": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + }, + "model": { + "$ref": "AAAAAAGE8ig6NEUS1wc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2921, + "top": 1191, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ig6NUUas4I=", + "_parent": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + }, + "model": { + "$ref": "AAAAAAGE8ig6NEUS1wc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2908, + "top": 1190, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ig6NUUbutM=", + "_parent": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + }, + "model": { + "$ref": "AAAAAAGE8ig6NEUS1wc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2949, + "top": 1194, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ig6NUUcCe0=", + "_parent": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + }, + "model": { + "$ref": "AAAAAAGE8ig6NEUT4qo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2898, + "top": 805, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ig6NUUdvnY=", + "_parent": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + }, + "model": { + "$ref": "AAAAAAGE8ig6NEUT4qo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2885, + "top": 808, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ig6NUUexbc=", + "_parent": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + }, + "model": { + "$ref": "AAAAAAGE8ig6NEUT4qo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2925, + "top": 799, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8ig6NUUfox4=", + "_parent": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + }, + "model": { + "$ref": "AAAAAAGE8ig6NEUS1wc=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8ig6NUUgcUM=", + "_parent": { + "$ref": "AAAAAAGE8ig6NUUVzPc=" + }, + "model": { + "$ref": "AAAAAAGE8ig6NEUT4qo=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDMFR61Q=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMEfIJI=" + }, + "lineStyle": 1, + "points": "2938:1223;2912:785", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8ig6NUUW878=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8ig6NUUXRWI=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8ig6NUUYCQ0=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8ig6NUUZqMA=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8ig6NUUas4I=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8ig6NUUbutM=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8ig6NUUcCe0=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8ig6NUUdvnY=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8ig6NUUexbc=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8ig6NUUfox4=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8ig6NUUgcUM=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8ionnoJ5Rqk=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8ionnYJ1vxM=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ionnoJ6tDQ=", + "_parent": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + }, + "model": { + "$ref": "AAAAAAGE8ionnYJ1vxM=" + }, + "font": "Arial;13;0", + "left": 2589, + "top": 1271, + "width": 27.447265625, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + }, + "edgePosition": 1, + "text": "-liste" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ionnoJ7ZFQ=", + "_parent": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + }, + "model": { + "$ref": "AAAAAAGE8ionnYJ1vxM=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2596, + "top": 1285, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ionnoJ8Xro=", + "_parent": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + }, + "model": { + "$ref": "AAAAAAGE8ionnYJ1vxM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2613, + "top": 1244, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ionnoJ90Bg=", + "_parent": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + }, + "model": { + "$ref": "AAAAAAGE8ionnYJ261U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2851, + "top": 1292, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ionnoJ+C0A=", + "_parent": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + }, + "model": { + "$ref": "AAAAAAGE8ionnYJ261U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2848, + "top": 1305, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ionnoJ/tcw=", + "_parent": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + }, + "model": { + "$ref": "AAAAAAGE8ionnYJ261U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2858, + "top": 1265, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ionnoKAOw0=", + "_parent": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + }, + "model": { + "$ref": "AAAAAAGE8ionnYJ3sjk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2416, + "top": 1198, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ionnoKBhBU=", + "_parent": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + }, + "model": { + "$ref": "AAAAAAGE8ionnYJ3sjk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2413, + "top": 1211, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ionnoKC940=", + "_parent": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + }, + "model": { + "$ref": "AAAAAAGE8ionnYJ3sjk=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2422, + "top": 1171, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8ionnoKDok4=", + "_parent": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + }, + "model": { + "$ref": "AAAAAAGE8ionnYJ261U=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8ionnoKEkLE=", + "_parent": { + "$ref": "AAAAAAGE8ionnoJ5Rqk=" + }, + "model": { + "$ref": "AAAAAAGE8ionnYJ3sjk=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHpLYY=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMEppzE=" + }, + "lineStyle": 1, + "points": "2879:1286;2608:1264;2398:1181", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8ionnoJ6tDQ=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8ionnoJ7ZFQ=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8ionnoJ8Xro=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8ionnoJ90Bg=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8ionnoJ+C0A=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8ionnoJ/tcw=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8ionnoKAOw0=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8ionnoKBhBU=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8ionnoKC940=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8ionnoKDok4=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8ionnoKEkLE=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8ipW2aXXXkY=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8ipW2KXTMxE=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ipW2aXYLgc=", + "_parent": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + }, + "model": { + "$ref": "AAAAAAGE8ipW2KXTMxE=" + }, + "font": "Arial;13;0", + "left": 2581, + "top": 1303, + "width": 22.40087890625, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + }, + "edgePosition": 1, + "text": "-etu" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ipW2aXZoQk=", + "_parent": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + }, + "model": { + "$ref": "AAAAAAGE8ipW2KXTMxE=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2585, + "top": 1316, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ipW2aXatsk=", + "_parent": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + }, + "model": { + "$ref": "AAAAAAGE8ipW2KXTMxE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2607, + "top": 1276, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ipW2aXbNQM=", + "_parent": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + }, + "model": { + "$ref": "AAAAAAGE8ipW2KXUWL0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2853, + "top": 1302, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ipW2aXcBDI=", + "_parent": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + }, + "model": { + "$ref": "AAAAAAGE8ipW2KXUWL0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2851, + "top": 1315, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ipW2aXdN5c=", + "_parent": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + }, + "model": { + "$ref": "AAAAAAGE8ipW2KXUWL0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2857, + "top": 1274, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ipW2aXeSko=", + "_parent": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + }, + "model": { + "$ref": "AAAAAAGE8ipW2KXV0Ik=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2413, + "top": 1205, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ipW2aXfVqM=", + "_parent": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + }, + "model": { + "$ref": "AAAAAAGE8ipW2KXV0Ik=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2409, + "top": 1218, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8ipW2aXg5q0=", + "_parent": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + }, + "model": { + "$ref": "AAAAAAGE8ipW2KXV0Ik=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2422, + "top": 1179, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8ipW2aXhovI=", + "_parent": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + }, + "model": { + "$ref": "AAAAAAGE8ipW2KXUWL0=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8ipW2aXiAZM=", + "_parent": { + "$ref": "AAAAAAGE8ipW2aXXXkY=" + }, + "model": { + "$ref": "AAAAAAGE8ipW2KXV0Ik=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHpLYY=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMEppzE=" + }, + "lineStyle": 1, + "points": "2879:1293;2600:1296;2398:1186", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8ipW2aXYLgc=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8ipW2aXZoQk=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8ipW2aXatsk=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8ipW2aXbNQM=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8ipW2aXcBDI=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8ipW2aXdN5c=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8ipW2aXeSko=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8ipW2aXfVqM=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8ipW2aXg5q0=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8ipW2aXhovI=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8ipW2aXiAZM=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8itJDF8JLfw=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8itJC18FTZU=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8itJDF8KAP8=", + "_parent": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + }, + "model": { + "$ref": "AAAAAAGE8itJC18FTZU=" + }, + "font": "Arial;13;0", + "left": 2600, + "top": 741, + "width": 15.158203125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + }, + "edgePosition": 1, + "text": "-m" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8itJDF8LKGk=", + "_parent": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + }, + "model": { + "$ref": "AAAAAAGE8itJC18FTZU=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2607, + "top": 726, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8itJDF8MotI=", + "_parent": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + }, + "model": { + "$ref": "AAAAAAGE8itJC18FTZU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2608, + "top": 770, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8itJDF8NXvg=", + "_parent": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + }, + "model": { + "$ref": "AAAAAAGE8itJC18GL7M=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2355, + "top": 742, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8itJDF8OXZw=", + "_parent": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + }, + "model": { + "$ref": "AAAAAAGE8itJC18GL7M=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2358, + "top": 729, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8itJDF8Pcb4=", + "_parent": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + }, + "model": { + "$ref": "AAAAAAGE8itJC18GL7M=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2351, + "top": 770, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8itJDF8QT7o=", + "_parent": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + }, + "model": { + "$ref": "AAAAAAGE8itJC18HDXE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2860, + "top": 739, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8itJDF8RwD4=", + "_parent": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + }, + "model": { + "$ref": "AAAAAAGE8itJC18HDXE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2858, + "top": 725, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8itJDF8SZCY=", + "_parent": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + }, + "model": { + "$ref": "AAAAAAGE8itJC18HDXE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2865, + "top": 766, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8itJDF8TbX4=", + "_parent": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + }, + "model": { + "$ref": "AAAAAAGE8itJC18GL7M=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8itJDF8UxZo=", + "_parent": { + "$ref": "AAAAAAGE8itJDF8JLfw=" + }, + "model": { + "$ref": "AAAAAAGE8itJC18HDXE=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDMFR61Q=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMEzZvM=" + }, + "lineStyle": 1, + "points": "2330:764;2887:760", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8itJDF8KAP8=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8itJDF8LKGk=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8itJDF8MotI=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8itJDF8NXvg=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8itJDF8OXZw=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8itJDF8Pcb4=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8itJDF8QT7o=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8itJDF8RwD4=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8itJDF8SZCY=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8itJDF8TbX4=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8itJDF8UxZo=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8iz0N0jy0I8=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8iz0NkjuMwE=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iz0N0jzcEI=", + "_parent": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + }, + "model": { + "$ref": "AAAAAAGE8iz0NkjuMwE=" + }, + "font": "Arial;13;0", + "left": 2290, + "top": 1081, + "width": 27.447265625, + "height": 13, + "alpha": 1.0552470633262327, + "distance": 25.238858928247925, + "hostEdge": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + }, + "edgePosition": 1, + "text": "-liste" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iz0N0j0SzM=", + "_parent": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + }, + "model": { + "$ref": "AAAAAAGE8iz0NkjuMwE=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2299, + "top": 1067, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iz0N0j1FIw=", + "_parent": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + }, + "model": { + "$ref": "AAAAAAGE8iz0NkjuMwE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2270, + "top": 1101, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iz0N0j2w1E=", + "_parent": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + }, + "model": { + "$ref": "AAAAAAGE8iz0Nkjv9IQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2291, + "top": 796, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iz0N0j3m5w=", + "_parent": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + }, + "model": { + "$ref": "AAAAAAGE8iz0Nkjv9IQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2304, + "top": 798, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iz0N0j4rE4=", + "_parent": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + }, + "model": { + "$ref": "AAAAAAGE8iz0Nkjv9IQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2263, + "top": 792, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iz0N0j5GDI=", + "_parent": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + }, + "model": { + "$ref": "AAAAAAGE8iz0NkjwuP8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2325, + "top": 1108, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iz0N0j6eY4=", + "_parent": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + }, + "model": { + "$ref": "AAAAAAGE8iz0NkjwuP8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2332, + "top": 1097, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8iz0N0j7pHQ=", + "_parent": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + }, + "model": { + "$ref": "AAAAAAGE8iz0NkjwuP8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2311, + "top": 1132, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8iz0N0j8Cxw=", + "_parent": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + }, + "model": { + "$ref": "AAAAAAGE8iz0Nkjv9IQ=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8iz0N0j9e00=", + "_parent": { + "$ref": "AAAAAAGE8iz0N0jy0I8=" + }, + "model": { + "$ref": "AAAAAAGE8iz0NkjwuP8=" + }, + "visible": false, + "font": "Arial;13;0", + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHpLYY=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMEzZvM=" + }, + "lineStyle": 1, + "points": "2276:777;2280:1096;2336:1143", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8iz0N0jzcEI=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8iz0N0j0SzM=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8iz0N0j1FIw=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8iz0N0j2w1E=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8iz0N0j3m5w=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8iz0N0j4rE4=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8iz0N0j5GDI=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8iz0N0j6eY4=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8iz0N0j7pHQ=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8iz0N0j8Cxw=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8iz0N0j9e00=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8i4bWO3xdYY=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8i4bV+3t3v4=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i4bWO3yllk=", + "_parent": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + }, + "model": { + "$ref": "AAAAAAGE8i4bV+3t3v4=" + }, + "font": "Arial;13;0", + "left": 2825, + "top": 1264, + "width": 15.158203125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + }, + "edgePosition": 1, + "text": "-m" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i4bWO3zPdw=", + "_parent": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + }, + "model": { + "$ref": "AAAAAAGE8i4bV+3t3v4=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2817, + "top": 1262, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i4bWO30P5c=", + "_parent": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + }, + "model": { + "$ref": "AAAAAAGE8i4bV+3t3v4=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2861, + "top": 1267, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i4bWO31EHY=", + "_parent": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + }, + "model": { + "$ref": "AAAAAAGE8i4bV+3upig=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2774, + "top": 1725, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i4bWO32c5Q=", + "_parent": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + }, + "model": { + "$ref": "AAAAAAGE8i4bV+3upig=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2761, + "top": 1721, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i4bWO3316Q=", + "_parent": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + }, + "model": { + "$ref": "AAAAAAGE8i4bV+3upig=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2801, + "top": 1733, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i4bWO34nNs=", + "_parent": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + }, + "model": { + "$ref": "AAAAAAGE8i4bV+3vRVg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2889, + "top": 802, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i4bWO35Un8=", + "_parent": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + }, + "model": { + "$ref": "AAAAAAGE8i4bV+3vRVg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2876, + "top": 803, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i4bWO36+Yo=", + "_parent": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + }, + "model": { + "$ref": "AAAAAAGE8i4bV+3vRVg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2917, + "top": 802, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8i4bWO37lCs=", + "_parent": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + }, + "model": { + "$ref": "AAAAAAGE8i4bV+3upig=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 264, + "top": 1560, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8i4bWO38G54=", + "_parent": { + "$ref": "AAAAAAGE8i4bWO3xdYY=" + }, + "model": { + "$ref": "AAAAAAGE8i4bV+3vRVg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 264, + "top": 1560, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDMFR61Q=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iCsCnEUo=" + }, + "lineStyle": 1, + "points": "2786:1759;2908:785", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8i4bWO3yllk=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8i4bWO3zPdw=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8i4bWO30P5c=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8i4bWO31EHY=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8i4bWO32c5Q=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8i4bWO3316Q=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8i4bWO34nNs=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8i4bWO35Un8=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8i4bWO36+Yo=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8i4bWO37lCs=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8i4bWO38G54=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8i5gukv+Oks=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8i5guUv6BGE=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i5gukv/Vsk=", + "_parent": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + }, + "model": { + "$ref": "AAAAAAGE8i5guUv6BGE=" + }, + "font": "Arial;13;0", + "left": 2498, + "top": 1486, + "width": 46.97900390625, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + }, + "edgePosition": 1, + "text": "-change" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i5gukwAAWs=", + "_parent": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + }, + "model": { + "$ref": "AAAAAAGE8i5guUv6BGE=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2507, + "top": 1490, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i5gukwB8sA=", + "_parent": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + }, + "model": { + "$ref": "AAAAAAGE8i5guUv6BGE=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2550, + "top": 1477, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i5gukwC40U=", + "_parent": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + }, + "model": { + "$ref": "AAAAAAGE8i5guUv7Vec=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2744, + "top": 1743, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i5gukwD4Bo=", + "_parent": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + }, + "model": { + "$ref": "AAAAAAGE8i5guUv7Vec=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2733, + "top": 1750, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i5gukwExyg=", + "_parent": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + }, + "model": { + "$ref": "AAAAAAGE8i5guUv7Vec=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2768, + "top": 1728, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i5gukwFBZU=", + "_parent": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + }, + "model": { + "$ref": "AAAAAAGE8i5guUv8Elg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2380, + "top": 1032, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i5gukwGTV8=", + "_parent": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + }, + "model": { + "$ref": "AAAAAAGE8i5guUv8Elg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2368, + "top": 1038, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i5gukwHP5U=", + "_parent": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + }, + "model": { + "$ref": "AAAAAAGE8i5guUv8Elg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2405, + "top": 1019, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8i5gukwITzA=", + "_parent": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + }, + "model": { + "$ref": "AAAAAAGE8i5guUv7Vec=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 256, + "top": 1560, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8i5gukwJgPk=", + "_parent": { + "$ref": "AAAAAAGE8i5gukv+Oks=" + }, + "model": { + "$ref": "AAAAAAGE8i5guUv8Elg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 256, + "top": 1560, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8XyVvRmb2KI=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iCsCnEUo=" + }, + "lineStyle": 1, + "points": "2773:1759;2536:1488;2387:1009", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8i5gukv/Vsk=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8i5gukwAAWs=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8i5gukwB8sA=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8i5gukwC40U=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8i5gukwD4Bo=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8i5gukwExyg=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8i5gukwFBZU=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8i5gukwGTV8=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8i5gukwHP5U=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8i5gukwITzA=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8i5gukwJgPk=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8i9NZDM0fxw=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8i9NYzMwJDo=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i9NZDM1wlk=", + "_parent": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + }, + "model": { + "$ref": "AAAAAAGE8i9NYzMwJDo=" + }, + "font": "Arial;13;0", + "left": 3193, + "top": 1273, + "width": 15.158203125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + }, + "edgePosition": 1, + "text": "-m" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i9NZDM2ly8=", + "_parent": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + }, + "model": { + "$ref": "AAAAAAGE8i9NYzMwJDo=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3187, + "top": 1281, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i9NZDM3qJ4=", + "_parent": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + }, + "model": { + "$ref": "AAAAAAGE8i9NYzMwJDo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3225, + "top": 1258, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i9NZDM43pY=", + "_parent": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + }, + "model": { + "$ref": "AAAAAAGE8i9NYzMxBow=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3473, + "top": 1738, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i9NZDM5m+w=", + "_parent": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + }, + "model": { + "$ref": "AAAAAAGE8i9NYzMxBow=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3461, + "top": 1742, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i9NZDM69PU=", + "_parent": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + }, + "model": { + "$ref": "AAAAAAGE8i9NYzMxBow=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3499, + "top": 1728, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i9NZDM7xkQ=", + "_parent": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + }, + "model": { + "$ref": "AAAAAAGE8i9NYzMyVUU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2926, + "top": 808, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i9NZDM8aAo=", + "_parent": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + }, + "model": { + "$ref": "AAAAAAGE8i9NYzMyVUU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2915, + "top": 817, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8i9NZDM9wXg=", + "_parent": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + }, + "model": { + "$ref": "AAAAAAGE8i9NYzMyVUU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2947, + "top": 791, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8i9NZDM+Snk=", + "_parent": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + }, + "model": { + "$ref": "AAAAAAGE8i9NYzMxBow=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -208, + "top": 1544, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8i9NZDM/A9s=", + "_parent": { + "$ref": "AAAAAAGE8i9NZDM0fxw=" + }, + "model": { + "$ref": "AAAAAAGE8i9NYzMyVUU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -208, + "top": 1544, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDMFR61Q=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iCsCxr4g=" + }, + "lineStyle": 1, + "points": "3500:1759;2926:785", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8i9NZDM1wlk=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8i9NZDM2ly8=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8i9NZDM3qJ4=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8i9NZDM43pY=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8i9NZDM5m+w=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8i9NZDM69PU=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8i9NZDM7xkQ=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8i9NZDM8aAo=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8i9NZDM9wXg=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8i9NZDM+Snk=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8i9NZDM/A9s=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8jCfPx1oR8Y=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8jCfPh1k1z0=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jCfQB1pBto=", + "_parent": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + }, + "model": { + "$ref": "AAAAAAGE8jCfPh1k1z0=" + }, + "font": "Arial;13;0", + "left": 2846, + "top": 1342, + "width": 30.34814453125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + }, + "edgePosition": 1, + "text": "-pere" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jCfQB1qQA0=", + "_parent": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + }, + "model": { + "$ref": "AAAAAAGE8jCfPh1k1z0=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2851, + "top": 1331, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jCfQB1r+Ac=", + "_parent": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + }, + "model": { + "$ref": "AAAAAAGE8jCfPh1k1z0=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2882, + "top": 1365, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jCfQB1sHgc=", + "_parent": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + }, + "model": { + "$ref": "AAAAAAGE8jCfPh1l9BM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2943, + "top": 1731, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jCfQB1tssY=", + "_parent": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + }, + "model": { + "$ref": "AAAAAAGE8jCfPh1l9BM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2930, + "top": 1731, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jCfQB1uq1Q=", + "_parent": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + }, + "model": { + "$ref": "AAAAAAGE8jCfPh1l9BM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2971, + "top": 1729, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jCfQR1vi7M=", + "_parent": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + }, + "model": { + "$ref": "AAAAAAGE8jCfPh1mciI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2903, + "top": 1305, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jCfQR1w17U=", + "_parent": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + }, + "model": { + "$ref": "AAAAAAGE8jCfPh1mciI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2893, + "top": 1296, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jCfQR1xcLM=", + "_parent": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + }, + "model": { + "$ref": "AAAAAAGE8jCfPh1mciI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2925, + "top": 1322, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8jCfQR1yEZE=", + "_parent": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + }, + "model": { + "$ref": "AAAAAAGE8jCfPh1l9BM=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -208, + "top": 1544, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8jCfQR1z36k=", + "_parent": { + "$ref": "AAAAAAGE8jCfPx1oR8Y=" + }, + "model": { + "$ref": "AAAAAAGE8jCfPh1mciI=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -208, + "top": 1544, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDMEppzE=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8DF4uA=" + }, + "lineStyle": 1, + "points": "2964:1759;2872:1360;2933:1305", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8jCfQB1pBto=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8jCfQB1qQA0=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8jCfQB1r+Ac=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8jCfQB1sHgc=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8jCfQB1tssY=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8jCfQB1uq1Q=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8jCfQR1vi7M=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8jCfQR1w17U=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8jCfQR1xcLM=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8jCfQR1yEZE=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8jCfQR1z36k=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8jFuGbE8zxs=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8jFuGbE4Quo=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jFuGbE9Ryw=", + "_parent": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + }, + "model": { + "$ref": "AAAAAAGE8jFuGbE4Quo=" + }, + "font": "Arial;13;0", + "left": 3000, + "top": 1269, + "width": 39.736328125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + }, + "edgePosition": 1, + "text": "-model" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jFuGbE+9pE=", + "_parent": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + }, + "model": { + "$ref": "AAAAAAGE8jFuGbE4Quo=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3004, + "top": 1273, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jFuGbE/awg=", + "_parent": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + }, + "model": { + "$ref": "AAAAAAGE8jFuGbE4Quo=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3048, + "top": 1262, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jFuGbFATN0=", + "_parent": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + }, + "model": { + "$ref": "AAAAAAGE8jFuGbE5Xqg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3131, + "top": 1731, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jFuGbFBbTU=", + "_parent": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + }, + "model": { + "$ref": "AAAAAAGE8jFuGbE5Xqg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3117, + "top": 1732, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jFuGbFCzRw=", + "_parent": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + }, + "model": { + "$ref": "AAAAAAGE8jFuGbE5Xqg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3159, + "top": 1729, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jFuGbFDYZ8=", + "_parent": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + }, + "model": { + "$ref": "AAAAAAGE8jFuGbE6jAU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2908, + "top": 807, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jFuGbFE6F8=", + "_parent": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + }, + "model": { + "$ref": "AAAAAAGE8jFuGbE6jAU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2896, + "top": 813, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jFuGbFF68Q=", + "_parent": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + }, + "model": { + "$ref": "AAAAAAGE8jFuGbE6jAU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2934, + "top": 797, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8jFuGrFGTSo=", + "_parent": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + }, + "model": { + "$ref": "AAAAAAGE8jFuGbE5Xqg=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -208, + "top": 1544, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8jFuGrFHyWk=", + "_parent": { + "$ref": "AAAAAAGE8jFuGbE8zxs=" + }, + "model": { + "$ref": "AAAAAAGE8jFuGbE6jAU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -208, + "top": 1544, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDMFR61Q=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8DPA18=" + }, + "lineStyle": 1, + "points": "3152:1759;2917:785", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8jFuGbE9Ryw=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8jFuGbE+9pE=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8jFuGbE/awg=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8jFuGbFATN0=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8jFuGbFBbTU=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8jFuGbFCzRw=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8jFuGbFDYZ8=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8jFuGbFE6F8=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8jFuGbFF68Q=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8jFuGrFGTSo=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8jFuGrFHyWk=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8jHYOw2yDbs=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8jHYOg2u5sc=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jHYOw2zKg0=", + "_parent": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + }, + "model": { + "$ref": "AAAAAAGE8jHYOg2u5sc=" + }, + "font": "Arial;13;0", + "left": 2762, + "top": 1468, + "width": 50.5908203125, + "height": 13, + "alpha": -2.445340371120226, + "distance": 19.697715603592208, + "hostEdge": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + }, + "edgePosition": 1, + "text": "-etudiant" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jHYOw200J8=", + "_parent": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + }, + "model": { + "$ref": "AAAAAAGE8jHYOg2u5sc=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2749, + "top": 1492, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jHYOw21yN4=", + "_parent": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + }, + "model": { + "$ref": "AAAAAAGE8jHYOg2u5sc=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2777, + "top": 1457, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jHYOw22QH8=", + "_parent": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + }, + "model": { + "$ref": "AAAAAAGE8jHYOg2vNXY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3108, + "top": 1749, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jHYOw23eyo=", + "_parent": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + }, + "model": { + "$ref": "AAAAAAGE8jHYOg2vNXY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3098, + "top": 1758, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jHYOw241Hs=", + "_parent": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + }, + "model": { + "$ref": "AAAAAAGE8jHYOg2vNXY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3128, + "top": 1729, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jHYOw252OE=", + "_parent": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + }, + "model": { + "$ref": "AAAAAAGE8jHYOg2wL5U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2409, + "top": 1213, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jHYOw26NBM=", + "_parent": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + }, + "model": { + "$ref": "AAAAAAGE8jHYOg2wL5U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2403, + "top": 1225, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jHYOw27ZUM=", + "_parent": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + }, + "model": { + "$ref": "AAAAAAGE8jHYOg2wL5U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2422, + "top": 1189, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8jHYOw28C1s=", + "_parent": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + }, + "model": { + "$ref": "AAAAAAGE8jHYOg2vNXY=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -216, + "top": 1544, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8jHYOw295KM=", + "_parent": { + "$ref": "AAAAAAGE8jHYOw2yDbs=" + }, + "model": { + "$ref": "AAAAAAGE8jHYOg2wL5U=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -216, + "top": 1544, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHpLYY=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iC8DPA18=" + }, + "lineStyle": 1, + "points": "3138:1759;2398:1192", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8jHYOw2zKg0=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8jHYOw200J8=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8jHYOw21yN4=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8jHYOw22QH8=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8jHYOw23eyo=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8jHYOw241Hs=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8jHYOw252OE=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8jHYOw26NBM=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8jHYOw27ZUM=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8jHYOw28C1s=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8jHYOw295KM=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8jVvVPXtcAo=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8jVvVPXpZD8=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jVvVfXu3UE=", + "_parent": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + }, + "model": { + "$ref": "AAAAAAGE8jVvVPXpZD8=" + }, + "font": "Arial;13;0", + "left": 2144, + "top": 1450, + "width": 50.5908203125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + }, + "edgePosition": 1, + "text": "-etudiant" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jVvVfXvhNs=", + "_parent": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + }, + "model": { + "$ref": "AAAAAAGE8jVvVPXpZD8=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2156, + "top": 1442, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jVvVfXwSO0=", + "_parent": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + }, + "model": { + "$ref": "AAAAAAGE8jVvVPXpZD8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2194, + "top": 1465, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jVvVfXx7ac=", + "_parent": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + }, + "model": { + "$ref": "AAAAAAGE8jVvVPXqS4w=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2014, + "top": 1699, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jVvVfXy0vU=", + "_parent": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + }, + "model": { + "$ref": "AAAAAAGE8jVvVPXqS4w=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2004, + "top": 1690, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jVvVfXz60s=", + "_parent": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + }, + "model": { + "$ref": "AAAAAAGE8jVvVPXqS4w=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2036, + "top": 1717, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jVvVfX06pA=", + "_parent": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + }, + "model": { + "$ref": "AAAAAAGE8jVvVPXrFN8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2323, + "top": 1201, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jVvVfX1eLk=", + "_parent": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + }, + "model": { + "$ref": "AAAAAAGE8jVvVPXrFN8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2311, + "top": 1196, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jVvVfX24gI=", + "_parent": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + }, + "model": { + "$ref": "AAAAAAGE8jVvVPXrFN8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2349, + "top": 1211, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8jVvVfX3/PY=", + "_parent": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + }, + "model": { + "$ref": "AAAAAAGE8jVvVPXqS4w=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -64, + "top": -136, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8jVvVfX4s3I=", + "_parent": { + "$ref": "AAAAAAGE8jVvVPXtcAo=" + }, + "model": { + "$ref": "AAAAAAGE8jVvVPXrFN8=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -64, + "top": -136, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHpLYY=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDMFHDd8=" + }, + "lineStyle": 1, + "points": "2014:1735;2350:1193", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8jVvVfXu3UE=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8jVvVfXvhNs=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8jVvVfXwSO0=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8jVvVfXx7ac=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8jVvVfXy0vU=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8jVvVfXz60s=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8jVvVfX06pA=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8jVvVfX1eLk=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8jVvVfX24gI=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8jVvVfX3/PY=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8jVvVfX4s3I=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8jYYU3ADPEE=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8jYYUm//GbU=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jYYU3AE8Ho=", + "_parent": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + }, + "model": { + "$ref": "AAAAAAGE8jYYUm//GbU=" + }, + "font": "Arial;13;0", + "left": 2760, + "top": 1301, + "width": 44.80810546875, + "height": 13, + "alpha": 0.06872790580514598, + "distance": 234.30749027719963, + "hostEdge": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + }, + "edgePosition": 1, + "text": "-groupe" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jYYU3AFC60=", + "_parent": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + }, + "model": { + "$ref": "AAAAAAGE8jYYUm//GbU=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 2950, + "top": 1464, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jYYU3AGeiI=", + "_parent": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + }, + "model": { + "$ref": "AAAAAAGE8jYYUm//GbU=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2979, + "top": 1430, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jYYU3AHEQk=", + "_parent": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + }, + "model": { + "$ref": "AAAAAAGE8jYYUnAAvcQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3302, + "top": 1747, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jYYU3AIs0M=", + "_parent": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + }, + "model": { + "$ref": "AAAAAAGE8jYYUnAAvcQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3292, + "top": 1756, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jYYU3AJnRA=", + "_parent": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + }, + "model": { + "$ref": "AAAAAAGE8jYYUnAAvcQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3323, + "top": 1729, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jYYU3AKZkI=", + "_parent": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + }, + "model": { + "$ref": "AAAAAAGE8jYYUnABn80=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2617, + "top": 1159, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jYYU3ALHjY=", + "_parent": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + }, + "model": { + "$ref": "AAAAAAGE8jYYUnABn80=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2611, + "top": 1170, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jYYU3AMFoA=", + "_parent": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + }, + "model": { + "$ref": "AAAAAAGE8jYYUnABn80=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2632, + "top": 1135, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8jYYU3ANwVo=", + "_parent": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + }, + "model": { + "$ref": "AAAAAAGE8jYYUnAAvcQ=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -64, + "top": -136, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8jYYU3AOcL0=", + "_parent": { + "$ref": "AAAAAAGE8jYYU3ADPEE=" + }, + "model": { + "$ref": "AAAAAAGE8jYYUnABn80=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -64, + "top": -136, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDsHzgL8=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDcGDbcU=" + }, + "lineStyle": 1, + "points": "3332:1759;2608:1137", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8jYYU3AE8Ho=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8jYYU3AFC60=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8jYYU3AGeiI=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8jYYU3AHEQk=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8jYYU3AIs0M=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8jYYU3AJnRA=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8jYYU3AKZkI=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8jYYU3ALHjY=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8jYYU3AMFoA=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8jYYU3ANwVo=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8jYYU3AOcL0=" + } + }, + { + "_type": "UMLAssociationView", + "_id": "AAAAAAGE8jZofbPCRpg=", + "_parent": { + "$ref": "AAAAAAGE8T4iCsB+NCQ=" + }, + "model": { + "$ref": "AAAAAAGE8jZofbO+QBA=" + }, + "subViews": [ + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jZofbPDG40=", + "_parent": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + }, + "model": { + "$ref": "AAAAAAGE8jZofbO+QBA=" + }, + "font": "Arial;13;0", + "left": 3110, + "top": 1271, + "width": 15.158203125, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + }, + "edgePosition": 1, + "text": "-m" + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jZofbPE9Fc=", + "_parent": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + }, + "model": { + "$ref": "AAAAAAGE8jZofbO+QBA=" + }, + "visible": null, + "font": "Arial;13;0", + "left": 3103, + "top": 1277, + "height": 13, + "alpha": 1.5707963267948966, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jZofbPFy4E=", + "_parent": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + }, + "model": { + "$ref": "AAAAAAGE8jZofbO+QBA=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3144, + "top": 1260, + "height": 13, + "alpha": -1.5707963267948966, + "distance": 15, + "hostEdge": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + }, + "edgePosition": 1 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jZofbPG2Vg=", + "_parent": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + }, + "model": { + "$ref": "AAAAAAGE8jZofbO/dno=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3316, + "top": 1735, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jZofbPHRLE=", + "_parent": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + }, + "model": { + "$ref": "AAAAAAGE8jZofbO/dno=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3303, + "top": 1738, + "height": 13, + "alpha": 0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jZofbPIAgE=", + "_parent": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + }, + "model": { + "$ref": "AAAAAAGE8jZofbO/dno=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 3343, + "top": 1728, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + }, + "edgePosition": 2 + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jZofbPJyi4=", + "_parent": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + }, + "model": { + "$ref": "AAAAAAGE8jZofbPAplw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2918, + "top": 808, + "height": 13, + "alpha": -0.5235987755982988, + "distance": 30, + "hostEdge": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jZofbPKuyc=", + "_parent": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + }, + "model": { + "$ref": "AAAAAAGE8jZofbPAplw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2907, + "top": 816, + "height": 13, + "alpha": -0.7853981633974483, + "distance": 40, + "hostEdge": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + } + }, + { + "_type": "EdgeLabelView", + "_id": "AAAAAAGE8jZofbPLa34=", + "_parent": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + }, + "model": { + "$ref": "AAAAAAGE8jZofbPAplw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": 2942, + "top": 793, + "height": 13, + "alpha": 0.5235987755982988, + "distance": 25, + "hostEdge": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + } + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8jZofbPMFL0=", + "_parent": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + }, + "model": { + "$ref": "AAAAAAGE8jZofbO/dno=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -64, + "top": -136, + "width": 10, + "height": 10 + }, + { + "_type": "UMLQualifierCompartmentView", + "_id": "AAAAAAGE8jZofbPN/Uk=", + "_parent": { + "$ref": "AAAAAAGE8jZofbPCRpg=" + }, + "model": { + "$ref": "AAAAAAGE8jZofbPAplw=" + }, + "visible": false, + "font": "Arial;13;0", + "left": -64, + "top": -136, + "width": 10, + "height": 10 + } + ], + "font": "Arial;13;0", + "head": { + "$ref": "AAAAAAGE8T4iDMFR61Q=" + }, + "tail": { + "$ref": "AAAAAAGE8T4iDcGDbcU=" + }, + "lineStyle": 1, + "points": "3341:1759;2922:785", + "showVisibility": true, + "nameLabel": { + "$ref": "AAAAAAGE8jZofbPDG40=" + }, + "stereotypeLabel": { + "$ref": "AAAAAAGE8jZofbPE9Fc=" + }, + "propertyLabel": { + "$ref": "AAAAAAGE8jZofbPFy4E=" + }, + "showEndOrder": "hide", + "tailRoleNameLabel": { + "$ref": "AAAAAAGE8jZofbPG2Vg=" + }, + "tailPropertyLabel": { + "$ref": "AAAAAAGE8jZofbPHRLE=" + }, + "tailMultiplicityLabel": { + "$ref": "AAAAAAGE8jZofbPIAgE=" + }, + "headRoleNameLabel": { + "$ref": "AAAAAAGE8jZofbPJyi4=" + }, + "headPropertyLabel": { + "$ref": "AAAAAAGE8jZofbPKuyc=" + }, + "headMultiplicityLabel": { + "$ref": "AAAAAAGE8jZofbPLa34=" + }, + "tailQualifiersCompartment": { + "$ref": "AAAAAAGE8jZofbPMFL0=" + }, + "headQualifiersCompartment": { + "$ref": "AAAAAAGE8jZofbPN/Uk=" + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/image_diagramme.svg b/image_diagramme.svg new file mode 100644 index 0000000..b493ddc --- /dev/null +++ b/image_diagramme.svg @@ -0,0 +1 @@ +UNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDUNREGISTEREDAbstractChangementFactoryAbstractChangementFactoryPersistantAbstractGroupeFactoryAbstractGroupeFactoryNPActionChangementActionListChangeActionListenerChangeEtuActionListenerNouveauEtuActionListenerSuprEtuChargementConnexionControllerGroupeBChangementEtudiantNPFenetreChangementFenetreEtudiantFenetreGroupeFenetreSelectionEtuFindBarFenetreGroupeNPListenerFindBarModelModelRootObservateurChangeGroupeObservateurFenetreObservateurModifGroupePanelEtudiantSelecteurEtudiant«enumeration»TypeGroupeJComponentJOptionPaneJPanelActionListenerEtudiantGroupeWindowListenerMouseListenerJFrame-pere-mypanel-fenetre-fenGr-fenEtu-fenChange-fenetre-agf-fenetreChangementNPChangement-brain*-a-b-e-promo-fenetre-brain*-type-pointPoint-sousGroupes*-membresDuGroupe*-fenetre-g-m-g-parent-myPanel-etudiant-B-promo-changement-m-change-etu*-m-pan-type-g-pan-m-liste-etu-m-liste-m-change-m-pere-model-etudiant-etudiant-groupe-m \ No newline at end of file