com.ibm.xtools.bpmn2
Interface ComplexGateway

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

public interface ComplexGateway
extends Gateway

A representation of the model object 'Complex Gateway'.

The following features are supported:

See Also:
Bpmn2Package.getComplexGateway()

Method Summary
 Expression getActivationCondition()
          Returns the value of the 'Activation Condition' containment reference.
 SequenceFlow getDefault()
          Returns the value of the 'Default' reference.
 void setActivationCondition(Expression value)
          Sets the value of the 'Activation Condition' containment reference.
 void setDefault(SequenceFlow value)
          Sets the value of the 'Default' reference.
 
Methods inherited from interface com.ibm.xtools.bpmn2.FlowNode
getIncoming, getOutgoing
 
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

getActivationCondition

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

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

Returns:
the value of the 'Activation Condition' containment reference.
See Also:
setActivationCondition(Expression), Bpmn2Package.getComplexGateway_ActivationCondition()

setActivationCondition

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

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

getDefault

SequenceFlow getDefault()
Returns the value of the 'Default' reference.

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

Returns:
the value of the 'Default' reference.
See Also:
setDefault(SequenceFlow), Bpmn2Package.getComplexGateway_Default()

setDefault

void setDefault(SequenceFlow value)
Sets the value of the 'Default' reference.

Parameters:
value - the new value of the 'Default' reference.
See Also:
getDefault()