public interface MigrationEquation 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,
Zone arrivalZone)
Compute migration equation.
|
getNecessaryResult
static final String DEFAULT_CONTENT
double compute(SimulationContext context, org.nuiton.math.matrix.MatrixND N, Population pop, PopulationGroup group, Zone departureZone, Zone arrivalZone) throws Exception
context
- simulation contextN
- effectif de la populationpop
- la population pour lequel on souhaite le coffecient de migrationgroup
- le group pour lequel on souhaite le coffecient de migrationdepartureZone
- la zone de depart de migrationarrivalZone
- la zone d'arrivé de migrationException
Copyright © 1999–2020 CodeLutin. All rights reserved.