Command Pattern-based MOF Design and Testing

Minghui Liu,Chenchu Zhou,Xinfeng Wu,Jiyuan Lv,Yusheng Liu
DOI: https://doi.org/10.1109/crc55853.2022.10041228
2022-01-01
Abstract:With the development of science and technology, the systems become more and more complex, and the difficulty of system development and maintenance also increases. To solve this problem, researchers propose MBSE(Model-Based Systems Engineering) and its standard system language SysML. At present, there are not many system modeling tools, and their scalability and quality need to be improved. This paper explores the design and testing of MOF(Meta Object Facility) based on the command pattern, trying to improve the expansibility and software quality of SysML modeling tools. Firstly, the MOF layer based on the command pattern is implemented to maintain the model data, then an existing modeling platform is refactored based on this base layer, and a large number of test codes are generated to ensure the reliability of the system. The experimental results show that the scalability and reliability of the system have been effectively improved.
What problem does this paper attempt to address?