blob: e824fe4f2a3cab1bce63ff49029abd313620145e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2018 SAP AG and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* SAP AG - initial API and implementation
******************************************************************************
*/
package data.classes;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Link Removal</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Removes all links from the object on which the implementation is invoked to those objects passed as parameters where the parameter objects are in the role denoted by *end*.
* <!-- end-model-doc -->
*
*
* @see data.classes.ClassesPackage#getLinkRemoval()
* @model annotation="http://www.eclipse.org/emf/2002/Ecore/OCL RemovalTypeMatchEndType='self.implements_.output->isEmpty() and\r\n self.implements_.input->size() = 1 and \r\n self.implements_.input->at(1).getType().oclIsKindOf(ClassTypeDefinition) and \r\n self.implements_.input->at(1).getType().oclAsType(ClassTypeDefinition).clazz = self.end.type.clazz'"
* annotation="http://www.eclipse.org/emf/2002/Ecore constraints='RemovalTypeMatchEndType'"
* @generated
*/
public interface LinkRemoval extends LinkManipulationAtPosition {
} // LinkRemoval