structure récupération MPD
This commit is contained in:
@@ -24,7 +24,6 @@ public class AbstractGroupeFactoryNP implements AbstractGroupeFactory {
|
||||
this.brain.put(Integer.valueOf(this.promo.getId()),this.promo);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Le constructeur fabrique le groupe promotion vide.
|
||||
* Il faut ensuite y ajouter les étudiants.
|
||||
@@ -227,6 +226,10 @@ public class AbstractGroupeFactoryNP implements AbstractGroupeFactory {
|
||||
public Set<Groupe> getGroupesOfEtudiant(Etudiant etu){
|
||||
throw new UnsupportedOperationException("pas encore implanté");
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Fonction permettant d'ajouter le groupe de la promo a la factory
|
||||
* @param g le groupe qui représente la promo
|
||||
* @return true si il n'y a pas de promo, autrement false
|
||||
*/
|
||||
}
|
||||
|
Reference in New Issue
Block a user