* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetRootNode(Element newRootNode, NotificationChain msgs)
{
Element oldRootNode = rootNode;
rootNode = newRootNode;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FXGraphPackage.COMPONENT_DEFINITION__ROOT_NODE, oldRootNode, newRootNode);
if (msgs == null) msgs = notification; else msgs.add(notification);