①选中创建的component,点击右键,选中Open Specification
②在这个对话框中将该component的language设定为ANSI C++
c) 配置该ANSI C++ component,设置好该component中包含的C++代码文件,并进行C++语言的详细设置
①选中该component,点击右键,选择ANSI C++->Open ANSI C++ Specification
②把Source file root directory设定为你的C++源码文件所在的路径,并且将需要转换的文件添加到Project Files中,视你的需要来做其它的设定,比如:头文件扩展名等等。
d) 将设置好的component转换成模型图
①选中设置好的component,点击右键,选中ANSI C++->Reverse Engineer
②选中需要转换的class,点击ok,一个component的逆向转换就完成了。
2. Visual C++ 在使用这个功能的时候,要求用户的机器上同时安装Visual Studio。Visual C++的逆向工程也需要首先创建一个component,并将该component的language属性设置为VC++。Rational Rose对VC++模型的转换是通过读取VC++ Project File的信息来实现的,用户只需要将对应的project file信息指定给component就可以了。
a) 将VC++ Project的信息赋给刚刚创建好的component。
①选择该component,点击右键,选择Assign To Project
②在对话框中找到刚刚创建的component,右键点击并选择Properties。
文章来源于领测软件测试网 https://www.ltesting.net/