| Package | Description |
|---|---|
| fr.ifremer.isisfish.entities |
Entité metier d'IsisFish.
|
| fr.ifremer.isisfish.equation | |
| fr.ifremer.isisfish.ui.input | |
| fr.ifremer.isisfish.ui.input.check | |
| fr.ifremer.isisfish.ui.input.model | |
| fr.ifremer.isisfish.ui.input.tree.loadors |
| Modifier and Type | Class and Description |
|---|---|
class |
ZoneDAOAbstract<E extends Zone> |
class |
ZoneDAOImpl<E extends Zone> |
| Modifier and Type | Class and Description |
|---|---|
class |
ZoneAbstract |
class |
ZoneImpl
Implantation des operations pour l'entité Zone.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Zone> |
PopulationAbstract.populationZone
Nom de l'attribut en BD : populationZone
|
protected List<Zone> |
PopulationAbstract.recruitmentZone
Nom de l'attribut en BD : recruitmentZone
|
protected List<Zone> |
PopulationAbstract.reproductionZone
Nom de l'attribut en BD : reproductionZone
|
protected Collection<Zone> |
MetierSeasonInfoAbstract.zone
Nom de l'attribut en BD : zone
|
| Modifier and Type | Method and Description |
|---|---|
Zone |
PopulationAbstract.getPopulationZoneByTopiaId(String topiaId) |
Zone |
Population.getPopulationZoneByTopiaId(String topiaId) |
Zone |
PopulationAbstract.getRecruitmentZoneByTopiaId(String topiaId) |
Zone |
Population.getRecruitmentZoneByTopiaId(String topiaId) |
Zone |
PopulationAbstract.getReproductionZoneByTopiaId(String topiaId) |
Zone |
Population.getReproductionZoneByTopiaId(String topiaId) |
Zone |
MetierSeasonInfoAbstract.getZoneByTopiaId(String topiaId) |
Zone |
MetierSeasonInfo.getZoneByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
List<Zone> |
PopulationAbstract.getPopulationZone() |
List<Zone> |
Population.getPopulationZone() |
List<Zone> |
PopulationAbstract.getRecruitmentZone() |
List<Zone> |
Population.getRecruitmentZone() |
List<Zone> |
PopulationAbstract.getReproductionZone() |
List<Zone> |
Population.getReproductionZone() |
List<Zone> |
FisheryRegionImpl.getZone() |
List<Zone> |
FisheryRegion.getZone()
Area represente la région dans lequel on va définir la pêcherie.
|
Collection<Zone> |
MetierSeasonInfoAbstract.getZone() |
Collection<Zone> |
MetierSeasonInfo.getZone() |
| Modifier and Type | Method and Description |
|---|---|
void |
PopulationAbstract.addPopulationZone(Zone populationZone) |
void |
Population.addPopulationZone(Zone populationZone) |
void |
PopulationAbstract.addRecruitmentZone(Zone recruitmentZone) |
void |
Population.addRecruitmentZone(Zone recruitmentZone) |
void |
PopulationAbstract.addReproductionZone(Zone reproductionZone) |
void |
Population.addReproductionZone(Zone reproductionZone) |
void |
MetierSeasonInfoAbstract.addZone(Zone zone) |
void |
MetierSeasonInfo.addZone(Zone zone) |
List<E> |
PopulationDAOAbstract.findAllContainsPopulationZone(Zone v) |
List<E> |
PopulationDAOAbstract.findAllContainsRecruitmentZone(Zone v) |
List<E> |
PopulationDAOAbstract.findAllContainsReproductionZone(Zone v) |
List<E> |
MetierSeasonInfoDAOAbstract.findAllContainsZone(Zone v) |
E |
PopulationDAOAbstract.findContainsPopulationZone(Zone v) |
E |
PopulationDAOAbstract.findContainsRecruitmentZone(Zone v) |
E |
PopulationDAOAbstract.findContainsReproductionZone(Zone v) |
E |
MetierSeasonInfoDAOAbstract.findContainsZone(Zone v) |
double |
PopulationImpl.getNaturalDeathBirth(Zone zone) |
double |
Population.getNaturalDeathBirth(Zone zone) |
double |
PopulationGroup.getNaturalDeathRate(Zone zone) |
double |
PopulationGroupImpl.getNaturalDeathRate(Zone zone) |
void |
PopulationAbstract.removePopulationZone(Zone populationZone) |
void |
Population.removePopulationZone(Zone populationZone) |
void |
PopulationAbstract.removeRecruitmentZone(Zone recruitmentZone) |
void |
Population.removeRecruitmentZone(Zone recruitmentZone) |
void |
PopulationAbstract.removeReproductionZone(Zone reproductionZone) |
void |
Population.removeReproductionZone(Zone reproductionZone) |
void |
MetierSeasonInfoAbstract.removeZone(Zone zone) |
void |
MetierSeasonInfo.removeZone(Zone zone) |
| Modifier and Type | Method and Description |
|---|---|
void |
PopulationAbstract.addAllPopulationZone(List<Zone> populationZone) |
void |
Population.addAllPopulationZone(List<Zone> populationZone) |
void |
PopulationAbstract.addAllRecruitmentZone(List<Zone> recruitmentZone) |
void |
Population.addAllRecruitmentZone(List<Zone> recruitmentZone) |
void |
PopulationAbstract.addAllReproductionZone(List<Zone> reproductionZone) |
void |
Population.addAllReproductionZone(List<Zone> reproductionZone) |
void |
MetierSeasonInfoAbstract.addAllZone(Collection<Zone> zone) |
void |
MetierSeasonInfo.addAllZone(Collection<Zone> zone) |
void |
PopulationAbstract.setPopulationZone(List<Zone> populationZone) |
void |
Population.setPopulationZone(List<Zone> populationZone) |
void |
PopulationAbstract.setRecruitmentZone(List<Zone> recruitmentZone) |
void |
Population.setRecruitmentZone(List<Zone> recruitmentZone) |
void |
PopulationAbstract.setReproductionZone(List<Zone> reproductionZone) |
void |
Population.setReproductionZone(List<Zone> reproductionZone) |
void |
MetierSeasonInfoAbstract.setZone(Collection<Zone> zone) |
void |
MetierSeasonInfo.setZone(Collection<Zone> zone) |
| Modifier and Type | Method and Description |
|---|---|
double |
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 |
PopulationNaturalDeathRate.compute(SimulationContext context,
Population pop,
PopulationGroup group,
Zone zone)
Compute natural death rate.
|
| 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 |
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected Zone |
ZoneBasicsUI.bean |
protected Zone |
ZoneUI.bean |
| Modifier and Type | Field and Description |
|---|---|
protected jaxx.runtime.validator.swing.SwingValidator<Zone> |
ZoneBasicsUI.validator |
| Modifier and Type | Method and Description |
|---|---|
Zone |
ZoneBasicsUI.getBean() |
Zone |
ZoneUI.getBean() |
| Modifier and Type | Method and Description |
|---|---|
protected List<Zone> |
PopulationZonesEditorUI.getSelectedValues(JList component)
Get selected values for components as list.
|
jaxx.runtime.validator.swing.SwingValidator<Zone> |
ZoneBasicsUI.getValidator() |
| Modifier and Type | Method and Description |
|---|---|
Object |
InputAction.addEmigration(PopulationSeasonInfo info,
PopulationGroup group,
Zone departure,
double coeff) |
Object |
InputAction.addImmigration(PopulationSeasonInfo info,
PopulationGroup group,
Zone arrival,
double coeff) |
Object |
InputAction.addMigration(PopulationSeasonInfo info,
PopulationGroup group,
Zone departure,
Zone arrival,
double coeff) |
void |
ZoneBasicsUI.setBean(Zone bean) |
void |
ZoneUI.setBean(Zone bean) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PopulationZonesEditorUI.setFieldPopulationZonesRecruitmentModel(List<Zone> zones) |
protected void |
PopulationZonesEditorUI.setFieldPopulationZonesReproductionModel(List<Zone> zones) |
protected void |
PopulationZonesEditorUI.setModel(List<Zone> availableZones,
List<Zone> selectedZones,
JList associatedList)
Change model of
associatedList with all available zones, but keep
selection with selectedZones. |
protected void |
PopulationZonesEditorUI.setModel(List<Zone> availableZones,
List<Zone> selectedZones,
JList associatedList)
Change model of
associatedList with all available zones, but keep
selection with selectedZones. |
| Modifier and Type | Method and Description |
|---|---|
static void |
CheckRegion.check(Zone secteur,
CheckResult result) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Zone> |
ZoneListModel.zones
Zones list
|
| Modifier and Type | Method and Description |
|---|---|
Zone |
ZoneListModel.getElementAt(int index) |
| Constructor and Description |
|---|
ZoneListModel(List<Zone> zones)
Constructor with zone list.
|
| Modifier and Type | Method and Description |
|---|---|
List<Zone> |
ZonesNodeLoador.getData(Class<?> parentClass,
String parentId,
jaxx.runtime.swing.nav.NavDataProvider dataProvider) |
| Modifier and Type | Method and Description |
|---|---|
FisheryTreeNode |
ZonesNodeLoador.createNode(Zone zone,
jaxx.runtime.swing.nav.NavDataProvider dataProvider) |
Copyright © 1999–2014 CodeLutin. All rights reserved.