Adding Documentation
This commit is contained in:
@@ -70,9 +70,9 @@ public class Mackerel 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){
|
||||
|
||||
|
||||
@@ -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){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user