Extracting UML class diagrams from object-oriented Fortran: ForUML

  • Authors:
  • Aziz Nanthaamornphong;Karla Morris;Salvatore Filippone

  • Affiliations:
  • University of Alabama, Tuscaloosa, Alabama;Sandia National Laboratories, Livermore, California;University of Rome "Tor Vergata", Italy

  • Venue:
  • SE-HPCCSE '13 Proceedings of the 1st International Workshop on Software Engineering for High Performance Computing in Computational Science and Engineering
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Many scientists and engineers who implement high performance computing (HPC) software have adopted the object-oriented (OO) Fortran paradigm. One of the challenges faced by OO Fortran developers is the inability to obtain high level software design descriptions of existing applications. Knowledge of the overall software design is not only valuable in the absence of documentation, it can also serve to assist developers with accomplishing different tasks during the software development process, especially maintenance and refactoring. The software engineering community commonly uses reverse engineering techniques to deal with this challenge. A number of reverse engineering-based tools have been proposed, but few of them can be applied to object-oriented Fortran applications. In this paper, we propose a software tool to extract unified modeling language (UML) class diagrams from Fortran code. The UML class diagram facilitates the developers' ability to examine the entities and their relationships in the software system. The extracted diagrams enhance software maintenance and refactoring. The experiments carried out with the aim to evaluate the proposed tool show its accuracy and a few limitations.