You can reverse engineer IDL files to create classes and interfaces with their attributes and operations in a class diagram.
The following tags are not reversed:
An example is shown below:
struct bar { fixed <8, 4> high_scale; fixed <8, 2> low_scale; }; struct bar { long val; sequence <short, 4> my_shorts; }; typedef sequence<LinkKind>LinkKinds; typedef [wire_marshal( wireVARIANT )] struct tagVARIANT VARIANT;
For more information on merging models, see Core Features Guide > The PowerDesigner Interface > Comparing and Merging Models.
The classes and interfaces are added to your model. They are visible in the diagram and in the Browser. They are also listed in the Reverse page of the Output window, located in the lower part of the main window.