com.ibm.xtools.bpmn2
Interface SequenceFlow

All Superinterfaces:
BaseElement, org.eclipse.emf.ecore.EObject, FlowElement, org.eclipse.emf.common.notify.Notifier

public interface SequenceFlow
extends FlowElement

A representation of the model object 'Sequence Flow'.

The following features are supported:

See Also:
Bpmn2Package.getSequenceFlow()

Method Summary
 Expression getConditionExpression()
          Returns the value of the 'Condition Expression' containment reference.
 FlowNode getSource()
          Returns the value of the 'Source' reference.
 FlowNode getTarget()
          Returns the value of the 'Target' reference.
 void setConditionExpression(Expression value)
          Sets the value of the 'Condition Expression' containment reference.
 void setSource(FlowNode value)
          Sets the value of the 'Source' reference.
 void setTarget(FlowNode value)
          Sets the value of the 'Target' reference.
 
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElement
getAny, getAnyAttribute, getDocumentations, getExtensionElements, getId, getName, setExtensionElements, setId, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getConditionExpression

Expression getConditionExpression()
Returns the value of the 'Condition Expression' containment reference.

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

Returns:
the value of the 'Condition Expression' containment reference.
See Also:
setConditionExpression(Expression), Bpmn2Package.getSequenceFlow_ConditionExpression()

setConditionExpression

void setConditionExpression(Expression value)
Sets the value of the 'Condition Expression' containment reference.

Parameters:
value - the new value of the 'Condition Expression' containment reference.
See Also:
getConditionExpression()

getSource

FlowNode getSource()
Returns the value of the 'Source' reference. It is bidirectional and its opposite is 'Outgoing'.

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

Returns:
the value of the 'Source' reference.
See Also:
setSource(FlowNode), Bpmn2Package.getSequenceFlow_Source(), FlowNode.getOutgoing()

setSource

void setSource(FlowNode value)
Sets the value of the 'Source' reference.

Parameters:
value - the new value of the 'Source' reference.
See Also:
getSource()

getTarget

FlowNode getTarget()
Returns the value of the 'Target' reference. It is bidirectional and its opposite is 'Incoming'.

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

Returns:
the value of the 'Target' reference.
See Also:
setTarget(FlowNode), Bpmn2Package.getSequenceFlow_Target(), FlowNode.getIncoming()

setTarget

void setTarget(FlowNode value)
Sets the value of the 'Target' reference.

Parameters:
value - the new value of the 'Target' reference.
See Also:
getTarget()