/** * <copyright> * </copyright> * * $Id$ */ package behavioral.actions.impl; import behavioral.actions.ActionsPackage; import behavioral.actions.QueryInvocation; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.EObjectImpl; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Query Invocation</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class QueryInvocationImpl extends EObjectImpl implements QueryInvocation { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected QueryInvocationImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return ActionsPackage.Literals.QUERY_INVOCATION; } } //QueryInvocationImpl