Package net.sf.parteg.base.testcasegraph.generated

Examples of net.sf.parteg.base.testcasegraph.generated.TCGElement


        if (result == null) result = caseTCGParameter(tcgComplexParameter);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case GeneratedPackage.TCG_ELEMENT: {
        TCGElement tcgElement = (TCGElement)theEObject;
        T result = caseTCGElement(tcgElement);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      default: return defaultCase(theEObject);
View Full Code Here


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setContainer(TCGElement newContainer) {
    TCGElement oldContainer = container;
    container = newContainer;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, GeneratedPackage.TCGOCL_EXPRESSION__CONTAINER, oldContainer, container));
  }
View Full Code Here

TOP

Related Classes of net.sf.parteg.base.testcasegraph.generated.TCGElement

Copyright © 2018 www.massapicom. 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.