Uses of Interface
uchicago.src.sim.gui.Named

Packages that use Named
uchicago.src.repastdemos.rabbitPopulation   
 

Uses of Named in uchicago.src.repastdemos.rabbitPopulation
 

Classes in uchicago.src.repastdemos.rabbitPopulation that implement Named
 class Births
          Calculates the number of rabbits born each year based on the current population.
 class DeathMultiplier
          Creates a death multiplier.
 class Deaths
          Calculates how many rabbits should die each year.
 class PopulationDensity
          Calculates the population density based on the current population of rabbits and the current area.
 class RabbitPopulation
          Calculates the current population of rabbits based on the current number of births and eaths.