/** * <copyright> * Copyright (c) 2008 Open Canarias 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: * A. Sanchez-Barbudo - initial API and implementation * * </copyright> * * $Id: EntryOperationImpl.java,v 1.2 2009/01/25 23:12:23 radvorak Exp $ */ package org.eclipse.m2m.qvt.oml.ecore.QVTOperational.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.m2m.qvt.oml.ecore.QVTOperational.EntryOperation; import org.eclipse.m2m.qvt.oml.ecore.QVTOperational.QVTOperationalPackage; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Entry Operation</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class EntryOperationImpl extends ImperativeOperationImpl implements EntryOperation { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected EntryOperationImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return QVTOperationalPackage.Literals.ENTRY_OPERATION; } } //EntryOperationImpl