Skip to content

Commit

Permalink
Diagrama observer
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo7377 committed Dec 1, 2023
1 parent efd9e3b commit b47649d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/ArquiteturaReutilizacao/Artefatos/Observer/Observer.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| :--------: | :--------: | :------------------------------: | :----------------------------: |
| 0.1 | 30/11/2023 | Criação do documento | Pedro Lucas, Lorenzo e Eduardo |
| 0.2 | 30/11/2023 | Adição de Código C++ do Obersver | Pedro Lucas, Lorenzo e Eduardo |
| 0.3 | 1/12/2023 | Adição do diagrama do Obersver | Lorenzo |

_Tabela 1: Versionamento_

Expand Down Expand Up @@ -39,6 +40,17 @@ Está dividio em 3 arquivos e 2 bibliotecas:
- main.cpp: É o código cliente que irá se comunicar com os observer e subject;
- observer.h e subject.h: Contém as assinaturas e classes utilizadas.

## Diagrama

<details>
<summary> <strong> CLIQUE PARA EXIBIR O DIAGRAMA </strong> </summary>

![Strategy_Code](../../../Assets/Observer/observerDiagram.png)

*Figura 1: Diagrama Observer*

</details>

## Código Desenvolvido

[!NOTE]
Expand Down
Binary file added docs/Assets/Observer/observerDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b47649d

Please sign in to comment.