Package Diagrams

A package diagram is a UML diagram that provides a high-level graphical view of the organization of your application, and helps you identify generalization and dependency links between the packages.

Note: To create a package diagram in an existing OOM, right-click the model in the Browser and select New > Package Diagram. To create a new model, select File > New Model, choose Object Oriented Model as the model type and Package Diagram as the first diagram, and then click OK.

You can control the level of detail shown for each package, by toggling between the standard and composite package views via the Edit or contextual menus.

In the following example, the WebShop package imports the Cart package, which, in turn, imports the Types package, and has access to the Auxiliary package. The Types package is shown in composite (sub-diagram) view: