PowerDesigner provides default model checks to verify the validity of packages.
Check |
Description and Correction |
---|---|
Circular inheritance |
Objects cannot be dependent on each other. Circular links must be removed.
|
Circular dependency |
Classes are dependent on each other through association class and/or generalization links. Circular links must be removed.
|
Shortcut code uniqueness |
Two shortcuts with the same code cannot be in the same namespace.
|
Shortcut potentially generated as child table of a reference |
The package should not contain associations with an external shortcut as child class. Although this can be tolerated in the OOM, the association will not be generated in a PDM if the external shortcut is generated as a shortcut.
|