blob: e31f71f5e1b2ca9f0fb54210b3ff1ed727d3078d [file] [log] [blame]
/**
* Copyright (c) 2013 Obeo.
* 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:
* Obeo - initial API and implementation
*/
package org.eclipse.emf.compare.diagram.internal.extensions.impl;
import org.eclipse.emf.compare.diagram.internal.extensions.DiagramChange;
import org.eclipse.emf.compare.diagram.internal.extensions.ExtensionsPackage;
import org.eclipse.emf.compare.diagram.internal.extensions.spec.DiagramDiffSpec;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc --> An implementation of the model object '<em><b>Diagram Change</b></em>'. <!--
* end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class DiagramChangeImpl extends DiagramDiffSpec implements DiagramChange {
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
protected DiagramChangeImpl() {
super();
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return ExtensionsPackage.Literals.DIAGRAM_CHANGE;
}
} // DiagramChangeImpl