|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComplexGateway
A representation of the model object 'Complex Gateway'. BPMN includes a Complex Gateway to handle situations that are not easily handled through the other types of Gateways. Complex Gateways can also be used to combine a set of linked simple Gateways into a single, more compact situation. Modelers can provide complex expressions that determine the merging and/or splitting behavior of the Gateway.
The following features are supported:
BPMNPackage.getComplexGateway()
Method Summary | |
---|---|
Expression |
getIncomingCondition()
Returns the value of the 'Incoming Condition' containment reference |
Expression |
getOutgoingCondition()
Returns the value of the 'Outgoing Condition' containment reference |
void |
setIncomingCondition(Expression value)
Sets the value of the ' Incoming Condition ' containment reference |
void |
setOutgoingCondition(Expression value)
Sets the value of the ' Outgoing Condition ' containment reference |
Methods inherited from interface com.soyatec.bpmn.Gateway |
---|
getGates, getGatewayType |
Methods inherited from interface com.soyatec.bpmn.FlowObject |
---|
getAssignments, getName, getProcess, setName |
Methods inherited from interface com.soyatec.bpmn.LaneElement |
---|
getLanes, getPool, setPool |
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 |
---|
Expression getIncomingCondition()
If the meaning of the 'Incoming Condition' containment reference isn't clear, there really should be more of a description here...
setIncomingCondition(Expression)
,
BPMNPackage.getComplexGateway_IncomingCondition()
void setIncomingCondition(Expression value)
Incoming Condition
' containment reference.
value
- the new value of the 'Incoming Condition' containment reference.getIncomingCondition()
Expression getOutgoingCondition()
If the meaning of the 'Outgoing Condition' containment reference isn't clear, there really should be more of a description here...
setOutgoingCondition(Expression)
,
BPMNPackage.getComplexGateway_OutgoingCondition()
void setOutgoingCondition(Expression value)
Outgoing Condition
' containment reference.
value
- the new value of the 'Outgoing Condition' containment reference.getOutgoingCondition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |