Package org.eclipse.papyrus.sysml.requirements

Examples of org.eclipse.papyrus.sysml.requirements.Requirement.eIsProxy()


   *
   * @generated
   */
  public Requirement getMaster() {
    Requirement master = basicGetMaster();
    return master != null && master.eIsProxy() ? (Requirement)eResolveProxy((InternalEObject)master) : master;
  }

  /**
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   *
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.