| /** | |
| */ | |
| package flowchart; | |
| /** | |
| * <!-- begin-user-doc --> | |
| * A representation of the model object '<em><b>Action</b></em>'. | |
| * <!-- end-user-doc --> | |
| * | |
| * | |
| * @see flowchart.FlowchartPackage#getAction() | |
| * @model annotation="gmf.node figure='org.eclipse.epsilon.eugenia.examples.flowchart.diagram.figures.SquareFigure'" | |
| * @generated | |
| */ | |
| public interface Action extends Node | |
| { | |
| } // Action |