* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetMissingValueWeights(MissingValueWeightsType newMissingValueWeights, NotificationChain msgs) {
MissingValueWeightsType oldMissingValueWeights = missingValueWeights;
missingValueWeights = newMissingValueWeights;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.CLUSTERING_MODEL_TYPE__MISSING_VALUE_WEIGHTS, oldMissingValueWeights, newMissingValueWeights);
if (msgs == null) msgs = notification; else msgs.add(notification);
}