Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Guidelines: Manifest Dependency

Topics

Explanation

UML Icon Implement Dependency has been renamed to Manifest Dependency. Refer to Differences Between UML 1.x and UML 2.0for more information.

The “manifest” dependency is typically used to model the file or files that are used to implement a design element. This can include source files, or derived executable files.

Use

The use of the “manifest” dependency to explicitly relate Implementation Elements to design elements is optional. Naming conventions often make this mapping sufficiently clear. For example, a common convention is for a design element and the file that implements it to have the same name.