Package urban.kappa

Examples of urban.kappa.Concentration


        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case KappaPackage.CONCENTRATION:
      {
        Concentration concentration = (Concentration)theEObject;
        T result = caseConcentration(concentration);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case KappaPackage.ASSIGNMENT:
View Full Code Here


   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetConcentrationTest(Concentration newConcentrationTest, NotificationChain msgs)
  {
    Concentration oldConcentrationTest = concentrationTest;
    concentrationTest = newConcentrationTest;
    if (eNotificationRequired())
    {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, KappaPackage.MODIFICATION__CONCENTRATION_TEST, oldConcentrationTest, newConcentrationTest);
      if (msgs == null) msgs = notification; else msgs.add(notification);
View Full Code Here

TOP

Related Classes of urban.kappa.Concentration

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.