| Package | Description |
|---|---|
| fr.ifremer.isisfish.entities |
Entité metier d'IsisFish.
|
| fr.ifremer.isisfish.equation | |
| fr.ifremer.isisfish.simulator | |
| fr.ifremer.isisfish.types |
| Modifier and Type | Field and Description |
|---|---|
protected Month |
SeasonAbstract.firstMonth
Nom de l'attribut en BD : firstMonth
|
protected Month |
SeasonAbstract.lastMonth
Nom de l'attribut en BD : lastMonth
|
protected Month |
StrategyMonthInfoAbstract.month
Nom de l'attribut en BD : month
|
| Modifier and Type | Method and Description |
|---|---|
Month |
SeasonAbstract.getFirstMonth() |
Month |
Season.getFirstMonth() |
Month |
SeasonAbstract.getLastMonth() |
Month |
Season.getLastMonth() |
Month |
StrategyMonthInfo.getMonth() |
Month |
StrategyMonthInfoAbstract.getMonth() |
| Modifier and Type | Method and Description |
|---|---|
List<Month> |
SeasonImpl.getMonths() |
List<Month> |
Season.getMonths() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SeasonImpl.containsMonth(Month month) |
boolean |
Season.containsMonth(Month month) |
List<E> |
SeasonDAOAbstract.findAllByFirstMonth(Month v) |
List<E> |
SeasonDAOAbstract.findAllByLastMonth(Month v) |
List<E> |
StrategyMonthInfoDAOAbstract.findAllByMonth(Month v) |
E |
SeasonDAOAbstract.findByFirstMonth(Month v) |
E |
SeasonDAOAbstract.findByLastMonth(Month v) |
E |
StrategyMonthInfoDAOAbstract.findByMonth(Month v) |
org.nuiton.math.matrix.MatrixND |
PopulationSeasonInfoImpl.getEmigrationMatrix(Month month,
org.nuiton.math.matrix.MatrixND N) |
org.nuiton.math.matrix.MatrixND |
PopulationSeasonInfo.getEmigrationMatrix(Month month,
org.nuiton.math.matrix.MatrixND N)
Matrix [(group, zone(left)) x (group, zone(left))]
|
org.nuiton.math.matrix.MatrixND |
PopulationSeasonInfoImpl.getGroupChangeMatrix(Month month)
Return change group matrix for the given month.
|
org.nuiton.math.matrix.MatrixND |
PopulationSeasonInfo.getGroupChangeMatrix(Month month) |
org.nuiton.math.matrix.MatrixND |
PopulationSeasonInfoImpl.getImmigrationMatrix(Month month,
org.nuiton.math.matrix.MatrixND N) |
org.nuiton.math.matrix.MatrixND |
PopulationSeasonInfo.getImmigrationMatrix(Month month,
org.nuiton.math.matrix.MatrixND N)
Matrix [(group, zone(reached)) x (group, zone(reached))]
|
double |
StrategyImpl.getInactivityDays(Month month)
Compute or return inactivity days.
|
double |
Strategy.getInactivityDays(Month month) |
MetierSeasonInfo |
MetierImpl.getMetierSeasonInfo(Month month) |
MetierSeasonInfo |
Metier.getMetierSeasonInfo(Month month) |
org.nuiton.math.matrix.MatrixND |
PopulationSeasonInfoImpl.getMigrationMatrix(Month month,
org.nuiton.math.matrix.MatrixND N) |
org.nuiton.math.matrix.MatrixND |
PopulationSeasonInfo.getMigrationMatrix(Month month,
org.nuiton.math.matrix.MatrixND N)
Matrix [(group, zone(left)) x (group, zone(reached))]
|
PopulationSeasonInfo |
PopulationImpl.getPopulationSeasonInfo(Month month) |
PopulationSeasonInfo |
Population.getPopulationSeasonInfo(Month month) |
org.nuiton.math.matrix.MatrixND |
PopulationSeasonInfoImpl.getReproductionMatrix(Month month,
org.nuiton.math.matrix.MatrixND aN)
Construit la matrice de reproduction.
|
org.nuiton.math.matrix.MatrixND |
PopulationSeasonInfo.getReproductionMatrix(Month month,
org.nuiton.math.matrix.MatrixND N)
Matrix [zone(repro)]
|
StrategyMonthInfo |
StrategyImpl.getStrategyMonthInfo(Month month) |
StrategyMonthInfo |
Strategy.getStrategyMonthInfo(Month month) |
void |
SeasonAbstract.setFirstMonth(Month firstMonth) |
void |
Season.setFirstMonth(Month firstMonth) |
void |
SeasonAbstract.setLastMonth(Month lastMonth) |
void |
Season.setLastMonth(Month lastMonth) |
void |
StrategyMonthInfo.setMonth(Month month) |
void |
StrategyMonthInfoAbstract.setMonth(Month month) |
| Modifier and Type | Method and Description |
|---|---|
void |
SeasonImpl.setMonths(List<Month> listMonth) |
void |
Season.setMonths(List<Month> listMonth) |
| Modifier and Type | Method and Description |
|---|---|
double |
PopulationReproductionEquation.compute(SimulationContext context,
org.nuiton.math.matrix.MatrixND N,
Population pop,
Month month,
double prepro,
List<Zone> zoneRepro,
List<PopulationGroup> groups,
List<Zone> zones,
org.nuiton.math.matrix.MatrixND result)
Compute reproduction equation.
|
double |
StrategyInactivityEquation.compute(SimulationContext context,
Month month,
StrategyMonthInfo info)
Compute inactivity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetierMonitor.addforbiddenMetier(Metier metier,
Month month)
Add forbidden metier, this metier is not remove when
MetierMonitor.clear() is called |
void |
MetierMonitor.addLicence(Metier metier,
int nbLicences,
Month firstMonth,
Month lastMonth) |
fr.ifremer.isisfish.simulator.MetierMonitor.Licence |
MetierMonitor.getLicence(Metier metier,
Month month) |
double |
MetierMonitor.getLicenceOverflow(Metier metier,
Month month) |
boolean |
MetierMonitor.isForbidden(Metier metier,
Month month)
Metier is forbidden is can be found in
MetierMonitor.forbiddenMetier or in
MetierMonitor.forbiddenMetierMonth. |
boolean |
MetierMonitor.isLimited(Metier metier,
Month month) |
boolean |
MetierMonitor.isLimitedPeriode(Metier metier,
Month firstMonth,
Month lastMonth) |
void |
MetierMonitor.removeforbiddenMetier(Metier metier,
Month month) |
| Modifier and Type | Field and Description |
|---|---|
static Month |
Month.APRIL |
static Month |
Month.AUGUST |
static Month |
Month.DECEMBER |
static Month |
Month.FEBRUARY |
static Month |
Month.JANUARY |
static Month |
Month.JULY |
static Month |
Month.JUNE |
static Month |
Month.MARCH |
static Month |
Month.MAY |
static Month[] |
Month.MONTH |
static Month |
Month.NOVEMBER |
static Month |
Month.OCTOBER |
static Month |
Month.SEPTEMBER |
| Modifier and Type | Method and Description |
|---|---|
Month |
TimeStep.getMonth() |
Month[] |
TimeStep.getMonthBetweenDate(TimeStep timeStep2) |
Month |
Month.next() |
Month |
Month.previous() |
| Modifier and Type | Method and Description |
|---|---|
static List<Month> |
Month.getMonths(Month first,
Month last)
Return all month from first to last.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Month.after(Month d) |
boolean |
Month.afterOrEquals(Month d) |
boolean |
Month.before(Month d) |
boolean |
Month.beforeOrEquals(Month d) |
int |
Month.compareTo(Month d) |
static List<Month> |
Month.getMonths(Month first,
Month last)
Return all month from first to last.
|
Copyright © 1999–2014 CodeLutin. All rights reserved.