/**
  * This returns the root adapter factory that contains this factory.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public ComposeableAdapterFactory getRootAdapterFactory() {
   return parentAdapterFactory == null ? this : parentAdapterFactory.getRootAdapterFactory();
 }