/** */ package activitydiagram; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Action</b></em>'. * <!-- end-user-doc --> * * * @see activitydiagram.ActivitydiagramPackage#getAction() * @model abstract="true" * @generated */ public interface Action extends ExecutableNode { } // Action