* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetMiningSchema(MiningSchemaType newMiningSchema, NotificationChain msgs) {
MiningSchemaType oldMiningSchema = miningSchema;
miningSchema = newMiningSchema;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.SUPPORT_VECTOR_MACHINE_MODEL_TYPE__MINING_SCHEMA, oldMiningSchema, newMiningSchema);
if (msgs == null) msgs = notification; else msgs.add(notification);
}