|
|||||||||
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'. A Sequence Flow is a solid graphical line that is used to show the order that activities will be performed in a Process. Each Flow has only one source and only one target.
The following features are supported:
BPMNPackage.getSequenceFlow()
Method Summary | |
---|---|
Expression |
getConditionExpression()
Returns the value of the 'Condition Expression' containment reference |
ConditionType |
getConditionType()
Returns the value of the 'Condition Type' attribute. |
Gate |
getGate()
Returns the value of the 'Gate' reference. |
int |
getQuantity()
Returns the value of the 'Quantity' attribute. |
void |
setConditionExpression(Expression value)
Sets the value of the ' Condition Expression ' containment reference |
void |
setConditionType(ConditionType value)
Sets the value of the ' Condition Type ' attribute |
void |
setGate(Gate value)
Sets the value of the ' Gate ' reference |
void |
setQuantity(int value)
Sets the value of the ' Quantity ' attribute |
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 |
---|
ConditionType getConditionType()
ConditionType
.
If the meaning of the 'Condition Type' attribute isn't clear, there really should be more of a description here...
ConditionType
,
setConditionType(ConditionType)
,
BPMNPackage.getSequenceFlow_ConditionType()
void setConditionType(ConditionType value)
Condition Type
' attribute.
value
- the new value of the 'Condition Type' attribute.ConditionType
,
getConditionType()
int getQuantity()
"1"
.
If the meaning of the 'Quantity' attribute isn't clear, there really should be more of a description here...
setQuantity(int)
,
BPMNPackage.getSequenceFlow_Quantity()
void setQuantity(int value)
Quantity
' attribute.
value
- the new value of the 'Quantity' attribute.getQuantity()
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)
,
BPMNPackage.getSequenceFlow_ConditionExpression()
void setConditionExpression(Expression value)
Condition Expression
' containment reference.
value
- the new value of the 'Condition Expression' containment reference.getConditionExpression()
Gate getGate()
Outgoing Sequence Flow
'.
If the meaning of the 'Gate' reference isn't clear, there really should be more of a description here...
setGate(Gate)
,
BPMNPackage.getSequenceFlow_Gate()
,
Gate.getOutgoingSequenceFlow()
void setGate(Gate value)
Gate
' reference.
value
- the new value of the 'Gate' reference.getGate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |