| <! | – | %STARTINCLUDE% –> |
| # | Ra | tional Rose Hints and Tips |
| Th | er | e’s usually two key things to check before you start working on a Rose model. |
| [S [S | et the path map](#EditPathMap) et the default language](#SetDefaultLanguage) | |
| ## | G | eneral |
| <a | n | ame=“EditPathMap”> |
| ## | # | Setting the path map |
| Se | le | ct ‘File|Edit Path Map’ from
the main menu. Amend the path maps to those relevant to your specific
project. |
| ## | J | ava |
| <a | n | ame=“SetDefaultLanguage”> |
| ## | # | Setting Default Language |
| Fr | om | the main menu choose
‘Tools|Options’ and select the ‘Notation’ tab. Under
‘Default Language’ select ‘Java’ |
Sequence Diagrams
Changing the icon displayed for the class.
- Select the class in the sequence diagram
- Select from the main menu: Format->Stereotype Display->Icon
Changing how message signatures are displayed
- Main menu, Tools->Options
- Select the digram tab
- Choose your preferred settings using the radio buttons in the Messages Signatures group box.
Rose.ini
Create a text file name rose.ini containing the following single line entry and place it in either the %SystemRoot% (e.g. C:\WINNT) directory or in the ‘Program Files\Rational\Rose’ directory
Stop Re-validation of Model on Task Switching
This stops Rose re-validating the model each time it receives focus, i.e. when you switch between applications.
RefreshFilesOnAppActivateNo=
Fixing Duplicate IDs
Where a model has duplicate ids, this can be fixed by specifying
FixDuplicateIdsYes in the ‘Rational Rose’ section of the
rose.ini file.
- [Rational Rose]
FixDuplicateIdsYes=
– Frank Dean - 9 September 2003