Compare commits
No commits in common. "9dd0a75b93f179e10fa22bf0cc3f0f20734f4e95" and "260fe52d24b3855ac4e9d1f8a0814baedbeccfc7" have entirely different histories.
9dd0a75b93
...
260fe52d24
2 changed files with 24 additions and 0 deletions
15
DCAffichage.uml
Normal file
15
DCAffichage.uml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
@startuml
|
||||||
|
|
||||||
|
class Affichage {
|
||||||
|
voirMessages()
|
||||||
|
voirUtilisateurs()
|
||||||
|
}
|
||||||
|
|
||||||
|
class NetworkManager {
|
||||||
|
sendMessage(message, ip, port, id)
|
||||||
|
receiveMessage(message, id)
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@enduml
|
||||||
9
DSAdministration.uml
Normal file
9
DSAdministration.uml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
@startuml
|
||||||
|
|
||||||
|
actor Admin
|
||||||
|
participant Machine
|
||||||
|
|
||||||
|
Admin -> Machine : mettreFichierSurMachine
|
||||||
|
Admin -> Machine : creerRaccourci
|
||||||
|
|
||||||
|
@enduml
|
||||||
Loading…
Reference in a new issue