* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetNeuralNetwork(NeuralNetworkType newNeuralNetwork, NotificationChain msgs) {
NeuralNetworkType oldNeuralNetwork = neuralNetwork;
neuralNetwork = newNeuralNetwork;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.SEGMENT_TYPE__NEURAL_NETWORK, oldNeuralNetwork, newNeuralNetwork);
if (msgs == null) msgs = notification; else msgs.add(notification);
}