* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetSource(TCGOCLExpression newSource, NotificationChain msgs) {
TCGOCLExpression oldSource = source;
source = newSource;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ActivityTestCaseGraphPackage.TCGOCL_OPERATION_CALL_EXP__SOURCE, oldSource, newSource);
if (msgs == null) msgs = notification; else msgs.add(notification);
}