blob: 83ad7893c3568e28d32a045e2d8004a412d143ec [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>Add</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A change that adds a value to a multi-valued attribute or reference
* <!-- end-model-doc -->
*
*
* @see org.eclipse.emf.edapt.spi.history.HistoryPackage#getAdd()
* @model
* @generated
*/
public interface Add extends ValueChange {
} // Add