Package urban.kappa

Examples of urban.kappa.RuleRhs


   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetRhs(RuleRhs newRhs, NotificationChain msgs)
  {
    RuleRhs oldRhs = rhs;
    rhs = newRhs;
    if (eNotificationRequired())
    {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, KappaPackage.RULE__RHS, oldRhs, newRhs);
      if (msgs == null) msgs = notification; else msgs.add(notification);
View Full Code Here


        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case KappaPackage.RULE_RHS:
      {
        RuleRhs ruleRhs = (RuleRhs)theEObject;
        T result = caseRuleRhs(ruleRhs);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case KappaPackage.EXPRESSION:
View Full Code Here

TOP

Related Classes of urban.kappa.RuleRhs

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.