feature-chaining-feature-not-one
Available in: KerML, SysML
This checks that features have either no, or two or more owned feature
chainings.
Specification
A
Featuremust have either nochaining_featuresor more than one.
Example
This is only possible in KerML as otherwise chained features are constructed from two or more segments:
feature a;
feature b chains a; // error