'Project from MDL' and 'Project from MDX' Wizards

From RAD Studio
Jump to: navigation, search

Go Up to Project Management

Use the Project from MDL and Project from MDX wizards to create a design project and import into it several existing UML models stored in IBM Rational Rose formats. See Importing a Model in IBM Rational Rose (MDL) Format.


Project from MDL wizard

To invoke the Project from MDL wizard, click File > New > Other on the main menu. The New Items dialog box opens. On the left pane, choose Design Projects. On the right pane, choose the Convert from MDL template and click OK.


Controls in Project from MDL wizard

Control Description

Add

Adds one model file to the list of files from which to import UML models. Press this button to open the Select Model File dialog box. Browse to the desired model file and click Open. Each model file should contain a UML model stored in one of the IBM Rational Rose formats. The supported formats are: .MDL, .PTL, .CAT, and .SUB.

Add Folder

Adds all model files in the selected folder. Press this button to open the Browse for Folder dialog box, browse to the folder containing the model files, and click OK.

Remove

Press this button to delete the selected model file from the list of model files to import.

Remove All

Press this button to delete all model files from the list of model files to import.

Scale factor

Specify the element dimensions coefficient. By default, the scale factor is 0.3.

Convert Rose default colors

If this option is checked, the default IBM Rational Rose colors will be replaced with the default colors of RAD Studio's Modeling.

Convert Rose actors

This option enables you to choose mapping for the IBM Rational Rose classes with actor-like stereotypes (Actor, Business Actor, Business Worker, Physical Worker). If the option is checked, the IBM Rational Rose actors are mapped to the Modeling actors. If the option is not checked, the IBM Rational Rose actors are mapped to the classes with the Actor stereotype.

Preserve diagram nodes bounds

If this option is checked, user-defined bounds are preserved in the resulting diagrams. Otherwise the default values are applied.


Project from MDX wizard

To invoke the Project from MDX wizard, click File > New > Other on the main menu. The New Items dialog box opens. On the left pane, choose Design Projects. On the right pane, choose the Convert from MDX template and click OK.


Controls in Project from MDX wizard

Button Description

Path to the MDX file

Specify an MDX file containing a UML model to import. Otherwise, press the Browse button to open the Select model file dialog box. In this dialog box, browse to an MDX file from which to import the UML model. Click Open.
The specified MDX file should contain a UML model stored in the MDX format used by the IBM Rational Rose extended development environment (XDE).

Scale factor

Specify the element dimensions coefficient. By default, the scale factor is 0.3.

Preserve diagram nodes bounds

If this option is checked, user-defined bounds are preserved in the resulting diagrams. Otherwise the default values are applied.


See Also