RePast
v. 2.0

uchicago.src.sim.engine
Interface CustomProbeable

All Known Implementing Classes:
HyperCell, ProbeableNumber, SchellingPolygon

public interface CustomProbeable

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


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

Method Detail

getProbedProperties

public 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.

RePast
v. 2.0

Bug reports and feature requests to RePast