first commit
This commit is contained in:
commit
21ab9f2e54
79 changed files with 1298 additions and 0 deletions
24
docs/Composant jul-mic-rol/jul-mic-rol_components.md
Normal file
24
docs/Composant jul-mic-rol/jul-mic-rol_components.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# jul-mic-rol - Components
|
||||
|
||||
## View
|
||||
|
||||
This class diagram describes the internal structure of our view component :
|
||||

|
||||
The "main" class was initially called `DefaultView` but it had to be renamed to `JulMicRolView` to avoid conflicts with
|
||||
other view components, also named `DefaultView`.
|
||||
|
||||
Here below, the sequence diagram explains how interactions with our view component are handled:
|
||||

|
||||
|
||||
Additionally, the user can, in the GUI, chose to display the elements in the board as icons, text or colors. By default,
|
||||
the text representation is used.
|
||||
|
||||
# Model (Board)
|
||||
|
||||
> **Note:** In this integrated project (team blue), we chose to use the model from the Jul-Mic-Rol group.
|
||||
|
||||
The diagrams below explain the structure and behaviour of this component.
|
||||
|
||||

|
||||
|
||||
Unfortunately, the sequence diagram is too long to be put as an image in this document.
|
Loading…
Add table
Add a link
Reference in a new issue