blob: 8f5ddc76a5f2de1bf633f3837d5caeac3f73e45e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014 EclipseSource Muenchen GmbH 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:
* Philip Langer - initial API and implementation
* Edgar Mueller - API layer
******************************************************************************/
package org.eclipse.emf.emfstore.modelmutator;
/**
* A mutation, which changes the keys of {@link org.eclipse.emf.ecore.change.FeatureMapEntry feature map entries}.
*
* @author Philip Langer
* @author emueller
*
* @since 2.0
*
* @noextend This interface is not intended to be extended by clients.
* @noimplement This interface is not intended to be implemented by clients.
*/
public interface ESFeatureMapKeyMutation extends ESStructuralFeatureMutation<ESFeatureMapKeyMutation> {
}