blob: cd3282770a0666a392a5ecf71ab81344f8177f21 [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.bpmn.BPMNProfile;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Data Input Association</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getDataInputAssociation()
* @model
* @generated
*/
public interface DataInputAssociation extends DataAssociation {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The source of DataAssociation can be every item-aware element visible to the current
* scope, e.g. a Data Object, a Property or an Expression.
* @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='dataInputAssociation.source'"
* @generated
*/
boolean dataInputAssociationsource(DiagnosticChain diagnostics, Map<Object, Object> context);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The target for DataInputAssociation shall be DataInput.
* @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='dataInputAssociation.target'"
* @generated
*/
boolean dataInputAssociationtarget(DiagnosticChain diagnostics, Map<Object, Object> context);
} // DataInputAssociation