use of org.yakindu.sct.model.sexec.Reaction in project statecharts by Yakindu.
the class TraceReactionWillFireImpl method setReaction.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setReaction(Reaction newReaction) {
Reaction oldReaction = reaction;
reaction = newReaction;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, SexecPackage.TRACE_REACTION_WILL_FIRE__REACTION, oldReaction, reaction));
}
Aggregations