[Previous]  [Next] 
|
User Manual [Previous]  [Next] Umplification - An IntroductionUmplification involves transforming step by step a base language program to an Umple program; each step is a refactoring. The starting point and the ending point of each transformation will be a system rendered in a textual form combining model elements in the Umple syntax and base language code. Umplification involves increasing the proportion of modeling elements. The key insight is that a pure Java program can be seen as a special case of an Umple program. A pure model can also be seen as such a special case. So Umplification involves repeatedly modifying the Umple to add abstractions, while maintaining the semantics of the program, and also maintaining to the greatest extent possible such elements as layout, algorithmic methods and comments. Two main features differentiate Umple from existing reverse engineering techniques.
|