Uses of Class
fr.ifremer.isisfish.types.Month

Packages that use Month
fr.ifremer.isisfish.entities Entité metier d'IsisFish. 
fr.ifremer.isisfish.equation   
fr.ifremer.isisfish.simulator   
fr.ifremer.isisfish.types   
 

Uses of Month in fr.ifremer.isisfish.entities
 

Fields in fr.ifremer.isisfish.entities declared as Month
 Month SeasonAbstract.firstMonth
           
 Month SeasonAbstract.lastMonth
           
 

Methods in fr.ifremer.isisfish.entities that return Month
 Month SeasonAbstract.getFirstMonth()
          getFirstMonth :
 Month Season.getFirstMonth()
          getFirstMonth :
 Month SeasonAbstract.getLastMonth()
          getLastMonth :
 Month Season.getLastMonth()
          getLastMonth :
 Month StrategyMonthInfo.getMonth()
          getMonth :
 Month StrategyMonthInfoAbstract.getMonth()
          getMonth :
 

Methods in fr.ifremer.isisfish.entities that return types with arguments of type Month
 java.util.List<Month> Season.getMonths()
          getMonths :
 java.util.List<Month> SeasonImpl.getMonths()
           
 

Methods in fr.ifremer.isisfish.entities with parameters of type Month
 boolean Season.containsMonth(Month month)
          containsMonth :
 boolean SeasonImpl.containsMonth(Month month)
           
 java.util.List<E> SeasonDAOAbstract.findAllByFirstMonth(Month v)
          findAllByFirstMonth : Retourne les éléments ayant comme valeur pour l'attribut firstMonth le paramètre.
 java.util.List<E> SeasonDAOAbstract.findAllByLastMonth(Month v)
          findAllByLastMonth : Retourne les éléments ayant comme valeur pour l'attribut lastMonth le paramètre.
 java.util.List<E> StrategyMonthInfoDAOAbstract.findAllByMonth(Month v)
          findAllByMonth : Retourne les éléments ayant comme valeur pour l'attribut month le paramètre.
 E SeasonDAOAbstract.findByFirstMonth(Month v)
          findByFirstMonth : Retourne le premier élément trouvé ayant comme valeur pour l'attribut firstMonth le paramètre.
 E SeasonDAOAbstract.findByLastMonth(Month v)
          findByLastMonth : Retourne le premier élément trouvé ayant comme valeur pour l'attribut lastMonth le paramètre.
 E StrategyMonthInfoDAOAbstract.findByMonth(Month v)
          findByMonth : Retourne le premier élément trouvé ayant comme valeur pour l'attribut month le paramètre.
 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)
          getEmigrationMatrix : 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 for species in Length, matrix returned is all time spacialized (needed for simulation)
 org.nuiton.math.matrix.MatrixND PopulationSeasonInfo.getGroupChangeMatrix(Month month)
          getGroupChangeMatrix :
 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)
          getImmigrationMatrix : Matrix [(group, zone(reached)) x (group, zone(reached))]
 double StrategyImpl.getInactivityDays(Month month)
          Compute or return inactivity days.
 double Strategy.getInactivityDays(Month month)
          getInactivityDays :
 MetierSeasonInfo Metier.getMetierSeasonInfo(Month month)
          getMetierSeasonInfo :
 MetierSeasonInfo MetierImpl.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)
          getMigrationMatrix : Matrix [(group, zone(left)) x (group, zone(reached))]
 PopulationSeasonInfo Population.getPopulationSeasonInfo(Month month)
          getPopulationSeasonInfo :
 PopulationSeasonInfo PopulationImpl.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)
          getReproductionMatrix : Matrix [zone(repro)]
 StrategyMonthInfo StrategyImpl.getStrategyMonthInfo(Month month)
           
 StrategyMonthInfo Strategy.getStrategyMonthInfo(Month month)
          getStrategyMonthInfo :
 void SeasonAbstract.setFirstMonth(Month value)
          setFirstMonth :
 void Season.setFirstMonth(Month firstMonth)
          setFirstMonth :
 void SeasonAbstract.setLastMonth(Month value)
          setLastMonth :
 void Season.setLastMonth(Month lastMonth)
          setLastMonth :
 void StrategyMonthInfo.setMonth(Month month)
          setMonth :
 void StrategyMonthInfoAbstract.setMonth(Month value)
          setMonth :
 

Method parameters in fr.ifremer.isisfish.entities with type arguments of type Month
 void Season.setMonths(java.util.List<Month> listMonth)
          setMonths :
 void SeasonImpl.setMonths(java.util.List<Month> listMonth)
           
 

Uses of Month in fr.ifremer.isisfish.equation
 

Methods in fr.ifremer.isisfish.equation with parameters of type Month
 double PopulationReproductionEquation.compute(SimulationContext context, org.nuiton.math.matrix.MatrixND N, Population pop, Month month, double prepro, java.util.List<Zone> zoneRepro, java.util.List<PopulationGroup> groups, java.util.List<Zone> zones, org.nuiton.math.matrix.MatrixND result)
           
 double StrategyInactivityEquation.compute(SimulationContext context, Month month, StrategyMonthInfo info)
           
 

Uses of Month in fr.ifremer.isisfish.simulator
 

Methods in fr.ifremer.isisfish.simulator with parameters of type Month
 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)
           
 

Uses of Month in fr.ifremer.isisfish.types
 

Fields in fr.ifremer.isisfish.types declared as Month
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
           
 

Methods in fr.ifremer.isisfish.types that return Month
 Month Date.getMonth()
           
 Month[] Date.getMonthBetweenDate(Date date2)
           
 Month Month.next()
           
 Month Month.previous()
           
 

Methods in fr.ifremer.isisfish.types that return types with arguments of type Month
static java.util.List<Month> Month.getMonths(Month first, Month last)
          Return all month from first to last.
 

Methods in fr.ifremer.isisfish.types with parameters of type Month
 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 java.util.List<Month> Month.getMonths(Month first, Month last)
          Return all month from first to last.
 



Copyright © 1999-2010 CodeLutin. All Rights Reserved.