From 63d664612e08ab1e57a8147f9c05ef4f1ad22086 Mon Sep 17 00:00:00 2001 From: Anthony RICHARD Date: Tue, 30 May 2023 18:37:39 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Rendu/diagramme=5F?= =?UTF-8?q?de=5Fpaquetage.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rendu/diagramme_de_paquetage.md | 89 +++++++++++++++++---------------- 1 file changed, 45 insertions(+), 44 deletions(-) diff --git a/Rendu/diagramme_de_paquetage.md b/Rendu/diagramme_de_paquetage.md index 83ac0b0..f1b47ff 100644 --- a/Rendu/diagramme_de_paquetage.md +++ b/Rendu/diagramme_de_paquetage.md @@ -1,45 +1,46 @@ -@startuml - -skinparam pageExternalColor red - -package "AppConsole" #fad6a7{ - -} - -package "Model" #fad6a7{ - -} - -package "Persistance" #fad6a7{ - -} - -package "Stim" #fad6a7{ - -} - -package "Stub" #fad6a7{ - -} - -package "Test" #fad6a7{ - -} - -AppConsole ..-> Model -AppConsole ..-> Persistance -AppConsole ..-> Stub - -Persistance ..-> Model - -Stim ..-> Model -Stim ..-> Persistance -Stim ..-> Stub - -Stub ..-> Model - -Test ..-> Model -Test ..-> Persistance -Test ..-> Stub - +```plantuml +@startuml + +skinparam pageExternalColor red + +package "AppConsole" #fad6a7{ + +} + +package "Model" #fad6a7{ + +} + +package "Persistance" #fad6a7{ + +} + +package "Stim" #fad6a7{ + +} + +package "Stub" #fad6a7{ + +} + +package "Test" #fad6a7{ + +} + +AppConsole ..-> Model +AppConsole ..-> Persistance +AppConsole ..-> Stub + +Persistance ..-> Model + +Stim ..-> Model +Stim ..-> Persistance +Stim ..-> Stub + +Stub ..-> Model + +Test ..-> Model +Test ..-> Persistance +Test ..-> Stub + @enduml \ No newline at end of file