blob: b3cfe0c277a1229499a715f4b09383bcfc0a3351 [file] [log] [blame]
/*
* Copyright (c) 2003, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM - initial API and implementation
*
* $Id: DestroyLinkAction.java,v 1.6 2005/05/18 16:38:29 khussey Exp $
*/
package org.eclipse.uml2;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Destroy Link Action</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* This action destroys a link or a link object. Link objects can also be destroyed with DestroyObjectAction. The link is specified in the same way as link creation, even for link objects. This allows actions to remain unchanged when their associations are transformed from ordinary ones to association classes and vice versa.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.UML2Package#getDestroyLinkAction()
* @model
* @generated
*/
public interface DestroyLinkAction extends WriteLinkAction{
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String copyright = "Copyright (c) IBM Corporation and others."; //$NON-NLS-1$
} // DestroyLinkAction