diff --git a/README.md b/README.md index f38519a..d0549c0 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ Class Carte { - String strategies - int note - String lienImage - + int getNbCommentaire(Commentaire) - + int getCommentaire(Commentaire) - + int getNote() - + int setNote() + + List 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 cartes + + Set cartes + int getNbCommentaire() } @@ -45,7 +45,7 @@ Class Camp { + String nom + String description + String lienImage - + List cartes + + Set cartes } User --> Pack