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 Feature must have either no chaining_features or 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