gshute.util
Interface Namer


public abstract interface Namer

A util.Namer object provides a strategy for naming objects.


Method Summary
 java.lang.String getName(java.lang.Object o)
          nmr.getName(o) returns the name assigned to o by nmr.
 

Method Detail

getName

public java.lang.String getName(java.lang.Object o)
nmr.getName(o) returns the name assigned to o by nmr.