* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetSupportVectorMachineModel(SupportVectorMachineModelType newSupportVectorMachineModel, NotificationChain msgs) {
SupportVectorMachineModelType oldSupportVectorMachineModel = supportVectorMachineModel;
supportVectorMachineModel = newSupportVectorMachineModel;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.SEGMENT_TYPE__SUPPORT_VECTOR_MACHINE_MODEL, oldSupportVectorMachineModel, newSupportVectorMachineModel);
if (msgs == null) msgs = notification; else msgs.add(notification);
}