Skip to content

Commit

Permalink
C4 System Context Diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Dec 19, 2023
1 parent f297350 commit f51a298
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions conception/C4/SystemContextDiagram.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@startuml
'https://plantuml.com/sequence-diagram
!include <C4/C4_Container>

Container(Xpansion, "Xpansion", "C++", "Perform investment simulations for Antares studies")
System(systemAlias, "Antares", "Quantify the adequacy, or the economic performance of interconnected energy systems")

Person(Alice, "Alice", "Chargée d'étude")
Rel(Alice, Xpansion, "Run study")

Person(Bob, "Bob", "Thésard")
Rel(Bob, Xpansion, "Try new things")
@enduml

0 comments on commit f51a298

Please sign in to comment.