Uses of Class
fr.ifremer.isisfish.types.Month
Package
Description
Entité metier d'IsisFish.
-
Uses of Month in fr.ifremer.isisfish.entities
Modifier and TypeFieldDescriptionprotected Month
PopulationAbstract.abundanceReferenceMonth
ajouter un param "mois de considération de l abondance pour le calcul de F" (!) surnommé "*mcacf*" Nom de l'attribut en BD : abundanceReferenceMonthprotected Month
SeasonAbstract.firstMonth
Nom de l'attribut en BD : firstMonthprotected Month
SeasonAbstract.lastMonth
Nom de l'attribut en BD : lastMonthprotected Month
StrategyMonthInfoAbstract.month
Nom de l'attribut en BD : monthModifier and TypeMethodDescriptionPopulation.getAbundanceReferenceMonth()
PopulationAbstract.getAbundanceReferenceMonth()
Season.getFirstMonth()
SeasonAbstract.getFirstMonth()
Season.getLastMonth()
SeasonAbstract.getLastMonth()
StrategyMonthInfo.getMonth()
StrategyMonthInfoAbstract.getMonth()
Modifier and TypeMethodDescriptionboolean
Season.containsMonth
(Month month) boolean
SeasonImpl.containsMonth
(Month month) PopulationDAOAbstract.findAllByAbundanceReferenceMonth
(Month v) SeasonDAOAbstract.findAllByFirstMonth
(Month v) SeasonDAOAbstract.findAllByLastMonth
(Month v) StrategyMonthInfoDAOAbstract.findAllByMonth
(Month v) PopulationDAOAbstract.findByAbundanceReferenceMonth
(Month v) SeasonDAOAbstract.findByFirstMonth
(Month v) SeasonDAOAbstract.findByLastMonth
(Month v) StrategyMonthInfoDAOAbstract.findByMonth
(Month v) 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.getEmigrationMatrix
(Month month, org.nuiton.math.matrix.MatrixND N) org.nuiton.math.matrix.MatrixND
PopulationSeasonInfo.getGroupChangeMatrix
(Month month) org.nuiton.math.matrix.MatrixND
PopulationSeasonInfoImpl.getGroupChangeMatrix
(Month month) Return change group matrix for the given month.org.nuiton.math.matrix.MatrixND
PopulationSeasonInfo.getImmigrationMatrix
(Month month, org.nuiton.math.matrix.MatrixND N) Matrix [(group, zone(reached)) x (group, zone(reached))]org.nuiton.math.matrix.MatrixND
PopulationSeasonInfoImpl.getImmigrationMatrix
(Month month, org.nuiton.math.matrix.MatrixND N) double
Strategy.getInactivityDays
(Month month) double
StrategyImpl.getInactivityDays
(Month month) Compute or return inactivity days.Metier.getMetierSeasonInfo
(Month month) MetierImpl.getMetierSeasonInfo
(Month month) org.nuiton.math.matrix.MatrixND
PopulationSeasonInfo.getMigrationMatrix
(Month month, org.nuiton.math.matrix.MatrixND N) Matrix [(group, zone(left)) x (group, zone(reached))]org.nuiton.math.matrix.MatrixND
PopulationSeasonInfoImpl.getMigrationMatrix
(Month month, org.nuiton.math.matrix.MatrixND N) Population.getPopulationSeasonInfo
(Month month) PopulationImpl.getPopulationSeasonInfo
(Month month) org.nuiton.math.matrix.MatrixND
PopulationSeasonInfo.getReproductionMatrix
(Month month, org.nuiton.math.matrix.MatrixND N) Matrix [zone(repro)]org.nuiton.math.matrix.MatrixND
PopulationSeasonInfoImpl.getReproductionMatrix
(Month month, org.nuiton.math.matrix.MatrixND aN) Construit la matrice de reproduction.Strategy.getStrategyMonthInfo
(Month month) StrategyImpl.getStrategyMonthInfo
(Month month) void
Population.setAbundanceReferenceMonth
(Month abundanceReferenceMonth) void
PopulationAbstract.setAbundanceReferenceMonth
(Month abundanceReferenceMonth) void
Season.setFirstMonth
(Month firstMonth) void
SeasonAbstract.setFirstMonth
(Month firstMonth) void
Season.setLastMonth
(Month lastMonth) void
SeasonAbstract.setLastMonth
(Month lastMonth) void
void
-
Uses of Month in fr.ifremer.isisfish.equation
Modifier and TypeMethodDescriptiondouble
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. -
Uses of Month in fr.ifremer.isisfish.simulator
Modifier and TypeMethodDescriptionvoid
MetierMonitor.addforbiddenMetier
(Metier metier, Month month) Add forbidden metier, this metier is not remove whenMetierMonitor.clear()
is calledboolean
MetierMonitor.isForbidden
(Metier metier, Month month) Metier is forbidden is can be found inMetierMonitor.forbiddenMetier
or inMetierMonitor.forbiddenMetierMonth
.void
MetierMonitor.removeforbiddenMetier
(Metier metier, Month month) -
Uses of Month in fr.ifremer.isisfish.types
Modifier and TypeFieldDescriptionstatic final Month
Month.APRIL
static final Month
Month.AUGUST
static final Month
Month.DECEMBER
static final Month
Month.FEBRUARY
static final Month
Month.JANUARY
static final Month
Month.JULY
static final Month
Month.JUNE
static final Month
Month.MARCH
static final Month
Month.MAY
static final Month[]
Month.MONTH
static final Month
Month.NOVEMBER
static final Month
Month.OCTOBER
static final Month
Month.SEPTEMBER
Modifier and TypeMethodDescriptionTimeStep.getMonth()
Month[]
TimeStep.getMonthBetweenDate
(TimeStep timeStep2) Month.next()
Month.previous()
Modifier and TypeMethodDescriptionReturn all month from first to last. -
Uses of Month in fr.ifremer.isisfish.ui.models.misc