예제 #1
0
 /**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public ActorClass getActor() {
   if (actor != null && actor.eIsProxy()) {
     InternalEObject oldActor = (InternalEObject) actor;
     actor = (ActorClass) eResolveProxy(oldActor);
     if (actor != oldActor) {
       if (eNotificationRequired())
         eNotify(
             new ENotificationImpl(
                 this,
                 Notification.RESOLVE,
                 ConfigPackage.ACTOR_CLASS_CONFIG__ACTOR,
                 oldActor,
                 actor));
     }
   }
   return actor;
 }