exhibit-state-usage-reference
Available in: SysML
This checks that exhibit state reference other states only.
Specification
If an
ExhibitStateUsagehas anowned_reference_subsetting, then thefeature_targetof thereferenced_featuremust be aStateUsage.
Example
attribute a;
exhibit a; // error
Instead, reference a state:
state a;
exhibit a; // ok