* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetTargetValueCounts(TargetValueCountsType newTargetValueCounts, NotificationChain msgs) {
TargetValueCountsType oldTargetValueCounts = targetValueCounts;
targetValueCounts = newTargetValueCounts;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.BAYES_OUTPUT_TYPE__TARGET_VALUE_COUNTS, oldTargetValueCounts, newTargetValueCounts);
if (msgs == null) msgs = notification; else msgs.add(notification);
}