Mise à jour de 'README.md'
continuous-integration/drone/push Build is passing Details

master
Loris OBRY 2 years ago
parent b21150c664
commit 02db2d5e57

@ -17,10 +17,10 @@ Class Carte {
- String strategies
- int note
- String lienImage
+ int getNbCommentaire(Commentaire)
+ int getCommentaire(Commentaire)
+ int getNote()
+ int setNote()
+ List<User> likes
+ bool hasLiked(User)
+ void addLike(User)
+ void removeLike(User)
}
Class Commentaire {
@ -37,7 +37,7 @@ Class Pack {
+ String description
+ int note
+ String lienImage
+ List<Carte> cartes
+ Set<Carte> cartes
+ int getNbCommentaire()
}
@ -45,7 +45,7 @@ Class Camp {
+ String nom
+ String description
+ String lienImage
+ List<Carte> cartes
+ Set<Carte> cartes
}
User --> Pack

Loading…
Cancel
Save