Interface ImmigrationPlugin
- All Known Implementing Classes:
CoreImmigrationPluginImpl
public interface ImmigrationPlugin
-
Method Summary
Modifier and TypeMethodDescriptionvoid
advance
(float days, boolean uiUpdateOnly) Only called once every 3 days or thereabouts.float
getFractionForPopulationPoints
(float points) float
getPopulationPointsForFraction
(float fraction) float
getWeightForMarketSize
(float size)
-
Method Details
-
advance
void advance(float days, boolean uiUpdateOnly) Only called once every 3 days or thereabouts.- Parameters:
days
-uiUpdateOnly
-
-
getWeightForMarketSize
float getWeightForMarketSize(float size) -
getFractionForPopulationPoints
float getFractionForPopulationPoints(float points) -
getPopulationPointsForFraction
float getPopulationPointsForFraction(float fraction)
-