Class/component Assembly Connector Checks

PowerDesigner provides default model checks to verify the validity of class and component assembly connectors.

Check

Description and Correction

Component assembly connector name and code uniqueness

Class and component assembly connector names and codes must be unique in the namespace (model or package).

Manual correction: Modify the duplicate name/code

Automatic correction: Appends a number to the duplicate name/code

Component assembly connector null interface connector

An interface must be defined for each assembly connector.

Manual correction: Define an interface for the assembly connector.

Automatic correction: None.

Component assembly connector interfaces

The interface defined for an assembly connector must be provided by the supplier and required by the client.

Manual correction: Ensure that the supplier and client are correctly defined.

Automatic correction: None.