| Modifier and Type | Class and Description |
|---|---|
class |
SpeciesDAOAbstract<E extends Species> |
class |
SpeciesDAOImpl<E extends Species> |
| Modifier and Type | Class and Description |
|---|---|
class |
SpeciesAbstract |
class |
SpeciesImpl
Implantation des operations pour l'entité Species.
|
| Modifier and Type | Field and Description |
|---|---|
protected Species |
PopulationAbstract.species
Nom de l'attribut en BD : species
|
protected Species |
TargetSpeciesAbstract.species
Nom de l'attribut en BD : species
|
| Modifier and Type | Method and Description |
|---|---|
Species |
TargetSpecies.getSpecies() |
Species |
Population.getSpecies() |
Species |
PopulationAbstract.getSpecies() |
Species |
TargetSpeciesAbstract.getSpecies() |
| Modifier and Type | Method and Description |
|---|---|
List<Species> |
FisheryRegion.getSpecies() |
List<Species> |
FisheryRegionImpl.getSpecies() |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
PopulationDAOAbstract.findAllBySpecies(Species v) |
E |
PopulationDAOAbstract.findBySpecies(Species v) |
TargetSpecies |
MetierSeasonInfo.getSpeciesTargetSpecies(Species species) |
TargetSpecies |
MetierSeasonInfoAbstract.getSpeciesTargetSpecies(Species species) |
void |
TargetSpecies.setSpecies(Species species) |
void |
Population.setSpecies(Species species) |
void |
PopulationAbstract.setSpecies(Species species) |
void |
TargetSpeciesAbstract.setSpecies(Species species) |
void |
TargetSpeciesImpl.setSpecies(Species value) |
| Modifier and Type | Method and Description |
|---|---|
double |
TargetSpeciesTargetFactorEquation.compute(SimulationContext context,
PopulationGroup group,
Species species,
MetierSeasonInfo infoMetier,
boolean primaryCatch)
Compute target factor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
PopulationMonitor.getBiomass(Species species)
Return current biomass for species.
|
| Modifier and Type | Method and Description |
|---|---|
Species |
InputHandler.findSpecies()
Dans le cas d'une creation de population, on doit la creer dans
une espèce.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CheckRegion.check(Species metaPop,
CheckResult result) |
| Modifier and Type | Field and Description |
|---|---|
protected Species |
MetierSeasonInfoSpeciesUI.species |
| Modifier and Type | Field and Description |
|---|---|
protected JComboBox<Species> |
MetierSeasonInfoSpeciesUI.fieldTargetSpecies |
| Modifier and Type | Method and Description |
|---|---|
Species |
MetierSeasonInfoSpeciesUI.getSpecies() |
| Modifier and Type | Method and Description |
|---|---|
JComboBox<Species> |
MetierSeasonInfoSpeciesUI.getFieldTargetSpecies() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetierSeasonInfoSpeciesHandler.addTargetSpecies(Metier metier,
MetierSeasonInfo m,
Species species,
String targetFactorEquationContent,
boolean primaryCatch) |
void |
MetierSeasonInfoSpeciesUI.setSpecies(Species species) |
| Modifier and Type | Method and Description |
|---|---|
protected Population |
PopulationBasicsHandler.createPopulation(org.nuiton.topia.TopiaContext context,
Species species) |
| Modifier and Type | Field and Description |
|---|---|
protected Species |
SpeciesStructuredUI.bean |
protected Species |
SpeciesUI.bean |
| Modifier and Type | Field and Description |
|---|---|
protected jaxx.runtime.validator.swing.SwingValidator<Species> |
SpeciesUI.validator |
| Modifier and Type | Method and Description |
|---|---|
Species |
SpeciesStructuredUI.getBean() |
Species |
SpeciesUI.getBean() |
| Modifier and Type | Method and Description |
|---|---|
jaxx.runtime.validator.swing.SwingValidator<Species> |
SpeciesUI.getValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpeciesStructuredUI.setBean(Species bean) |
void |
SpeciesUI.setBean(Species bean) |
| Modifier and Type | Field and Description |
|---|---|
protected Species |
PopulationsNodeLoador.species |
| Modifier and Type | Method and Description |
|---|---|
List<Species> |
SpeciesNodeLoador.getData(Class<?> parentClass,
String parentId,
jaxx.runtime.swing.nav.NavDataProvider dataProvider) |
| Modifier and Type | Method and Description |
|---|---|
FisheryTreeNode |
SpeciesNodeLoador.createNode(Species species,
jaxx.runtime.swing.nav.NavDataProvider dataProvider) |
| Constructor and Description |
|---|
PopulationsNodeLoador(Species species) |
Copyright © 1999–2015 CodeLutin. All rights reserved.