Examples of InformationFlow


Examples of org.eclipse.uml2.uml.InformationFlow

   * <!-- begin-user-doc --> <!-- end-user-doc -->
   *
   * @generated
   */
  public void setBase_InformationFlow(InformationFlow newBase_InformationFlow) {
    InformationFlow oldBase_InformationFlow = base_InformationFlow;
    base_InformationFlow = newBase_InformationFlow;
    if(eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, PortandflowsPackage.ITEM_FLOW__BASE_INFORMATION_FLOW, oldBase_InformationFlow, base_InformationFlow));
  }
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.