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