/** * <copyright> * </copyright> * * $Id$ */ package behavioral.actions; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Query Invocation</b></em>'. * <!-- end-user-doc --> * * * @see behavioral.actions.ActionsPackage#getQueryInvocation() * @model * @generated */ public interface QueryInvocation extends EObject { } // QueryInvocation