Rational® Rhapsody® allows
you to specify that you only want to generate specification files
or implementation files.
When you are generating C or C++ code, you can use the [lang]_CG::File::Generate
property to specify that you only want to generate specification files
or implementation files. This property takes these values:
- True—both specification and implementation files are generated
- False—no files are generated
- Specification—only the specification file is generated
- Implementation—only the implementation file is generated
This property can be used to control code generation for both Class
and File elements in your model.