Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gaetan Carabetta
projet_nf17_p19_tdg1_groupe2
Commits
d13c3712
Commit
d13c3712
authored
May 23, 2019
by
Gaetan Carabetta
Browse files
update uml
parent
5ea71768
Changes
2
Show whitespace changes
Inline
Side-by-side
mcd/MCD_RO.png
0 → 100644
View file @
d13c3712
35.4 KB
mcd/MCD_RO.uml
View file @
d13c3712
...
@@ -10,6 +10,12 @@ class Client {
...
@@ -10,6 +10,12 @@ class Client {
adresse: string
adresse: string
numero[1..2]: integer
numero[1..2]: integer
}
}
note left of Client
On suppose que les clients
peuvent avoir deux numéros
de téléphone
(nom, prenom, ddn) {key}
end note
class Veterinaire{
class Veterinaire{
nom: string
nom: string
...
@@ -46,20 +52,20 @@ note right of Traitement
...
@@ -46,20 +52,20 @@ note right of Traitement
endnote
endnote
class Medicament {
class Medicament {
nomMolec : string
{key}
nomMolec : string
}
}
' Association
' Association
Traitement "
0
..*" -- "1" Animal : prescrit à >
Traitement "
1
..*" -- "1" Animal : prescrit à >
' Association
' Association
Veterinaire "1" -- "
0
..*" Traitement : prescrit >
Veterinaire "1" -- "
1
..*" Traitement : prescrit >
' Association
' Association
Animal "1..*" -- "1" Client : possede <
Animal "1..*" -- "1" Client : possede <
' Association et groupe d'association
' Association et groupe d'association
Traitement "
0
..*" -- "1" Medicament
Traitement "
1
..*" -- "1" Medicament
' Composition class_espece et espece
' Composition class_espece et espece
Classe_espece *-- "1..*" Espece : appartient <
Classe_espece *-- "1..*" Espece : appartient <
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment