Adding Documentation

This commit is contained in:
2026-04-08 11:29:35 +02:00
parent 19753c530c
commit 04caf5dd98
3 changed files with 29 additions and 6 deletions

View File

@@ -11,6 +11,11 @@ import java.util.Objects;
import static java.lang.Double.valueOf;
/**
* Classe MackerelSerra créer pour le fichier test2.csv
* cette classe existe principalement pour l'évaluation
*/
public class MackerelSerra extends Poisson implements DataParsing {
/**
@@ -67,9 +72,9 @@ public class MackerelSerra extends Poisson implements DataParsing {
}
/**
*
* @param entry
* @return
* Implementation de parsePartiePoisson de l'interface DataParsing
* @param entry correspond à notre liste temporaire lu dans parse pour chacun des poissons
* @return envoie un tableau de partie de Poisson à ajouter à notre poisson
*/
private static HashSet<PartiePoisson> parsePartiePoisson(HashMap<String,String> entry){