Uses of Interface
uchicago.src.sim.engine.CustomProbeable

Packages that use CustomProbeable
uchicago.src.repastdemos.asynchAgents   
uchicago.src.repastdemos.hypercycles   
uchicago.src.repastdemos.rabbitPopulation   
uchicago.src.sim.gui   
 

Uses of CustomProbeable in uchicago.src.repastdemos.asynchAgents
 

Classes in uchicago.src.repastdemos.asynchAgents that implement CustomProbeable
 class Employee
          This class represents the employees who perform tasks assigned by the boss.
 

Uses of CustomProbeable in uchicago.src.repastdemos.hypercycles
 

Classes in uchicago.src.repastdemos.hypercycles that implement CustomProbeable
 class HyperCell
          A pseudo-agent class for the hypercycles simulation.
 

Uses of CustomProbeable in uchicago.src.repastdemos.rabbitPopulation
 

Classes in uchicago.src.repastdemos.rabbitPopulation that implement CustomProbeable
 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.
 

Uses of CustomProbeable in uchicago.src.sim.gui
 

Classes in uchicago.src.sim.gui that implement CustomProbeable
 class ProbeableNumber
          Turns a primitive number into an Object that can be probed.