blob: 4afbe6ccd74c6ef047a50b11a7c0fbe650e6a785 [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.bpmn.BPMNProfile;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.uml2.uml.Element;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Interaction Node</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.InteractionNode#getBase_InteractionNode_Element <em>Base Interaction Node Element</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.InteractionNode#getOutgoingConversationLinks <em>Outgoing Conversation Links</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.InteractionNode#getIncomingConversationLinks <em>Incoming Conversation Links</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getInteractionNode()
* @model abstract="true"
* @generated
*/
public interface InteractionNode extends EObject {
/**
* Returns the value of the '<em><b>Base Interaction Node Element</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Interaction Node Element</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 Interaction Node Element</em>' reference.
* @see #setBase_InteractionNode_Element(Element)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getInteractionNode_Base_InteractionNode_Element()
* @model required="true" ordered="false"
* annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='base_Element'"
* @generated
*/
Element getBase_InteractionNode_Element();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.InteractionNode#getBase_InteractionNode_Element <em>Base Interaction Node Element</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Interaction Node Element</em>' reference.
* @see #getBase_InteractionNode_Element()
* @generated
*/
void setBase_InteractionNode_Element(Element value);
/**
* Returns the value of the '<em><b>Outgoing Conversation Links</b></em>' reference list.
* The list contents are of type {@link org.eclipse.papyrus.bpmn.BPMNProfile.ConversationLink}.
* It is bidirectional and its opposite is '{@link org.eclipse.papyrus.bpmn.BPMNProfile.ConversationLink#getSourceRef <em>Source Ref</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Outgoing Conversation Links</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Outgoing Conversation Links</em>' reference list.
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getInteractionNode_OutgoingConversationLinks()
* @see org.eclipse.papyrus.bpmn.BPMNProfile.ConversationLink#getSourceRef
* @model opposite="sourceRef" ordered="false"
* @generated
*/
EList<ConversationLink> getOutgoingConversationLinks();
/**
* Returns the value of the '<em><b>Incoming Conversation Links</b></em>' reference.
* It is bidirectional and its opposite is '{@link org.eclipse.papyrus.bpmn.BPMNProfile.ConversationLink#getTargetRef <em>Target Ref</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Incoming Conversation Links</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Incoming Conversation Links</em>' reference.
* @see #setIncomingConversationLinks(ConversationLink)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getInteractionNode_IncomingConversationLinks()
* @see org.eclipse.papyrus.bpmn.BPMNProfile.ConversationLink#getTargetRef
* @model opposite="targetRef" required="true" ordered="false"
* @generated
*/
ConversationLink getIncomingConversationLinks();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.InteractionNode#getIncomingConversationLinks <em>Incoming Conversation Links</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Incoming Conversation Links</em>' reference.
* @see #getIncomingConversationLinks()
* @generated
*/
void setIncomingConversationLinks(ConversationLink value);
} // InteractionNode