uchicago.src.sim.engine
Interface CustomProbeable

All Known Implementing Classes:
Births, DeathMultiplier, Deaths, Employee, HyperCell, PopulationDensity, ProbeableNumber, RabbitPopulation

public interface CustomProbeable

Interface required for those objects that want to customize which of their properties are probed.

Version:
$Revision: 1.3 $ $Date: 2004/11/03 19:50:57 $
Author:
Nick Collier

Method Summary
 java.lang.String[] getProbedProperties()
          Gets the names of the properties that are allowed to be probed.
 

Method Detail

getProbedProperties

java.lang.String[] getProbedProperties()
Gets the names of the properties that are allowed to be probed. The property names returned by this method should be reflect the accessor and mutator method names. For example, given getAge and setAge, an appropriate property name would be Age.

Returns:
an array of the property names.