Package urban.kappa

Examples of urban.kappa.Mrk


        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case KappaPackage.MRK:
      {
        Mrk mrk = (Mrk)theEObject;
        T result = caseMrk(mrk);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case KappaPackage.LINK:
View Full Code Here


   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetState(Mrk newState, NotificationChain msgs)
  {
    Mrk oldState = state;
    state = newState;
    if (eNotificationRequired())
    {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, KappaPackage.SITE__STATE, oldState, newState);
      if (msgs == null) msgs = notification; else msgs.add(notification);
View Full Code Here

TOP

Related Classes of urban.kappa.Mrk

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.