public interface ImmigrationEquation extends NecessaryResult
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CONTENT |
EMPTY_STRING_ARRAY
Modifier and Type | Method and Description |
---|---|
double |
compute(SimulationContext context,
org.nuiton.math.matrix.MatrixND N,
Population pop,
PopulationGroup group,
Zone arrivalZone)
Compute immigration equation.
|
getNecessaryResult
static final String DEFAULT_CONTENT
double compute(SimulationContext context, org.nuiton.math.matrix.MatrixND N, Population pop, PopulationGroup group, Zone arrivalZone) throws Exception
context
- simulation contextN
- effectif de la populationpop
- la population pour lequel on souhaite le nombre d'immigrationgroup
- le group pour lequel on souhaite le nombre d'immigrationarrivalZone
- la zone d'arrivé de l'immigrationException
Copyright © 1999–2020 CodeLutin. All rights reserved.