public interface EmigrationEquation 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 departureZone)
Compute emigration equation.
|
getNecessaryResult
static final String DEFAULT_CONTENT
double compute(SimulationContext context, org.nuiton.math.matrix.MatrixND N, Population pop, PopulationGroup group, Zone departureZone) throws Exception
context
- simulation contextN
- effectif de la populationpop
- la population pour lequel on souhaite le coefficient d'emigrationgroup
- le group pour lequel on souhaite le coefficient d'emigrationdepartureZone
- la zone de departException
Copyright © 1999–2020 CodeLutin. All rights reserved.