com.ibm.xtools.bpmn2
Interface ExclusiveGateway

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

public interface ExclusiveGateway
extends Gateway

A representation of the model object 'Exclusive Gateway'.

The following features are supported:

See Also:
Bpmn2Package.getExclusiveGateway()

Method Summary
 SequenceFlow getDefault()
          Returns the value of the 'Default' 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

getDefault

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

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

Returns:
the value of the 'Default' reference.
See Also:
setDefault(SequenceFlow), Bpmn2Package.getExclusiveGateway_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()