An Algorithm for Generating Sequence Diagram in Reverse Engineering

Cui Weiyong,Chen Ping,Zhang Xiaofeng
DOI: https://doi.org/10.3969/j.issn.1007-7820.2006.08.005
2006-01-01
Abstract:In the field of Reverse Engineering, sequence diagrams generated reversely is helpful to understand the dynamic feature of systems. The generation efficiency is very import because there is often so much dynamic information in generating sequence diagrams reversely. Since the original recursive algorithm is inefficient as the dynamic information file is a deep tree which can not work when the depth of the tree reaches a certain extent, this paper proposes a non-recursive algorithm which improves the efficiency and works perfectly when the tree has a considerable depth. The experiments prove the validity of the new algorithm.
What problem does this paper attempt to address?