Package net.cis.common.model.universe

Examples of net.cis.common.model.universe.CelestialBody


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setParentCelestialBody(CelestialBody newParentCelestialBody) {
    CelestialBody oldParentCelestialBody = parentCelestialBody;
    parentCelestialBody = newParentCelestialBody;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, SectorPackage.SECTOR__PARENT_CELESTIAL_BODY, oldParentCelestialBody, parentCelestialBody));
  }
View Full Code Here

TOP

Related Classes of net.cis.common.model.universe.CelestialBody

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.