* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetNaiveBayesModel(NaiveBayesModelType newNaiveBayesModel, NotificationChain msgs) {
NaiveBayesModelType oldNaiveBayesModel = naiveBayesModel;
naiveBayesModel = newNaiveBayesModel;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.SEGMENT_TYPE__NAIVE_BAYES_MODEL, oldNaiveBayesModel, newNaiveBayesModel);
if (msgs == null) msgs = notification; else msgs.add(notification);
}