Study on Generalized Simulation Model of Air-to-Air Missile

Xiaoguang Gao
2008-01-01
Abstract:Using the package diagram of the unified modeling language, the air-to-air missile (AAM) system was divided into several class packages and decoupled with other systems, which decreased the difficulty of the development and test of the AAM system. With the modularization of the AAM, the different modules have the same schedule interface, which improved the universality and expansibility of the AAM model. The construction interface of the AAM was realized with the factory pattern, so the model has the flexibility to satisfy different simulation requirement. The data access interface of the AAM was realized with the Singleton pattern, so the model was decoupled with the data, and the model can adapt to different type of data storage and accession. The utility of the generalized simulation model of AAM was verified by the simulation applications.
What problem does this paper attempt to address?