The following OOM model checks are made on 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. |