Uses of Class
org.evoludo.simulator.models.PopulationUpdate
Packages that use PopulationUpdate
Package
Description
The models that generate evolutionary trajectories based on the specifications of each module.
-
Uses of PopulationUpdate in org.evoludo.simulator.models
Fields in org.evoludo.simulator.models declared as PopulationUpdateModifier and TypeFieldDescription(package private) PopulationUpdate
IBSPopulation.populationUpdate
The population update.Methods in org.evoludo.simulator.models that return PopulationUpdateModifier and TypeMethodDescriptionIBSPopulation.getPopulationUpdate()
Gets the population update.Methods in org.evoludo.simulator.models with parameters of type PopulationUpdateModifier and TypeMethodDescriptionvoid
IBSPopulation.setPopulationUpdate
(PopulationUpdate populationUpdate) Sets the population update.