RePast
v. 2.0

uchicago.src.sim.gui
Interface Named


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.


Method Summary
 String getName()
           
 

Method Detail

getName

public String getName()
Returns:
the name of this object

RePast
v. 2.0

Bug reports and feature requests to RePast