association-related-types
Available in: KerML, SysML
This checks that concrete associations have at least two related types, i.e.
ends.
Specification
If an
Associationis concrete (notabstract), then it must have at least tworelated_types.
Example
connection def C; // error
Instead, mark the association as abstract:
abstract connection def C; // ok