blob: 5ac8e5e6cb263e440d84297e89b837c3403595f1 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2010 BMW Car IT, Technische Universitaet Muenchen, and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* BMW Car IT - Initial API and implementation
* Technische Universitaet Muenchen - Major refactoring and extension
*******************************************************************************/
package org.eclipse.emf.edapt.spi.history;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Remove</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A change that removes a value from a multi-valued attribute or reference
* <!-- end-model-doc -->
*
*
* @see org.eclipse.emf.edapt.spi.history.HistoryPackage#getRemove()
* @model
* @generated
*/
public interface Remove extends ValueChange {
} // Remove