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
45032888
Commit
45032888
authored
Jun 05, 2019
by
Gaetan Carabetta
Browse files
add UML
parent
c5990dfe
Changes
2
Hide whitespace changes
Inline
Side-by-side
mcd/MCD_XML.png
0 → 100644
View file @
45032888
41.2 KB
mcd/MCD_XML.uml
0 → 100644
View file @
45032888
@
startuml
hide
circle
hide
empty
members
' skinparam linetype ortho
note "Voir les contraintes dans l'
uml
de
base
" as N1
class Client
class Classe_espece {
nomClasse : string {key}
}
class Espece {
nomEspece : string {key}
}
class Animal {
nom : string
poids : float
taille : float
naissance : date
}
package XML <<Rectangle>> {
class Veterinaire
class Traitement
class Posologie {
debut : date
duree : int
nbJournalier : int
}
class Medicament {
nomMolec : string {key}
description : string
espece_autoriser() : bool
}
}
' Association
Traitement "
0.
.*
" <-- "
1
" Animal : prescrit à >
' Association
Veterinaire "
1
" -- "
0.
.*
" Traitement : prescrit >
' Association
Animal "
1.
.*
" <-d- "
1
" Client : possede <
' Association et groupe d'association
Traitement "
0.
.*
" <-- "
1.
.*
" Medicament : liste >
(Traitement, Medicament) .. Posologie
' Composition class_espece et espece
Classe_espece -- "
1.
.*
" Espece : appartient <
' Association
Espece -- "
1.
.*
" Animal : appartient <
@enduml
Write
Preview
Markdown
is supported
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