Systems-Modeling / SysML-v2-Pilot-Implementation

Proof-of-concept pilot implementation of the SysML v2 textual notation and visualization
GNU Lesser General Public License v3.0
128 stars 24 forks source link

ST6RI-641 Access to triggering event from target state #455

Closed conradbock closed 1 year ago

conradbock commented 1 year ago

Adds StatePerformance::incomingTransitionTrigger, constrained in StateTransitionPerformance to be a MessageTransfer accepted to trigger into the transition target (if it's a StatePerformance).

conradbock commented 1 year ago

Pushed null default on StatePerformance::incomingTransitionTrigger (for state performances started by something other than an incoming transition).