uchicago.src.sim.gui
Interface Named
- All Known Implementing Classes:
- Births, DeathMultiplier, Deaths, PopulationDensity, RabbitPopulation
public interface Named
Interface for Named objects. This is used by the probing mechanism in a
gui context. If during a probe, the probed and displayed object implements
this interface, the name of the object will appear in the title bar of the
parameters window for this object. It is not necessary to implement
this interface for an object to be probed, however; this interface is
merely a convenience to distinguish between multiple objects returned
from a probe.
- Version:
- $Revision: 1.3 $ $Date: 2004/11/03 19:50:59 $
- Author:
- Nick Collier
|
Method Summary |
java.lang.String |
getName()
|
getName
java.lang.String getName()
- Returns:
- the name of this object