blob: 693b4e55558c992853a07a773a5ab79d528ad85e [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.bpmn.BPMNProfile;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
import org.eclipse.uml2.uml.Slot;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Resource Parameter Binding</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.ResourceParameterBinding#getBase_Slot <em>Base Slot</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.ResourceParameterBinding#getParameterRef <em>Parameter Ref</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.ResourceParameterBinding#getExpression <em>Expression</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getResourceParameterBinding()
* @model
* @generated
*/
public interface ResourceParameterBinding extends BaseElement {
/**
* Returns the value of the '<em><b>Base Slot</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Slot</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base Slot</em>' reference.
* @see #setBase_Slot(Slot)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getResourceParameterBinding_Base_Slot()
* @model required="true" ordered="false"
* @generated
*/
Slot getBase_Slot();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.ResourceParameterBinding#getBase_Slot <em>Base Slot</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Slot</em>' reference.
* @see #getBase_Slot()
* @generated
*/
void setBase_Slot(Slot value);
/**
* Returns the value of the '<em><b>Parameter Ref</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Parameter Ref</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Parameter Ref</em>' reference.
* @see #setParameterRef(ResourceParameter)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getResourceParameterBinding_ParameterRef()
* @model required="true" ordered="false"
* @generated
*/
ResourceParameter getParameterRef();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.ResourceParameterBinding#getParameterRef <em>Parameter Ref</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Parameter Ref</em>' reference.
* @see #getParameterRef()
* @generated
*/
void setParameterRef(ResourceParameter value);
/**
* Returns the value of the '<em><b>Expression</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Expression</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Expression</em>' reference.
* @see #setExpression(BPMNExpression)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getResourceParameterBinding_Expression()
* @model required="true" ordered="false"
* @generated
*/
BPMNExpression getExpression();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.ResourceParameterBinding#getExpression <em>Expression</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Expression</em>' reference.
* @see #getExpression()
* @generated
*/
void setExpression(BPMNExpression value);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* ResourceParameterBinding::/expression :BPMNExpression = Slot.value
* @param diagnostics The chain of diagnostics to which problems are to be appended.
* @param context The cache of context-specific information.
* <!-- end-model-doc -->
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='ResourceParameterBinding.expression'"
* @generated
*/
boolean ResourceParameterBindingexpression(DiagnosticChain diagnostics, Map<Object, Object> context);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* ResourceParameterBinding::/parameterRef : ResourceParameter = Slot.definingFeature
* @param diagnostics The chain of diagnostics to which problems are to be appended.
* @param context The cache of context-specific information.
* <!-- end-model-doc -->
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='ResourceParameterBinding.parameterRef'"
* @generated
*/
boolean ResourceParameterBindingparameterRef(DiagnosticChain diagnostics, Map<Object, Object> context);
} // ResourceParameterBinding