With version 12, type modifiers use the character $ to specify the type modifiers construct. This allows mapping of complex type modifiers. For example, const int* const is mapped to const $* const. Type Modifier conversion in Attribute

Example of Type Modifier conversion in Attribute
To convert a Type modifier in Attribute:
- Open the Attribute specification window.
- Remove [15] from Type Modifier field.
- Apply the «C++Attribute» stereotype.
- Set Multiplicity field to 0..*.

- Go to Tags and set Array tag value to [15].

Type Modifier conversion in Parameter
Example of Type Modifier conversion in ParameterTo convert a Type modifier in Parameter:
- Open the Parameter specification window.
- Remove [15] from Type Modifier field.
- Apply the «C++Parameter» stereotype.
- Set Multiplicity field to 0..*.
 - Go to Tags and set Array tag value to [15].

|