Examples of InternalEObject


Examples of org.eclipse.emf.ecore.InternalEObject

   *
   * @generated
   */
  public Property getBase_Property() {
    if(base_Property != null && base_Property.eIsProxy()) {
      InternalEObject oldBase_Property = (InternalEObject)base_Property;
      base_Property = (Property)eResolveProxy(oldBase_Property);
      if(base_Property != oldBase_Property) {
        if(eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, ConstraintsPackage.CONSTRAINT_PROPERTY__BASE_PROPERTY, oldBase_Property, base_Property));
      }
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

     * <!-- begin-user-doc --> <!-- end-user-doc -->
     * @generated
     */
    public Project getCurrentProjectGen() {
        if (currentProject != null && currentProject.eIsProxy()) {
            InternalEObject oldCurrentProject = (InternalEObject) currentProject;
            currentProject = (Project) eResolveProxy(oldCurrentProject);
            if (currentProject != oldCurrentProject) {
                if (eNotificationRequired())
                    eNotify(new ENotificationImpl(this, Notification.RESOLVE,
                            ProjectPackage.PROJECT_REGISTRY__CURRENT_PROJECT, oldCurrentProject,
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

     * <!-- end-user-doc -->
     * @generated
     */
    public Layer getLayer() {
        if (layer != null && layer.eIsProxy()) {
            InternalEObject oldLayer = (InternalEObject) layer;
            layer = (Layer) eResolveProxy(oldLayer);
            if (layer != oldLayer) {
                if (eNotificationRequired())
                    eNotify(new ENotificationImpl(this, Notification.RESOLVE,
                            ProjectPackage.LAYER_LEGEND_ITEM__LAYER, oldLayer, layer));
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

     * <!-- begin-user-doc --> <!-- end-user-doc -->
     * @generated
     */
    public Map getMapInternal() {
        if (mapInternal != null && mapInternal.eIsProxy()) {
            InternalEObject oldMapInternal = (InternalEObject) mapInternal;
            mapInternal = (Map) eResolveProxy(oldMapInternal);
            if (mapInternal != oldMapInternal) {
                if (eNotificationRequired())
                    eNotify(new ENotificationImpl(this, Notification.RESOLVE,
                            RenderPackage.RENDER_MANAGER__MAP_INTERNAL, oldMapInternal, mapInternal));
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

     * Look up the MapImpl that is containing this legend item.
     *
     * @return MapImpl or null if we have not been added to a map yet.
     */
    public MapImpl getMapInternal() {
        InternalEObject container = eContainer;
        while (container != null && !(container instanceof MapImpl)) {
            container = container.eInternalContainer();
        }
        return (MapImpl) container;
    }
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   *
   * @generated
   */
  public Parameter getBase_Parameter() {
    if(base_Parameter != null && base_Parameter.eIsProxy()) {
      InternalEObject oldBase_Parameter = (InternalEObject)base_Parameter;
      base_Parameter = (Parameter)eResolveProxy(oldBase_Parameter);
      if(base_Parameter != oldBase_Parameter) {
        if(eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, ActivitiesPackage.RATE__BASE_PARAMETER, oldBase_Parameter, base_Parameter));
      }
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   *
   * @generated
   */
  public InstanceSpecification getRate() {
    if(rate != null && rate.eIsProxy()) {
      InternalEObject oldRate = (InternalEObject)rate;
      rate = (InstanceSpecification)eResolveProxy(oldRate);
      if(rate != oldRate) {
        if(eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, ActivitiesPackage.RATE__RATE, oldRate, rate));
      }
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   *
   * @generated
   */
  public Parameter getBase_Parameter() {
    if(base_Parameter != null && base_Parameter.eIsProxy()) {
      InternalEObject oldBase_Parameter = (InternalEObject)base_Parameter;
      base_Parameter = (Parameter)eResolveProxy(oldBase_Parameter);
      if(base_Parameter != oldBase_Parameter) {
        if(eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, ActivitiesPackage.OPTIONAL__BASE_PARAMETER, oldBase_Parameter, base_Parameter));
      }
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   *
   * @generated
   */
  public ObjectNode getBase_ObjectNode() {
    if(base_ObjectNode != null && base_ObjectNode.eIsProxy()) {
      InternalEObject oldBase_ObjectNode = (InternalEObject)base_ObjectNode;
      base_ObjectNode = (ObjectNode)eResolveProxy(oldBase_ObjectNode);
      if(base_ObjectNode != oldBase_ObjectNode) {
        if(eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, ActivitiesPackage.OVERWRITE__BASE_OBJECT_NODE, oldBase_ObjectNode, base_ObjectNode));
      }
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   *
   * @generated
   */
  public ObjectNode getBase_ObjectNode() {
    if(base_ObjectNode != null && base_ObjectNode.eIsProxy()) {
      InternalEObject oldBase_ObjectNode = (InternalEObject)base_ObjectNode;
      base_ObjectNode = (ObjectNode)eResolveProxy(oldBase_ObjectNode);
      if(base_ObjectNode != oldBase_ObjectNode) {
        if(eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, ActivitiesPackage.NO_BUFFER__BASE_OBJECT_NODE, oldBase_ObjectNode, base_ObjectNode));
      }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.