connector-related-features
Available in: KerML, SysML
This checks that concrete connectors have at least two related features, i.e.
ends.
Specification
If a
Connectoris concrete (notabstract), then it must have at least tworelated_features.
Example
connection c; // error
fix this by marking the connector as abstract:
abstract connection c; // ok