blob: a2a623cdbe78bc4b9aa49e048ec58f952f81a285 [file] [log] [blame]
/*
* Copyright (c) 2005, 2007 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.4 2007/02/14 19:57:26 khussey Exp $
*/
package org.eclipse.uml2.uml;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Destroy Link Action</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A destroy link action is a write link action that destroys links and link objects.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.uml.UMLPackage#getDestroyLinkAction()
* @model
* @generated
*/
public interface DestroyLinkAction
extends WriteLinkAction {
// no methods
} // DestroyLinkAction