Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3b17123fcd54faf317fa517b183b5a1ca45bceb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * <copyright>
 * </copyright>
 *
 * $Id: EEFAction.java,v 1.1 2011/04/06 13:07:28 nlepine Exp $
 */
package org.eclipse.emf.eef.modelingBot.EEFActions;

import org.eclipse.emf.eef.modelingBot.Action;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>EEF Action</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.emf.eef.modelingBot.EEFActions.EEFActionsPackage#getEEFAction()
 * @model abstract="true"
 * @generated
 */
public interface EEFAction extends Action {
} // EEFAction

Back to the top