Update UML + Update Comments
This commit is contained in:
@@ -181,7 +181,10 @@ public class PopulationArgs {
|
||||
|
||||
public void setZone(String zone) { this.zone = zone; }
|
||||
|
||||
|
||||
/**
|
||||
* Avoir sous forme de string les données de nos arguments de population.
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public String toString(){
|
||||
return String.format( "Année: %d, N: %d, Length: %f, Width: %f, Prevalence: %f, IC: %f, Intensity: %f, Abondance: %f, Zone: %s",
|
||||
|
||||
Reference in New Issue
Block a user