|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SequenceFlow
A representation of the model object 'Sequence Flow'.
The following features are supported:
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 |
---|
Expression getConditionExpression()
If the meaning of the 'Condition Expression' containment reference isn't clear, there really should be more of a description here...
setConditionExpression(Expression)
,
Bpmn2Package.getSequenceFlow_ConditionExpression()
void setConditionExpression(Expression value)
Condition Expression
' containment reference.
value
- the new value of the 'Condition Expression' containment reference.getConditionExpression()
FlowNode getSource()
Outgoing
'.
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(FlowNode)
,
Bpmn2Package.getSequenceFlow_Source()
,
FlowNode.getOutgoing()
void setSource(FlowNode value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
FlowNode getTarget()
Incoming
'.
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(FlowNode)
,
Bpmn2Package.getSequenceFlow_Target()
,
FlowNode.getIncoming()
void setTarget(FlowNode value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |