com.ibm.xtools.bpmn2
Interface CatchEvent

All Superinterfaces:
BaseElement, org.eclipse.emf.ecore.EObject, Event, FlowElement, FlowNode, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
BoundaryEvent, IntermediateCatchEvent, StartEvent

public interface CatchEvent
extends Event

A representation of the model object 'Catch Event'.

The following features are supported:

See Also:
Bpmn2Package.getCatchEvent()

Method Summary
 org.eclipse.emf.common.util.EList<DataOutput> getDataOutput()
          Returns the value of the 'Data Output' containment reference list.
 org.eclipse.emf.common.util.EList<DataOutputAssociation> getDataOutputAssociation()
          Returns the value of the 'Data Output Association' containment reference list.
 org.eclipse.emf.common.util.EList<EventDefinition> getEventDefinitions()
          Returns the value of the 'Event Definitions' containment reference list.
 OutputSet getOutputSet()
          Returns the value of the 'Output Set' containment reference.
 void setOutputSet(OutputSet value)
          Sets the value of the 'Output Set' containment 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

getDataOutput

org.eclipse.emf.common.util.EList<DataOutput> getDataOutput()
Returns the value of the 'Data Output' containment reference list. The list contents are of type DataOutput.

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

Returns:
the value of the 'Data Output' containment reference list.
See Also:
Bpmn2Package.getCatchEvent_DataOutput()

getDataOutputAssociation

org.eclipse.emf.common.util.EList<DataOutputAssociation> getDataOutputAssociation()
Returns the value of the 'Data Output Association' containment reference list. The list contents are of type DataOutputAssociation.

If the meaning of the 'Data Output Association' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data Output Association' containment reference list.
See Also:
Bpmn2Package.getCatchEvent_DataOutputAssociation()

getOutputSet

OutputSet getOutputSet()
Returns the value of the 'Output Set' containment reference.

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

Returns:
the value of the 'Output Set' containment reference.
See Also:
setOutputSet(OutputSet), Bpmn2Package.getCatchEvent_OutputSet()

setOutputSet

void setOutputSet(OutputSet value)
Sets the value of the 'Output Set' containment reference.

Parameters:
value - the new value of the 'Output Set' containment reference.
See Also:
getOutputSet()

getEventDefinitions

org.eclipse.emf.common.util.EList<EventDefinition> getEventDefinitions()
Returns the value of the 'Event Definitions' containment reference list. The list contents are of type EventDefinition.

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

Returns:
the value of the 'Event Definitions' containment reference list.
See Also:
Bpmn2Package.getCatchEvent_EventDefinitions()