* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetKohonenMap(KohonenMapType newKohonenMap, NotificationChain msgs) {
KohonenMapType oldKohonenMap = kohonenMap;
kohonenMap = newKohonenMap;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.CLUSTER_TYPE__KOHONEN_MAP, oldKohonenMap, newKohonenMap);
if (msgs == null) msgs = notification; else msgs.add(notification);
}