Package OntoUML

Examples of OntoUML.DirectedBinaryRelationship.eIsProxy()


   * <!-- end-user-doc -->
   * @generated
   */
  public DirectedBinaryRelationship getSource() {
    DirectedBinaryRelationship source = basicGetSource();
    return source != null && source.eIsProxy() ? (DirectedBinaryRelationship)eResolveProxy((InternalEObject)source) : source;
  }

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


   * <!-- end-user-doc -->
   * @generated
   */
  public DirectedBinaryRelationship getTarget() {
    DirectedBinaryRelationship target = basicGetTarget();
    return target != null && target.eIsProxy() ? (DirectedBinaryRelationship)eResolveProxy((InternalEObject)target) : target;
  }

  /**
   * <!-- 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.