fr.ifremer.isisfish.entities
Interface Population

All Superinterfaces:
org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
PopulationAbstract, PopulationImpl

public interface Population
extends org.nuiton.topia.persistence.TopiaEntity


Field Summary
static String CAPTURABILITY
           
static String CAPTURABILITY_COMMENT
           
static String CARACT_BIO_COMMENT
           
static String COMMENT
           
static String GEAR_SELECTIVITY
           
static String GEOGRAPHIC_ID
           
static String GROWTH
           
static String GROWTH_REVERSE
           
static String MAPPING_ZONE_REPRO_ZONE_RECRU
           
static String MATURITY_GROUP
           
static String MEAN_WEIGHT
           
static String MIGRATION_COMMENT
           
static String MONTH_GAP_BETWEEN_REPRO_RECRUTEMENT
           
static String NAME
           
static String NATURAL_DEATH_RATE
           
static String PLUS_GROUP
           
static String POPULATION_GROUP
           
static String POPULATION_SEASON_INFO
           
static String POPULATION_ZONE
           
static String PRICE
           
static String RECRUITMENT_COMMENT
           
static String RECRUITMENT_DISTRIBUTION
           
static String RECRUITMENT_ZONE
           
static String REPRODUCTION_EQUATION
           
static String REPRODUCTION_ZONE
           
static String SEASONS_COMMENT
           
static String SPECIES
           
static String ZONES_COMMENT
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 void addAllPopulationGroup(List<PopulationGroup> populationGroup)
          addAllPopulationGroup :
 void addAllPopulationSeasonInfo(List<PopulationSeasonInfo> populationSeasonInfo)
          addAllPopulationSeasonInfo :
 void addAllPopulationZone(List<Zone> populationZone)
          addAllPopulationZone :
 void addAllRecruitmentZone(List<Zone> recruitmentZone)
          addAllRecruitmentZone :
 void addAllReproductionZone(List<Zone> reproductionZone)
          addAllReproductionZone :
 void addPopulationGroup(PopulationGroup populationGroup)
          addPopulationGroup :
 void addPopulationSeasonInfo(PopulationSeasonInfo populationSeasonInfo)
          addPopulationSeasonInfo :
 void addPopulationZone(Zone populationZone)
          addPopulationZone :
 void addRecruitmentZone(Zone recruitmentZone)
          addRecruitmentZone :
 void addReproductionZone(Zone reproductionZone)
          addReproductionZone :
 void clearPopulationGroup()
          clearPopulationGroup :
 void clearPopulationSeasonInfo()
          clearPopulationSeasonInfo :
 void clearPopulationZone()
          clearPopulationZone :
 void clearRecruitmentZone()
          clearRecruitmentZone :
 void clearReproductionZone()
          clearReproductionZone :
 double getAge(double length, PopulationGroup group)
          getAge :
 org.nuiton.math.matrix.MatrixND getCapturability()
          getCapturability :
 String getCapturabilityComment()
          getCapturabilityComment :
 String getCaractBioComment()
          getCaractBioComment :
 String getComment()
          getComment :
 String getGeographicId()
          getGeographicId :
 Equation getGrowth()
          getGrowth :
 Equation getGrowthReverse()
          getGrowthReverse :
 double getLength(double age, PopulationGroup group)
          getLength :
 org.nuiton.math.matrix.MatrixND getMappingZoneReproZoneRecru()
          getMappingZoneReproZoneRecru :
 PopulationGroup getMaturityGroup()
          getMaturityGroup :
 Equation getMeanWeight()
          getMeanWeight :
 String getMigrationComment()
          getMigrationComment :
 int getMonthGapBetweenReproRecrutement()
          getMonthGapBetweenReproRecrutement :
 String getName()
          getName :
 double getNaturalDeathBirth(Zone zone)
          getNaturalDeathBirth :
 Equation getNaturalDeathRate()
          getNaturalDeathRate :
 org.nuiton.math.matrix.MatrixND getNaturalDeathRateMatrix()
          getNaturalDeathRateMatrix :
 boolean getPlusGroup()
          getPlusGroup :
 List<PopulationGroup> getPopulationGroup()
          getPopulationGroup :
 PopulationGroup getPopulationGroupByTopiaId(String topiaId)
          getPopulationGroupByTopiaId : Recupère l'attribut populationGroup à partir de son topiaId
 List<PopulationSeasonInfo> getPopulationSeasonInfo()
          getPopulationSeasonInfo :
 PopulationSeasonInfo getPopulationSeasonInfo(Month month)
          getPopulationSeasonInfo :
 PopulationSeasonInfo getPopulationSeasonInfoByTopiaId(String topiaId)
          getPopulationSeasonInfoByTopiaId : Recupère l'attribut populationSeasonInfo à partir de son topiaId
 List<Zone> getPopulationZone()
          getPopulationZone :
 Zone getPopulationZoneByTopiaId(String topiaId)
          getPopulationZoneByTopiaId : Recupère l'attribut populationZone à partir de son topiaId
 Equation getPrice()
          getPrice : Le prix en Kg
 String getRecruitmentComment()
          getRecruitmentComment :
 org.nuiton.math.matrix.MatrixND getRecruitmentDistribution()
          getRecruitmentDistribution :
 List<Zone> getRecruitmentZone()
          getRecruitmentZone :
 Zone getRecruitmentZoneByTopiaId(String topiaId)
          getRecruitmentZoneByTopiaId : Recupère l'attribut recruitmentZone à partir de son topiaId
 Equation getReproductionEquation()
          getReproductionEquation :
 List<Zone> getReproductionZone()
          getReproductionZone :
 Zone getReproductionZoneByTopiaId(String topiaId)
          getReproductionZoneByTopiaId : Recupère l'attribut reproductionZone à partir de son topiaId
 String getSeasonsComment()
          getSeasonsComment :
 Species getSpecies()
          getSpecies :
 String getZonesComment()
          getZonesComment :
 boolean isPopulationGroupEmpty()
          isPopulationGroupEmpty : Retourne true si la collection populationGroup est vide.
 boolean isPopulationSeasonInfoEmpty()
          isPopulationSeasonInfoEmpty : Retourne true si la collection populationSeasonInfo est vide.
 boolean isPopulationZoneEmpty()
          isPopulationZoneEmpty : Retourne true si la collection populationZone est vide.
 boolean isRecruitmentZoneEmpty()
          isRecruitmentZoneEmpty : Retourne true si la collection recruitmentZone est vide.
 boolean isReproductionZoneEmpty()
          isReproductionZoneEmpty : Retourne true si la collection reproductionZone est vide.
 org.nuiton.math.matrix.MatrixND N2DToN1D(org.nuiton.math.matrix.MatrixND m)
          N2DToN1D :
 void removePopulationGroup(PopulationGroup populationGroup)
          removePopulationGroup :
 void removePopulationSeasonInfo(PopulationSeasonInfo populationSeasonInfo)
          removePopulationSeasonInfo :
 void removePopulationZone(Zone populationZone)
          removePopulationZone :
 void removeRecruitmentZone(Zone recruitmentZone)
          removeRecruitmentZone :
 void removeReproductionZone(Zone reproductionZone)
          removeReproductionZone :
 void setCapturability(org.nuiton.math.matrix.MatrixND capturability)
          setCapturability :
 void setCapturabilityComment(String capturabilityComment)
          setCapturabilityComment :
 void setCaractBioComment(String caractBioComment)
          setCaractBioComment :
 void setComment(String comment)
          setComment :
 void setGeographicId(String geographicId)
          setGeographicId :
 void setGrowth(Equation growth)
          setGrowth :
 void setGrowthReverse(Equation growthReverse)
          setGrowthReverse :
 void setMappingZoneReproZoneRecru(org.nuiton.math.matrix.MatrixND mappingZoneReproZoneRecru)
          setMappingZoneReproZoneRecru :
 void setMaturityGroup(PopulationGroup maturityGroup)
          setMaturityGroup :
 void setMeanWeight(Equation meanWeight)
          setMeanWeight :
 void setMigrationComment(String migrationComment)
          setMigrationComment :
 void setMonthGapBetweenReproRecrutement(int monthGapBetweenReproRecrutement)
          setMonthGapBetweenReproRecrutement :
 void setName(String name)
          setName :
 void setNaturalDeathRate(Equation naturalDeathRate)
          setNaturalDeathRate :
 void setPlusGroup(boolean plusGroup)
          setPlusGroup :
 void setPopulationGroup(List<PopulationGroup> populationGroup)
          setPopulationGroup :
 void setPopulationSeasonInfo(List<PopulationSeasonInfo> populationSeasonInfo)
          setPopulationSeasonInfo :
 void setPopulationZone(List<Zone> populationZone)
          setPopulationZone :
 void setPrice(Equation price)
          setPrice : Le prix en Kg
 void setRecruitmentComment(String recruitmentComment)
          setRecruitmentComment :
 void setRecruitmentDistribution(org.nuiton.math.matrix.MatrixND recruitmentDistribution)
          setRecruitmentDistribution :
 void setRecruitmentZone(List<Zone> recruitmentZone)
          setRecruitmentZone :
 void setReproductionEquation(Equation reproductionEquation)
          setReproductionEquation :
 void setReproductionZone(List<Zone> reproductionZone)
          setReproductionZone :
 void setSeasonsComment(String seasonsComment)
          setSeasonsComment :
 void setSpecies(Species species)
          setSpecies :
 void setZonesComment(String zonesComment)
          setZonesComment :
 int sizePopulationGroup()
          sizePopulationGroup : Retourne le nombre d'éléments de la collection populationGroup
 int sizePopulationSeasonInfo()
          sizePopulationSeasonInfo : Retourne le nombre d'éléments de la collection populationSeasonInfo
 int sizePopulationZone()
          sizePopulationZone : Retourne le nombre d'éléments de la collection populationZone
 int sizeRecruitmentZone()
          sizeRecruitmentZone : Retourne le nombre d'éléments de la collection recruitmentZone
 int sizeReproductionZone()
          sizeReproductionZone : Retourne le nombre d'éléments de la collection reproductionZone
 org.nuiton.math.matrix.MatrixND split2D(org.nuiton.math.matrix.MatrixND m)
          split2D :
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update
 

Field Detail

NAME

static final String NAME
See Also:
Constant Field Values

GEOGRAPHIC_ID

static final String GEOGRAPHIC_ID
See Also:
Constant Field Values

PLUS_GROUP

static final String PLUS_GROUP
See Also:
Constant Field Values

GROWTH

static final String GROWTH
See Also:
Constant Field Values

GROWTH_REVERSE

static final String GROWTH_REVERSE
See Also:
Constant Field Values

COMMENT

static final String COMMENT
See Also:
Constant Field Values

MEAN_WEIGHT

static final String MEAN_WEIGHT
See Also:
Constant Field Values

PRICE

static final String PRICE
See Also:
Constant Field Values

NATURAL_DEATH_RATE

static final String NATURAL_DEATH_RATE
See Also:
Constant Field Values

CARACT_BIO_COMMENT

static final String CARACT_BIO_COMMENT
See Also:
Constant Field Values

REPRODUCTION_EQUATION

static final String REPRODUCTION_EQUATION
See Also:
Constant Field Values

MONTH_GAP_BETWEEN_REPRO_RECRUTEMENT

static final String MONTH_GAP_BETWEEN_REPRO_RECRUTEMENT
See Also:
Constant Field Values

RECRUITMENT_DISTRIBUTION

static final String RECRUITMENT_DISTRIBUTION
See Also:
Constant Field Values

RECRUITMENT_COMMENT

static final String RECRUITMENT_COMMENT
See Also:
Constant Field Values

ZONES_COMMENT

static final String ZONES_COMMENT
See Also:
Constant Field Values

SEASONS_COMMENT

static final String SEASONS_COMMENT
See Also:
Constant Field Values

CAPTURABILITY_COMMENT

static final String CAPTURABILITY_COMMENT
See Also:
Constant Field Values

MIGRATION_COMMENT

static final String MIGRATION_COMMENT
See Also:
Constant Field Values

MAPPING_ZONE_REPRO_ZONE_RECRU

static final String MAPPING_ZONE_REPRO_ZONE_RECRU
See Also:
Constant Field Values

CAPTURABILITY

static final String CAPTURABILITY
See Also:
Constant Field Values

GEAR_SELECTIVITY

static final String GEAR_SELECTIVITY
See Also:
Constant Field Values

POPULATION_GROUP

static final String POPULATION_GROUP
See Also:
Constant Field Values

POPULATION_SEASON_INFO

static final String POPULATION_SEASON_INFO
See Also:
Constant Field Values

SPECIES

static final String SPECIES
See Also:
Constant Field Values

REPRODUCTION_ZONE

static final String REPRODUCTION_ZONE
See Also:
Constant Field Values

POPULATION_ZONE

static final String POPULATION_ZONE
See Also:
Constant Field Values

RECRUITMENT_ZONE

static final String RECRUITMENT_ZONE
See Also:
Constant Field Values

MATURITY_GROUP

static final String MATURITY_GROUP
See Also:
Constant Field Values
Method Detail

setName

void setName(String name)
setName :

Parameters:
name - La valeur de l'attribut name à positionner.

getName

String getName()
getName :

Returns:
String

setGeographicId

void setGeographicId(String geographicId)
setGeographicId :

Parameters:
geographicId - La valeur de l'attribut geographicId à positionner.

getGeographicId

String getGeographicId()
getGeographicId :

Returns:
String

setPlusGroup

void setPlusGroup(boolean plusGroup)
setPlusGroup :

Parameters:
plusGroup - La valeur de l'attribut plusGroup à positionner.

getPlusGroup

boolean getPlusGroup()
getPlusGroup :

Returns:
boolean

setGrowth

void setGrowth(Equation growth)
setGrowth :

Parameters:
growth - La valeur de l'attribut growth à positionner.

getGrowth

Equation getGrowth()
getGrowth :

Returns:
Equation

setGrowthReverse

void setGrowthReverse(Equation growthReverse)
setGrowthReverse :

Parameters:
growthReverse - La valeur de l'attribut growthReverse à positionner.

getGrowthReverse

Equation getGrowthReverse()
getGrowthReverse :

Returns:
Equation

setComment

void setComment(String comment)
setComment :

Parameters:
comment - La valeur de l'attribut comment à positionner.

getComment

String getComment()
getComment :

Returns:
String

setMeanWeight

void setMeanWeight(Equation meanWeight)
setMeanWeight :

Parameters:
meanWeight - La valeur de l'attribut meanWeight à positionner.

getMeanWeight

Equation getMeanWeight()
getMeanWeight :

Returns:
Equation

setPrice

void setPrice(Equation price)
setPrice :

Le prix en Kg

Parameters:
price - La valeur de l'attribut price à positionner.

getPrice

Equation getPrice()
getPrice :

Le prix en Kg

Returns:
Equation

setNaturalDeathRate

void setNaturalDeathRate(Equation naturalDeathRate)
setNaturalDeathRate :

Parameters:
naturalDeathRate - La valeur de l'attribut naturalDeathRate à positionner.

getNaturalDeathRate

Equation getNaturalDeathRate()
getNaturalDeathRate :

Returns:
Equation

setCaractBioComment

void setCaractBioComment(String caractBioComment)
setCaractBioComment :

Parameters:
caractBioComment - La valeur de l'attribut caractBioComment à positionner.

getCaractBioComment

String getCaractBioComment()
getCaractBioComment :

Returns:
String

setReproductionEquation

void setReproductionEquation(Equation reproductionEquation)
setReproductionEquation :

Parameters:
reproductionEquation - La valeur de l'attribut reproductionEquation à positionner.

getReproductionEquation

Equation getReproductionEquation()
getReproductionEquation :

Returns:
Equation

setMonthGapBetweenReproRecrutement

void setMonthGapBetweenReproRecrutement(int monthGapBetweenReproRecrutement)
setMonthGapBetweenReproRecrutement :

Parameters:
monthGapBetweenReproRecrutement - La valeur de l'attribut monthGapBetweenReproRecrutement à positionner.

getMonthGapBetweenReproRecrutement

int getMonthGapBetweenReproRecrutement()
getMonthGapBetweenReproRecrutement :

Returns:
int

setRecruitmentDistribution

void setRecruitmentDistribution(org.nuiton.math.matrix.MatrixND recruitmentDistribution)
setRecruitmentDistribution :

Parameters:
recruitmentDistribution - La valeur de l'attribut recruitmentDistribution à positionner.

getRecruitmentDistribution

org.nuiton.math.matrix.MatrixND getRecruitmentDistribution()
getRecruitmentDistribution :

Returns:
MatrixND

setRecruitmentComment

void setRecruitmentComment(String recruitmentComment)
setRecruitmentComment :

Parameters:
recruitmentComment - La valeur de l'attribut recruitmentComment à positionner.

getRecruitmentComment

String getRecruitmentComment()
getRecruitmentComment :

Returns:
String

setZonesComment

void setZonesComment(String zonesComment)
setZonesComment :

Parameters:
zonesComment - La valeur de l'attribut zonesComment à positionner.

getZonesComment

String getZonesComment()
getZonesComment :

Returns:
String

setSeasonsComment

void setSeasonsComment(String seasonsComment)
setSeasonsComment :

Parameters:
seasonsComment - La valeur de l'attribut seasonsComment à positionner.

getSeasonsComment

String getSeasonsComment()
getSeasonsComment :

Returns:
String

setCapturabilityComment

void setCapturabilityComment(String capturabilityComment)
setCapturabilityComment :

Parameters:
capturabilityComment - La valeur de l'attribut capturabilityComment à positionner.

getCapturabilityComment

String getCapturabilityComment()
getCapturabilityComment :

Returns:
String

setMigrationComment

void setMigrationComment(String migrationComment)
setMigrationComment :

Parameters:
migrationComment - La valeur de l'attribut migrationComment à positionner.

getMigrationComment

String getMigrationComment()
getMigrationComment :

Returns:
String

setMappingZoneReproZoneRecru

void setMappingZoneReproZoneRecru(org.nuiton.math.matrix.MatrixND mappingZoneReproZoneRecru)
setMappingZoneReproZoneRecru :

Parameters:
mappingZoneReproZoneRecru - La valeur de l'attribut mappingZoneReproZoneRecru à positionner.

getMappingZoneReproZoneRecru

org.nuiton.math.matrix.MatrixND getMappingZoneReproZoneRecru()
getMappingZoneReproZoneRecru :

Returns:
MatrixND

setCapturability

void setCapturability(org.nuiton.math.matrix.MatrixND capturability)
setCapturability :

Parameters:
capturability - La valeur de l'attribut capturability à positionner.

getCapturability

org.nuiton.math.matrix.MatrixND getCapturability()
getCapturability :

Returns:
MatrixND

addPopulationGroup

void addPopulationGroup(PopulationGroup populationGroup)
addPopulationGroup :

Parameters:
populationGroup - L'instance de populationGroup à ajouter

addAllPopulationGroup

void addAllPopulationGroup(List<PopulationGroup> populationGroup)
addAllPopulationGroup :

Parameters:
populationGroup - Les instances de populationGroup à ajouter

setPopulationGroup

void setPopulationGroup(List<PopulationGroup> populationGroup)
setPopulationGroup :

Parameters:
populationGroup - La Collection de populationGroup à ajouter

removePopulationGroup

void removePopulationGroup(PopulationGroup populationGroup)
removePopulationGroup :

Parameters:
populationGroup - Vide la Collection de populationGroup

clearPopulationGroup

void clearPopulationGroup()
clearPopulationGroup :


getPopulationGroup

List<PopulationGroup> getPopulationGroup()
getPopulationGroup :

Returns:
List

getPopulationGroupByTopiaId

PopulationGroup getPopulationGroupByTopiaId(String topiaId)
getPopulationGroupByTopiaId : Recupère l'attribut populationGroup à partir de son topiaId

Parameters:
topiaId - le topia id de l'entité recherchée
Returns:
PopulationGroup

sizePopulationGroup

int sizePopulationGroup()
sizePopulationGroup : Retourne le nombre d'éléments de la collection populationGroup

Returns:
int

isPopulationGroupEmpty

boolean isPopulationGroupEmpty()
isPopulationGroupEmpty : Retourne true si la collection populationGroup est vide.

Returns:
boolean

addPopulationSeasonInfo

void addPopulationSeasonInfo(PopulationSeasonInfo populationSeasonInfo)
addPopulationSeasonInfo :

Parameters:
populationSeasonInfo - L'instance de populationSeasonInfo à ajouter

addAllPopulationSeasonInfo

void addAllPopulationSeasonInfo(List<PopulationSeasonInfo> populationSeasonInfo)
addAllPopulationSeasonInfo :

Parameters:
populationSeasonInfo - Les instances de populationSeasonInfo à ajouter

setPopulationSeasonInfo

void setPopulationSeasonInfo(List<PopulationSeasonInfo> populationSeasonInfo)
setPopulationSeasonInfo :

Parameters:
populationSeasonInfo - La Collection de populationSeasonInfo à ajouter

removePopulationSeasonInfo

void removePopulationSeasonInfo(PopulationSeasonInfo populationSeasonInfo)
removePopulationSeasonInfo :

Parameters:
populationSeasonInfo - Vide la Collection de populationSeasonInfo

clearPopulationSeasonInfo

void clearPopulationSeasonInfo()
clearPopulationSeasonInfo :


getPopulationSeasonInfo

List<PopulationSeasonInfo> getPopulationSeasonInfo()
getPopulationSeasonInfo :

Returns:
List

getPopulationSeasonInfoByTopiaId

PopulationSeasonInfo getPopulationSeasonInfoByTopiaId(String topiaId)
getPopulationSeasonInfoByTopiaId : Recupère l'attribut populationSeasonInfo à partir de son topiaId

Parameters:
topiaId - le topia id de l'entité recherchée
Returns:
PopulationSeasonInfo

sizePopulationSeasonInfo

int sizePopulationSeasonInfo()
sizePopulationSeasonInfo : Retourne le nombre d'éléments de la collection populationSeasonInfo

Returns:
int

isPopulationSeasonInfoEmpty

boolean isPopulationSeasonInfoEmpty()
isPopulationSeasonInfoEmpty : Retourne true si la collection populationSeasonInfo est vide.

Returns:
boolean

setSpecies

void setSpecies(Species species)
setSpecies :

Parameters:
species - La valeur de l'attribut species à positionner.

getSpecies

Species getSpecies()
getSpecies :

Returns:
Species

addReproductionZone

void addReproductionZone(Zone reproductionZone)
addReproductionZone :

Parameters:
reproductionZone - L'instance de reproductionZone à ajouter

addAllReproductionZone

void addAllReproductionZone(List<Zone> reproductionZone)
addAllReproductionZone :

Parameters:
reproductionZone - Les instances de reproductionZone à ajouter

setReproductionZone

void setReproductionZone(List<Zone> reproductionZone)
setReproductionZone :

Parameters:
reproductionZone - La Collection de reproductionZone à ajouter

removeReproductionZone

void removeReproductionZone(Zone reproductionZone)
removeReproductionZone :

Parameters:
reproductionZone - Vide la Collection de reproductionZone

clearReproductionZone

void clearReproductionZone()
clearReproductionZone :


getReproductionZone

List<Zone> getReproductionZone()
getReproductionZone :

Returns:
List

getReproductionZoneByTopiaId

Zone getReproductionZoneByTopiaId(String topiaId)
getReproductionZoneByTopiaId : Recupère l'attribut reproductionZone à partir de son topiaId

Parameters:
topiaId - le topia id de l'entité recherchée
Returns:
Zone

sizeReproductionZone

int sizeReproductionZone()
sizeReproductionZone : Retourne le nombre d'éléments de la collection reproductionZone

Returns:
int

isReproductionZoneEmpty

boolean isReproductionZoneEmpty()
isReproductionZoneEmpty : Retourne true si la collection reproductionZone est vide.

Returns:
boolean

addPopulationZone

void addPopulationZone(Zone populationZone)
addPopulationZone :

Parameters:
populationZone - L'instance de populationZone à ajouter

addAllPopulationZone

void addAllPopulationZone(List<Zone> populationZone)
addAllPopulationZone :

Parameters:
populationZone - Les instances de populationZone à ajouter

setPopulationZone

void setPopulationZone(List<Zone> populationZone)
setPopulationZone :

Parameters:
populationZone - La Collection de populationZone à ajouter

removePopulationZone

void removePopulationZone(Zone populationZone)
removePopulationZone :

Parameters:
populationZone - Vide la Collection de populationZone

clearPopulationZone

void clearPopulationZone()
clearPopulationZone :


getPopulationZone

List<Zone> getPopulationZone()
getPopulationZone :

Returns:
List

getPopulationZoneByTopiaId

Zone getPopulationZoneByTopiaId(String topiaId)
getPopulationZoneByTopiaId : Recupère l'attribut populationZone à partir de son topiaId

Parameters:
topiaId - le topia id de l'entité recherchée
Returns:
Zone

sizePopulationZone

int sizePopulationZone()
sizePopulationZone : Retourne le nombre d'éléments de la collection populationZone

Returns:
int

isPopulationZoneEmpty

boolean isPopulationZoneEmpty()
isPopulationZoneEmpty : Retourne true si la collection populationZone est vide.

Returns:
boolean

addRecruitmentZone

void addRecruitmentZone(Zone recruitmentZone)
addRecruitmentZone :

Parameters:
recruitmentZone - L'instance de recruitmentZone à ajouter

addAllRecruitmentZone

void addAllRecruitmentZone(List<Zone> recruitmentZone)
addAllRecruitmentZone :

Parameters:
recruitmentZone - Les instances de recruitmentZone à ajouter

setRecruitmentZone

void setRecruitmentZone(List<Zone> recruitmentZone)
setRecruitmentZone :

Parameters:
recruitmentZone - La Collection de recruitmentZone à ajouter

removeRecruitmentZone

void removeRecruitmentZone(Zone recruitmentZone)
removeRecruitmentZone :

Parameters:
recruitmentZone - Vide la Collection de recruitmentZone

clearRecruitmentZone

void clearRecruitmentZone()
clearRecruitmentZone :


getRecruitmentZone

List<Zone> getRecruitmentZone()
getRecruitmentZone :

Returns:
List

getRecruitmentZoneByTopiaId

Zone getRecruitmentZoneByTopiaId(String topiaId)
getRecruitmentZoneByTopiaId : Recupère l'attribut recruitmentZone à partir de son topiaId

Parameters:
topiaId - le topia id de l'entité recherchée
Returns:
Zone

sizeRecruitmentZone

int sizeRecruitmentZone()
sizeRecruitmentZone : Retourne le nombre d'éléments de la collection recruitmentZone

Returns:
int

isRecruitmentZoneEmpty

boolean isRecruitmentZoneEmpty()
isRecruitmentZoneEmpty : Retourne true si la collection recruitmentZone est vide.

Returns:
boolean

setMaturityGroup

void setMaturityGroup(PopulationGroup maturityGroup)
setMaturityGroup :

Parameters:
maturityGroup - La valeur de l'attribut maturityGroup à positionner.

getMaturityGroup

PopulationGroup getMaturityGroup()
getMaturityGroup :

Returns:
PopulationGroup

getPopulationSeasonInfo

PopulationSeasonInfo getPopulationSeasonInfo(Month month)
getPopulationSeasonInfo :

Parameters:
month -
Returns:
PopulationSeasonInfo

N2DToN1D

org.nuiton.math.matrix.MatrixND N2DToN1D(org.nuiton.math.matrix.MatrixND m)
N2DToN1D :

Parameters:
m -
Returns:
MatrixND

split2D

org.nuiton.math.matrix.MatrixND split2D(org.nuiton.math.matrix.MatrixND m)
split2D :

Parameters:
m -
Returns:
MatrixND

getNaturalDeathBirth

double getNaturalDeathBirth(Zone zone)
getNaturalDeathBirth :

Parameters:
zone -
Returns:
double

getAge

double getAge(double length,
              PopulationGroup group)
getAge :

Parameters:
length -
group -
Returns:
double

getLength

double getLength(double age,
                 PopulationGroup group)
getLength :

Parameters:
age -
group -
Returns:
double

getNaturalDeathRateMatrix

org.nuiton.math.matrix.MatrixND getNaturalDeathRateMatrix()
getNaturalDeathRateMatrix :

Returns:
MatrixND


Copyright © 1999-2010 CodeLutin. All Rights Reserved.