blob: 5323261c03330a2e457a30086a471dea63dd4e91 [file] [log] [blame]
/**
*/
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