/**
  * Creates an adapter for the <code>target</code>.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @param target the object to adapt.
  * @return the adapter for the <code>target</code>.
  * @generated
  */
 public Adapter createAdapter(Notifier target) {
   return modelSwitch.doSwitch((EObject) target);
 }