|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Population
| 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 |
|---|
static final String NAME
static final String GEOGRAPHIC_ID
static final String PLUS_GROUP
static final String GROWTH
static final String GROWTH_REVERSE
static final String COMMENT
static final String MEAN_WEIGHT
static final String PRICE
static final String NATURAL_DEATH_RATE
static final String CARACT_BIO_COMMENT
static final String REPRODUCTION_EQUATION
static final String MONTH_GAP_BETWEEN_REPRO_RECRUTEMENT
static final String RECRUITMENT_DISTRIBUTION
static final String RECRUITMENT_COMMENT
static final String ZONES_COMMENT
static final String SEASONS_COMMENT
static final String CAPTURABILITY_COMMENT
static final String MIGRATION_COMMENT
static final String MAPPING_ZONE_REPRO_ZONE_RECRU
static final String CAPTURABILITY
static final String GEAR_SELECTIVITY
static final String POPULATION_GROUP
static final String POPULATION_SEASON_INFO
static final String SPECIES
static final String REPRODUCTION_ZONE
static final String POPULATION_ZONE
static final String RECRUITMENT_ZONE
static final String MATURITY_GROUP
| Method Detail |
|---|
void setName(String name)
name - La valeur de l'attribut name à positionner.String getName()
void setGeographicId(String geographicId)
geographicId - La valeur de l'attribut geographicId à positionner.String getGeographicId()
void setPlusGroup(boolean plusGroup)
plusGroup - La valeur de l'attribut plusGroup à positionner.boolean getPlusGroup()
void setGrowth(Equation growth)
growth - La valeur de l'attribut growth à positionner.Equation getGrowth()
void setGrowthReverse(Equation growthReverse)
growthReverse - La valeur de l'attribut growthReverse à positionner.Equation getGrowthReverse()
void setComment(String comment)
comment - La valeur de l'attribut comment à positionner.String getComment()
void setMeanWeight(Equation meanWeight)
meanWeight - La valeur de l'attribut meanWeight à positionner.Equation getMeanWeight()
void setPrice(Equation price)
Le prix en Kg
price - La valeur de l'attribut price à positionner.Equation getPrice()
Le prix en Kg
void setNaturalDeathRate(Equation naturalDeathRate)
naturalDeathRate - La valeur de l'attribut naturalDeathRate à positionner.Equation getNaturalDeathRate()
void setCaractBioComment(String caractBioComment)
caractBioComment - La valeur de l'attribut caractBioComment à positionner.String getCaractBioComment()
void setReproductionEquation(Equation reproductionEquation)
reproductionEquation - La valeur de l'attribut reproductionEquation à positionner.Equation getReproductionEquation()
void setMonthGapBetweenReproRecrutement(int monthGapBetweenReproRecrutement)
monthGapBetweenReproRecrutement - La valeur de l'attribut monthGapBetweenReproRecrutement à positionner.int getMonthGapBetweenReproRecrutement()
void setRecruitmentDistribution(org.nuiton.math.matrix.MatrixND recruitmentDistribution)
recruitmentDistribution - La valeur de l'attribut recruitmentDistribution à positionner.org.nuiton.math.matrix.MatrixND getRecruitmentDistribution()
void setRecruitmentComment(String recruitmentComment)
recruitmentComment - La valeur de l'attribut recruitmentComment à positionner.String getRecruitmentComment()
void setZonesComment(String zonesComment)
zonesComment - La valeur de l'attribut zonesComment à positionner.String getZonesComment()
void setSeasonsComment(String seasonsComment)
seasonsComment - La valeur de l'attribut seasonsComment à positionner.String getSeasonsComment()
void setCapturabilityComment(String capturabilityComment)
capturabilityComment - La valeur de l'attribut capturabilityComment à positionner.String getCapturabilityComment()
void setMigrationComment(String migrationComment)
migrationComment - La valeur de l'attribut migrationComment à positionner.String getMigrationComment()
void setMappingZoneReproZoneRecru(org.nuiton.math.matrix.MatrixND mappingZoneReproZoneRecru)
mappingZoneReproZoneRecru - La valeur de l'attribut mappingZoneReproZoneRecru à positionner.org.nuiton.math.matrix.MatrixND getMappingZoneReproZoneRecru()
void setCapturability(org.nuiton.math.matrix.MatrixND capturability)
capturability - La valeur de l'attribut capturability à positionner.org.nuiton.math.matrix.MatrixND getCapturability()
void addPopulationGroup(PopulationGroup populationGroup)
populationGroup - L'instance de populationGroup à ajoutervoid addAllPopulationGroup(List<PopulationGroup> populationGroup)
populationGroup - Les instances de populationGroup à ajoutervoid setPopulationGroup(List<PopulationGroup> populationGroup)
populationGroup - La Collection de populationGroup à ajoutervoid removePopulationGroup(PopulationGroup populationGroup)
populationGroup - Vide la Collection de populationGroupvoid clearPopulationGroup()
List<PopulationGroup> getPopulationGroup()
PopulationGroup getPopulationGroupByTopiaId(String topiaId)
topiaId - le topia id de l'entité recherchée
int sizePopulationGroup()
boolean isPopulationGroupEmpty()
true si la collection populationGroup est vide.
void addPopulationSeasonInfo(PopulationSeasonInfo populationSeasonInfo)
populationSeasonInfo - L'instance de populationSeasonInfo à ajoutervoid addAllPopulationSeasonInfo(List<PopulationSeasonInfo> populationSeasonInfo)
populationSeasonInfo - Les instances de populationSeasonInfo à ajoutervoid setPopulationSeasonInfo(List<PopulationSeasonInfo> populationSeasonInfo)
populationSeasonInfo - La Collection de populationSeasonInfo à ajoutervoid removePopulationSeasonInfo(PopulationSeasonInfo populationSeasonInfo)
populationSeasonInfo - Vide la Collection de populationSeasonInfovoid clearPopulationSeasonInfo()
List<PopulationSeasonInfo> getPopulationSeasonInfo()
PopulationSeasonInfo getPopulationSeasonInfoByTopiaId(String topiaId)
topiaId - le topia id de l'entité recherchée
int sizePopulationSeasonInfo()
boolean isPopulationSeasonInfoEmpty()
true si la collection populationSeasonInfo est vide.
void setSpecies(Species species)
species - La valeur de l'attribut species à positionner.Species getSpecies()
void addReproductionZone(Zone reproductionZone)
reproductionZone - L'instance de reproductionZone à ajoutervoid addAllReproductionZone(List<Zone> reproductionZone)
reproductionZone - Les instances de reproductionZone à ajoutervoid setReproductionZone(List<Zone> reproductionZone)
reproductionZone - La Collection de reproductionZone à ajoutervoid removeReproductionZone(Zone reproductionZone)
reproductionZone - Vide la Collection de reproductionZonevoid clearReproductionZone()
List<Zone> getReproductionZone()
Zone getReproductionZoneByTopiaId(String topiaId)
topiaId - le topia id de l'entité recherchée
int sizeReproductionZone()
boolean isReproductionZoneEmpty()
true si la collection reproductionZone est vide.
void addPopulationZone(Zone populationZone)
populationZone - L'instance de populationZone à ajoutervoid addAllPopulationZone(List<Zone> populationZone)
populationZone - Les instances de populationZone à ajoutervoid setPopulationZone(List<Zone> populationZone)
populationZone - La Collection de populationZone à ajoutervoid removePopulationZone(Zone populationZone)
populationZone - Vide la Collection de populationZonevoid clearPopulationZone()
List<Zone> getPopulationZone()
Zone getPopulationZoneByTopiaId(String topiaId)
topiaId - le topia id de l'entité recherchée
int sizePopulationZone()
boolean isPopulationZoneEmpty()
true si la collection populationZone est vide.
void addRecruitmentZone(Zone recruitmentZone)
recruitmentZone - L'instance de recruitmentZone à ajoutervoid addAllRecruitmentZone(List<Zone> recruitmentZone)
recruitmentZone - Les instances de recruitmentZone à ajoutervoid setRecruitmentZone(List<Zone> recruitmentZone)
recruitmentZone - La Collection de recruitmentZone à ajoutervoid removeRecruitmentZone(Zone recruitmentZone)
recruitmentZone - Vide la Collection de recruitmentZonevoid clearRecruitmentZone()
List<Zone> getRecruitmentZone()
Zone getRecruitmentZoneByTopiaId(String topiaId)
topiaId - le topia id de l'entité recherchée
int sizeRecruitmentZone()
boolean isRecruitmentZoneEmpty()
true si la collection recruitmentZone est vide.
void setMaturityGroup(PopulationGroup maturityGroup)
maturityGroup - La valeur de l'attribut maturityGroup à positionner.PopulationGroup getMaturityGroup()
PopulationSeasonInfo getPopulationSeasonInfo(Month month)
month -
org.nuiton.math.matrix.MatrixND N2DToN1D(org.nuiton.math.matrix.MatrixND m)
m -
org.nuiton.math.matrix.MatrixND split2D(org.nuiton.math.matrix.MatrixND m)
m -
double getNaturalDeathBirth(Zone zone)
zone -
double getAge(double length,
PopulationGroup group)
length - group -
double getLength(double age,
PopulationGroup group)
age - group -
org.nuiton.math.matrix.MatrixND getNaturalDeathRateMatrix()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||