Analyzing Data Flow Diagrams by Combination of Formal Methods and Visualization Techniques.

Haocheng Zhang,Wei Liu,Hao Xiong,Xiaoju Dong
DOI: https://doi.org/10.1016/j.jvlc.2018.08.001
2018-01-01
Journal of Visual Languages & Computing
Abstract:Data flow diagram (DFD) is an indispensable method to model data processing in software engineering. To analyze DFD rigorously, a formal semantics is demanded. Formal interpretation of DFD and its formal semantics lead to an accurate and non-ambiguous analysis. Calculus of Communicating System (CCS), a formal approach in concurrent system modeling, could be utilized to describe DFD. Given its CCS description, automation tools generate the state space of the system depicted by DFD, which reflects all the behaviors of the system. However, analyzing the state space only with character expressions is hard for software developers. In this paper, a visual system is introduced to assist developers to analyze and compare the systems by combination of formal methods and visualization techniques.
What problem does this paper attempt to address?