blob: 481c199d749b3d29cbce7f5d47a095e9cfdb171a [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>No Change</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Although no change is made to the metamodel, a migration may be necessary
* <!-- end-model-doc -->
*
*
* @see org.eclipse.emf.edapt.spi.history.HistoryPackage#getNoChange()
* @model
* @generated
*/
public interface NoChange extends PrimitiveChange {
} // NoChange