specialization-specific-not-conjugated
Available in: KerML, SysML
This checks that a specialized type is not conjugated.
Specification
The
specificTypeof aSpecializationcannot be a conjugatedType.
Example
This is typically only possible in KerML using out-of-line specializations:
class A;
class B ~ A;
subclassifier B :> A; // error