/** * <copyright> * </copyright> * * $Id$ */ package es.tid.cim.impl; import org.eclipse.emf.ecore.EClass; import es.tid.cim.Action; import es.tid.cim.CimPackage; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Action</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public abstract class ActionImpl extends ManagedElementImpl implements Action { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected ActionImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return CimPackage.eINSTANCE.getAction(); } } //ActionImpl