feature-end-not-derived-abstract-composite-or-portion
Available in: KerML, SysML
This checks that end features are not derived, abstract, composite, or
portion.
This is impossible to trigger through textual syntax.
Specification
A
Featurewithis_end = truemust have all ofis_derived = false,is_abstract = false,is_composite = false, andis_portion = false.