* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetModelVerification(ModelVerificationType newModelVerification, NotificationChain msgs) {
ModelVerificationType oldModelVerification = modelVerification;
modelVerification = newModelVerification;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.SUPPORT_VECTOR_MACHINE_MODEL_TYPE__MODEL_VERIFICATION, oldModelVerification, newModelVerification);
if (msgs == null) msgs = notification; else msgs.add(notification);
}