/** * <copyright> * </copyright> * * $Id$ */ package org.eclipse.amalgam.tutorials.emf.droid.impl; import org.eclipse.amalgam.tutorials.emf.droid.AlphaAnimation; import org.eclipse.amalgam.tutorials.emf.droid.DroidPackage; import org.eclipse.emf.ecore.EClass; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Alpha Animation</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class AlphaAnimationImpl extends TerminalAnimationElementsImpl implements AlphaAnimation { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected AlphaAnimationImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return DroidPackage.eINSTANCE.getAlphaAnimation(); } } //AlphaAnimationImpl