Uses of Interface
fr.ifremer.isisfish.entities.Zone
Package
Description
Entité metier d'IsisFish.
-
Uses of Zone in fr.ifremer.isisfish.entities
Modifier and TypeClassDescriptionclass
ZoneDAOAbstract<E extends Zone>
class
ZoneDAOImpl<E extends Zone>
Modifier and TypeClassDescriptionclass
class
Implantation des operations pour l'entité Zone.Modifier and TypeFieldDescriptionPopulationAbstract.populationZone
Nom de l'attribut en BD : populationZonePopulationAbstract.recruitmentZone
Nom de l'attribut en BD : recruitmentZonePopulationAbstract.reproductionZone
Nom de l'attribut en BD : reproductionZoneprotected Collection<Zone>
MetierSeasonInfoAbstract.zone
Nom de l'attribut en BD : zoneModifier and TypeMethodDescriptionPopulation.getPopulationZoneByTopiaId
(String topiaId) PopulationAbstract.getPopulationZoneByTopiaId
(String topiaId) Population.getRecruitmentZoneByTopiaId
(String topiaId) PopulationAbstract.getRecruitmentZoneByTopiaId
(String topiaId) Population.getReproductionZoneByTopiaId
(String topiaId) PopulationAbstract.getReproductionZoneByTopiaId
(String topiaId) MetierSeasonInfo.getZoneByTopiaId
(String topiaId) MetierSeasonInfoAbstract.getZoneByTopiaId
(String topiaId) Modifier and TypeMethodDescriptionPopulation.getPopulationZone()
PopulationAbstract.getPopulationZone()
Population.getRecruitmentZone()
PopulationAbstract.getRecruitmentZone()
Population.getReproductionZone()
PopulationAbstract.getReproductionZone()
FisheryRegion.getZone()
FisheryRegionImpl.getZone()
MetierSeasonInfo.getZone()
MetierSeasonInfoAbstract.getZone()
Modifier and TypeMethodDescriptionvoid
Population.addPopulationZone
(Zone populationZone) void
PopulationAbstract.addPopulationZone
(Zone populationZone) void
Population.addRecruitmentZone
(Zone recruitmentZone) void
PopulationAbstract.addRecruitmentZone
(Zone recruitmentZone) void
Population.addReproductionZone
(Zone reproductionZone) void
PopulationAbstract.addReproductionZone
(Zone reproductionZone) void
void
PopulationDAOAbstract.findAllContainsPopulationZone
(Zone v) PopulationDAOAbstract.findAllContainsRecruitmentZone
(Zone v) PopulationDAOAbstract.findAllContainsReproductionZone
(Zone v) MetierSeasonInfoDAOAbstract.findAllContainsZone
(Zone v) PopulationDAOAbstract.findContainsPopulationZone
(Zone v) PopulationDAOAbstract.findContainsRecruitmentZone
(Zone v) PopulationDAOAbstract.findContainsReproductionZone
(Zone v) MetierSeasonInfoDAOAbstract.findContainsZone
(Zone v) double
PopulationGroup.getFishingMortalityOtherFleets
(Zone zone) double
PopulationGroupImpl.getFishingMortalityOtherFleets
(Zone zone) double
Population.getNaturalDeathBirth
(Zone zone) double
PopulationImpl.getNaturalDeathBirth
(Zone zone) double
PopulationGroup.getNaturalDeathRate
(Zone zone) double
PopulationGroupImpl.getNaturalDeathRate
(Zone zone) void
Population.removePopulationZone
(Zone populationZone) void
PopulationAbstract.removePopulationZone
(Zone populationZone) void
Population.removeRecruitmentZone
(Zone recruitmentZone) void
PopulationAbstract.removeRecruitmentZone
(Zone recruitmentZone) void
Population.removeReproductionZone
(Zone reproductionZone) void
PopulationAbstract.removeReproductionZone
(Zone reproductionZone) void
MetierSeasonInfo.removeZone
(Zone zone) void
MetierSeasonInfoAbstract.removeZone
(Zone zone) Modifier and TypeMethodDescriptionvoid
Population.addAllPopulationZone
(List<Zone> populationZone) void
PopulationAbstract.addAllPopulationZone
(List<Zone> populationZone) void
Population.addAllRecruitmentZone
(List<Zone> recruitmentZone) void
PopulationAbstract.addAllRecruitmentZone
(List<Zone> recruitmentZone) void
Population.addAllReproductionZone
(List<Zone> reproductionZone) void
PopulationAbstract.addAllReproductionZone
(List<Zone> reproductionZone) void
MetierSeasonInfo.addAllZone
(Collection<Zone> zone) void
MetierSeasonInfoAbstract.addAllZone
(Collection<Zone> zone) void
Population.setPopulationZone
(List<Zone> populationZone) void
PopulationAbstract.setPopulationZone
(List<Zone> populationZone) void
PopulationImpl.setPopulationZone
(List<Zone> populationZone) Surcharge car avec une aggregation (lien fort) il ne faut pas remplacer la collection, mais vider celle qui existe et y mettre les nouveaux elements sinon hibernate perd la tete et leve des exceptions (detecter lors de l'implantation de l'import json)void
Population.setRecruitmentZone
(List<Zone> recruitmentZone) void
PopulationAbstract.setRecruitmentZone
(List<Zone> recruitmentZone) void
Population.setReproductionZone
(List<Zone> reproductionZone) void
PopulationAbstract.setReproductionZone
(List<Zone> reproductionZone) void
MetierSeasonInfo.setZone
(Collection<Zone> zone) void
MetierSeasonInfoAbstract.setZone
(Collection<Zone> zone) -
Uses of Zone in fr.ifremer.isisfish.equation
Modifier and TypeMethodDescriptiondouble
EmigrationEquation.compute
(SimulationContext context, org.nuiton.math.matrix.MatrixND N, Population pop, PopulationGroup group, Zone departureZone) Compute emigration equation.double
ImmigrationEquation.compute
(SimulationContext context, org.nuiton.math.matrix.MatrixND N, Population pop, PopulationGroup group, Zone arrivalZone) Compute immigration equation.double
MigrationEquation.compute
(SimulationContext context, org.nuiton.math.matrix.MatrixND N, Population pop, PopulationGroup group, Zone departureZone, Zone arrivalZone) Compute migration equation.double
PopulationFishingMortalityOtherFleets.compute
(SimulationContext context, Population pop, PopulationGroup group, Zone zone) Compute fishing mortality other fleets.double
PopulationNaturalDeathRate.compute
(SimulationContext context, Population pop, PopulationGroup group, Zone zone) Compute natural death rate.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. -
Uses of Zone in fr.ifremer.isisfish.ui.input.check
Modifier and TypeMethodDescriptionstatic void
CheckRegion.check
(Zone secteur, CheckResult result) -
Uses of Zone in fr.ifremer.isisfish.ui.input.metier
-
Uses of Zone in fr.ifremer.isisfish.ui.input.population
Modifier and TypeFieldDescriptionPopulationMigrationEmigrationUI.fieldPopulationMigrationEmigrationDepartureZoneChooser
PopulationMigrationImmigrationUI.fieldPopulationMigrationImmigrationArrivalZoneChooser
PopulationMigrationMigrationUI.fieldPopulationMigrationMigrationArrivalZoneChooser
PopulationMigrationMigrationUI.fieldPopulationMigrationMigrationDepartureZoneChooser
PopulationZonesUI.fieldPopulationZonesRecruitment
PopulationZonesUI.fieldPopulationZonesReproduction
PopulationZonesUI.populationZonesPresence
Modifier and TypeMethodDescriptionPopulationMigrationEmigrationUI.getFieldPopulationMigrationEmigrationDepartureZoneChooser()
PopulationMigrationImmigrationUI.getFieldPopulationMigrationImmigrationArrivalZoneChooser()
PopulationMigrationMigrationUI.getFieldPopulationMigrationMigrationArrivalZoneChooser()
PopulationMigrationMigrationUI.getFieldPopulationMigrationMigrationDepartureZoneChooser()
PopulationZonesUI.getFieldPopulationZonesRecruitment()
PopulationZonesUI.getFieldPopulationZonesReproduction()
PopulationZonesUI.getPopulationZonesPresence()
PopulationZonesHandler.getSelectedValues
(JList<Zone> component) Get selected values for components as list.Modifier and TypeMethodDescriptionPopulationMigrationEmigrationHandler.addEmigration
(PopulationSeasonInfo info, PopulationGroup group, Zone departure, double coeff) PopulationMigrationImmigrationHandler.addImmigration
(PopulationSeasonInfo info, PopulationGroup group, Zone arrival, double coeff) PopulationMigrationMigrationHandler.addMigration
(PopulationSeasonInfo info, PopulationGroup group, Zone departure, Zone arrival, double coeff) Modifier and TypeMethodDescriptionPopulationZonesHandler.getSelectedValues
(JList<Zone> component) Get selected values for components as list.protected void
PopulationZonesHandler.setFieldPopulationZonesRecruitmentModel
(List<Zone> zones) protected void
PopulationZonesHandler.setFieldPopulationZonesReproductionModel
(List<Zone> zones) protected void
PopulationZonesHandler.setModel
(List<Zone> availableZones, List<Zone> selectedZones, JList<Zone> associatedList) Change model ofassociatedList
with all available zones, but keep selection withselectedZones
.protected void
PopulationZonesHandler.setModel
(List<Zone> availableZones, List<Zone> selectedZones, JList<Zone> associatedList) Change model ofassociatedList
with all available zones, but keep selection withselectedZones
. -
Uses of Zone in fr.ifremer.isisfish.ui.input.spatial
Modifier and TypeFieldDescriptionChangeSpatialPreviewUI.currentZones
ChangeSpatialPreviewHandler.zoneMap
Modifier and TypeMethodDescriptionAskNewSpatialHandler.createNewZones
(List<Cell> newCells, FisheryRegion newFisheryRegion, FisheryRegion currentFisheryRegion) Create new zones filled with cells from new region.ChangeSpatialPreviewUI.getCurrentZones()
Modifier and TypeMethodDescriptionvoid
ChangeSpatialPreviewHandler.setZoneMap
(Map<Zone, List<Cell>> zoneMap) -
Uses of Zone in fr.ifremer.isisfish.ui.input.tree.loadors
Modifier and TypeMethodDescriptionZonesNodeLoador.getData
(Class<?> parentClass, String parentId, jaxx.runtime.swing.nav.NavDataProvider dataProvider) Modifier and TypeMethodDescriptionZonesNodeLoador.createNode
(Zone zone, jaxx.runtime.swing.nav.NavDataProvider dataProvider) -
Uses of Zone in fr.ifremer.isisfish.ui.input.zone
Modifier and TypeFieldDescriptionprotected jaxx.runtime.validator.swing.SwingValidator<Zone>
ZoneBasicsUI.validator
Modifier and TypeMethodDescriptionjaxx.runtime.validator.swing.SwingValidator<Zone>
ZoneBasicsUI.getValidator()