* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setLinkedJumpgate(Jumpgate newLinkedJumpgate) {
Jumpgate oldLinkedJumpgate = linkedJumpgate;
linkedJumpgate = newLinkedJumpgate;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, StructurePackage.JUMPGATE__LINKED_JUMPGATE, oldLinkedJumpgate, linkedJumpgate));
}