Contents > C: List of Design Rules > C.11 Interfacerealization Rules

C.11 Interfacerealization Rules

Rule: NoSupplierCategory: Completeness
Severity: 1-highApplies to: all areas
The supplier end of the interface realization is not connected to an interface.

For a loose supplier end, either attach the end to the proper interface or delete the interface realization from the model.

If the supplier end is connected to anything else but an interface, connect it to the proper interface, or consider replacing the interface realization with a plain UML generalization, realization, or dependency.


Rule: NoInterfaceCategory: Completeness
Severity: 1-highApplies to: all areas
The client end of the interface realization is not connected to a model element.

Check the interface realization and attach the client end to the proper model element, or remove the interface realization from the model.