Classe générique pour un individu Poisson.
diff --git a/Doc/ecoparasite/poisson/package-tree.html b/Doc/ecoparasite/poisson/package-tree.html
index 61988f3..09079e3 100644
--- a/Doc/ecoparasite/poisson/package-tree.html
+++ b/Doc/ecoparasite/poisson/package-tree.html
@@ -1,11 +1,11 @@
-
+
ecoparasite.poisson Class Hierarchy
-
+
diff --git a/Doc/ecoparasite/population/Population.html b/Doc/ecoparasite/population/Population.html
new file mode 100644
index 0000000..d56cb1c
--- /dev/null
+++ b/Doc/ecoparasite/population/Population.html
@@ -0,0 +1,324 @@
+
+
+
+
+
Population
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+Description
+Constructor Summary
+Method Summary
+Constructor Details
+
+Population(String, PopulationArgs, HashMap)
+Population(String, PopulationArgs)
+Population(String)
+
+
+Method Details
+
+getId()
+getTotal()
+getPerYear()
+setTotal(PopulationArgs)
+setPerYear(HashMap)
+parse(RawData, int)
+parse(RawData)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Instance Methods Concrete Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Raccourci vers les méthodes de DataParsing.
+
+
+
+
+
Raccourci vers les méthodes de DataParsing.
+
+
void
+
+
+
void
+
+
+
+
+
+
+
Methods inherited from class Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Doc/ecoparasite/population/PopulationArgInterval.html b/Doc/ecoparasite/population/PopulationArgInterval.html
new file mode 100644
index 0000000..faa1a36
--- /dev/null
+++ b/Doc/ecoparasite/population/PopulationArgInterval.html
@@ -0,0 +1,269 @@
+
+
+
+
+
PopulationArgInterval
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+Description
+Constructor Summary
+Method Summary
+Constructor Details
+
+PopulationArgInterval(Double, Double, Double)
+PopulationArgInterval(Double, Double)
+
+
+Method Details
+
+getMin()
+getMax()
+getMean()
+transformToDouble()
+fromString(String)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Instance Methods Concrete Methods
+
+
+
+
+
+
+
+
+
Permet de transformer une String (Extraite d'un fichier CSV) et de la transformer en Intervalle.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Permet de transformer un intervalle en double.
+
+
+
+
+
+
Methods inherited from class Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PopulationArgInterval
+
+
+
+
+
+PopulationArgInterval
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Doc/ecoparasite/population/PopulationArgs.html b/Doc/ecoparasite/population/PopulationArgs.html
new file mode 100644
index 0000000..f5252b4
--- /dev/null
+++ b/Doc/ecoparasite/population/PopulationArgs.html
@@ -0,0 +1,436 @@
+
+
+
+
+
PopulationArgs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+Description
+Constructor Summary
+Method Summary
+Constructor Details
+
+PopulationArgs(int, PopulationArgInterval, PopulationArgInterval, PopulationArgInterval, PopulationArgInterval, Double, Double)
+PopulationArgs(int, int, PopulationArgInterval, PopulationArgInterval, PopulationArgInterval, PopulationArgInterval, Double, Double)
+PopulationArgs(int)
+PopulationArgs()
+
+
+Method Details
+
+getYear()
+getNumber()
+getLength()
+getWidth()
+getPrevalence()
+getIc()
+getIntensity()
+getAbondance()
+setNumber(int)
+setLength(PopulationArgInterval)
+setWidth(PopulationArgInterval)
+setPrevalence(PopulationArgInterval)
+setIc(PopulationArgInterval)
+setIntensity(Double)
+setAbondance(Double)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
int
+
+
+
+
+
+
+
+
+
int
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
+
+
+
+
Methods inherited from class Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Doc/ecoparasite/population/PopulationParsing.html b/Doc/ecoparasite/population/PopulationParsing.html
new file mode 100644
index 0000000..3cbd208
--- /dev/null
+++ b/Doc/ecoparasite/population/PopulationParsing.html
@@ -0,0 +1,175 @@
+
+
+
+
+
PopulationParsing
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+Description
+Constructor Summary
+Method Summary
+Constructor Details
+
+PopulationParsing()
+
+
+Method Details
+
+parseParasitesPeru(RawData)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
+
+
+
Permet, à partir d'un objet RawData, de parse les données tel que le fichier parasitesPeru est structuré.
+
+
+
+
+
+
Methods inherited from class Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
diff --git a/Doc/ecoparasite/population/package-summary.html b/Doc/ecoparasite/population/package-summary.html
new file mode 100644
index 0000000..551d5e5
--- /dev/null
+++ b/Doc/ecoparasite/population/package-summary.html
@@ -0,0 +1,119 @@
+
+
+
+
+
ecoparasite.population
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+Description
+Related Packages
+Classes and Interfaces
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Classes
+
+
+
+
+
+
Permet de gérer une population selon les années.
+
+
+
+
Classe qui permet de gérer un intervalle de données issues d'un CSV.
+
+
+
+
Permet de stocker les paramètres d'une population pour une année spécifique.
+
+
+
+
Permet de parser une population spécifique via les schémas fournis.
+
+
+
+
+
+
+
+
+
+
diff --git a/Doc/ecoparasite/population/package-tree.html b/Doc/ecoparasite/population/package-tree.html
new file mode 100644
index 0000000..505b32d
--- /dev/null
+++ b/Doc/ecoparasite/population/package-tree.html
@@ -0,0 +1,76 @@
+
+
+
+
+
ecoparasite.population Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Package Hierarchies:
+
+
+
+
+
+
diff --git a/Doc/element-list b/Doc/element-list
index 1a89c87..ad59fee 100644
--- a/Doc/element-list
+++ b/Doc/element-list
@@ -1,3 +1,6 @@
ecoparasite
+ecoparasite.completion
ecoparasite.input
+ecoparasite.nettoyage
ecoparasite.poisson
+ecoparasite.population
diff --git a/Doc/help-doc.html b/Doc/help-doc.html
index cf5265e..cd04879 100644
--- a/Doc/help-doc.html
+++ b/Doc/help-doc.html
@@ -1,11 +1,11 @@
-
+
API Help
-
+
diff --git a/Doc/index-files/index-1.html b/Doc/index-files/index-1.html
index 6e88c24..6990a43 100644
--- a/Doc/index-files/index-1.html
+++ b/Doc/index-files/index-1.html
@@ -1,11 +1,11 @@
-
+
A-Index
-
+
@@ -50,7 +50,7 @@ loadScripts(document, 'script');
-
A B D E F G I M P R T All Classes and Interfaces | All Packages | Constant Field Values | Serialized Form
+
A B C D E F G I M N P R S T All Classes and Interfaces | All Packages | Constant Field Values | Serialized Form
A
Application - Class in ecoparasite
@@ -58,7 +58,7 @@ loadScripts(document, 'script');
Application() - Constructor for class ecoparasite.Application
-
A B D E F G I M P R T All Classes and Interfaces | All Packages | Constant Field Values | Serialized Form
+
A B C D E F G I M N P R S T All Classes and Interfaces | All Packages | Constant Field Values | Serialized Form
diff --git a/Doc/index-files/index-10.html b/Doc/index-files/index-10.html
index 7540a29..b7c02d2 100644
--- a/Doc/index-files/index-10.html
+++ b/Doc/index-files/index-10.html
@@ -1,12 +1,12 @@
-
-