Building UML models that depend on another model

In some cases, your UML development model may require or have dependencies to another model.

About this task

For example, your model may have classes that subclass from an abstract model or have dependencies to classes in another model. Consequently, when the current UML development model generates code, it needs to ensure that the dependent model generates its code first in order for the code-level dependencies to resolve properly.

Feedback