Package urban.kappa

Examples of urban.kappa.Op


   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetOp(Op newOp, NotificationChain msgs)
  {
    Op oldOp = op;
    op = newOp;
    if (eNotificationRequired())
    {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, KappaPackage.ATOM__OP, oldOp, newOp);
      if (msgs == null) msgs = notification; else msgs.add(notification);
View Full Code Here


        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case KappaPackage.OP:
      {
        Op op = (Op)theEObject;
        T result = caseOp(op);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      default: return defaultCase(theEObject);
View Full Code Here

TOP

Related Classes of urban.kappa.Op

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.