/** */ package activitydiagram; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Opaque Action</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link activitydiagram.OpaqueAction#getExpressions <em>Expressions</em>}</li> * </ul> * * @see activitydiagram.ActivitydiagramPackage#getOpaqueAction() * @model * @generated */ public interface OpaqueAction extends Action { /** * Returns the value of the '<em><b>Expressions</b></em>' containment reference list. * The list contents are of type {@link activitydiagram.Expression}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Expressions</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Expressions</em>' containment reference list. * @see activitydiagram.ActivitydiagramPackage#getOpaqueAction_Expressions() * @model containment="true" * @generated */ EList<Expression> getExpressions(); } // OpaqueAction