* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetBayesOutput(BayesOutputType newBayesOutput, NotificationChain msgs) {
BayesOutputType oldBayesOutput = bayesOutput;
bayesOutput = newBayesOutput;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.NAIVE_BAYES_MODEL_TYPE__BAYES_OUTPUT, oldBayesOutput, newBayesOutput);
if (msgs == null) msgs = notification; else msgs.add(notification);
}