Be Advised: Classified, FOUO, and PII Content is Not Permitted
While working on a state machine in a model earlier this week and ran across a situation where i had a complex set of guard conditions associated with a state transition. But then I also realized that this same set of guards was going to be used elsewhere in the same state machine. Using Cameo 19 SP4, is there a way to capture guard expressions so that they can be re-used and applied to multiple transitions?
Thank you,
Chandan
Hi Geoff, thanks for the suggestion. I tried this and I am able to point a transition to a constraint (owned by the state machine's classifier), but that creates a copy of the original constraint under the transition.
If i am interpreting UML spec correctly (v2.5.1, section 14.2.2), it appears that a guard (as constraint) can be owned by up to one transition, so the language may not support the exact feature I'm looking for.
Respectfully,