Package uchicago.src.repastdemos.rabbitPopulation

Class Summary
Births Calculates the number of rabbits born each year based on the current population.
DeathMultiplier Creates a death multiplier.
Deaths Calculates how many rabbits should die each year.
PopulationDensity Calculates the population density based on the current population of rabbits and the current area.
RabbitPopulation Calculates the current population of rabbits based on the current number of births and eaths.
RabbitPopulationModel This is an example model demonstrating how to use the CEquation and CEquationFactory classes to create system dynamics type models.