/** */ package IFML.Core; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Parameter Binding Group</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link IFML.Core.ParameterBindingGroup#getParameterBindings <em>Parameter Bindings</em>}</li> * </ul> * </p> * * @see IFML.Core.CorePackage#getParameterBindingGroup() * @model * @generated */ public interface ParameterBindingGroup extends InteractionFlowModelElement { /** * Returns the value of the '<em><b>Parameter Bindings</b></em>' containment reference list. * The list contents are of type {@link IFML.Core.ParameterBinding}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Parameter Bindings</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Parameter Bindings</em>' containment reference list. * @see IFML.Core.CorePackage#getParameterBindingGroup_ParameterBindings() * @model containment="true" required="true" ordered="false" * @generated */ EList<ParameterBinding> getParameterBindings(); } // ParameterBindingGroup