presque fini MPD

This commit is contained in:
2022-11-13 00:37:08 +01:00
parent 191635b8f7
commit d4619fab09
5 changed files with 57 additions and 18 deletions

View File

@@ -110,6 +110,14 @@ public interface AbstractGroupeFactory {
*/
public Set<Groupe> getGroupesOfEtudiant(Etudiant etu);
/**
* permet d'ajouter un groupe deja tout fait la factory
*
* @param adable le groupe devant être ajouter
*
*
* @throws java.lang.NullPointerException si le Groupe est null.
*/
public void addGroupe(Groupe adable);
}