org.acm.seguin.uml.refactor
Class HungarianNamer

java.lang.Object
  extended by org.acm.seguin.uml.refactor.HungarianNamer

public class HungarianNamer
extends java.lang.Object

Names the variable based on hungarian notation

Author:
Chris Seguin

Constructor Summary
HungarianNamer()
           
 
Method Summary
 java.lang.String getDefaultName(VariableSummary initVariable, java.lang.String prefix)
          Sets the suggested name of this parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HungarianNamer

public HungarianNamer()
Method Detail

getDefaultName

public java.lang.String getDefaultName(VariableSummary initVariable,
                                       java.lang.String prefix)
Sets the suggested name of this parameter

Parameters:
initVariable - The new defaultName value
prefix - Description of the Parameter
Returns:
The defaultName value