* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetRhs(RuleRhs newRhs, NotificationChain msgs)
{
RuleRhs oldRhs = rhs;
rhs = newRhs;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, KappaPackage.RULE__RHS, oldRhs, newRhs);
if (msgs == null) msgs = notification; else msgs.add(notification);