com.soyatec.bpmn
Interface MessageFlow

All Superinterfaces:
BPMNObject, ConnectingObject, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, ProcessObject

public interface MessageFlow
extends ConnectingObject

A representation of the model object 'Message Flow'. A Message Flow is a dashed line that is used to show the flow of messages between two entities that are prepared to send and receive them. In BPMN, two separate Pools in the Diagram will represent the two entities.

The following features are supported:

See Also:
BPMNPackage.getMessageFlow()

Method Summary
 Message getMessage()
          Returns the value of the 'Message' containment reference
 void setMessage(Message value)
          Sets the value of the 'Message' containment reference
 
Methods inherited from interface com.soyatec.bpmn.ConnectingObject
getName, getSource, getTarget, setName, setSource, setTarget
 
Methods inherited from interface com.soyatec.bpmn.ProcessObject
getCategories, getDocumentation, getIncomingEdges, getOutgoingEdges, setDocumentation
 
Methods inherited from interface com.soyatec.bpmn.BPMNObject
getChildren
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getMessage

Message getMessage()
Returns the value of the 'Message' containment reference.

If the meaning of the 'Message' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Message' containment reference.
See Also:
setMessage(Message), BPMNPackage.getMessageFlow_Message()

setMessage

void setMessage(Message value)
Sets the value of the 'Message' containment reference.

Parameters:
value - the new value of the 'Message' containment reference.
See Also:
getMessage()