com.ibm.xtools.bpmn2
Interface ThrowEvent

All Superinterfaces:
BaseElement, org.eclipse.emf.ecore.EObject, Event, FlowElement, FlowNode, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
EndEvent, ImplicitThrowEvent, IntermediateThrowEvent

public interface ThrowEvent
extends Event

A representation of the model object 'Throw Event'.

The following features are supported:

See Also:
Bpmn2Package.getThrowEvent()

Method Summary
 org.eclipse.emf.common.util.EList<DataInput> getDataInput()
          Returns the value of the 'Data Input' containment reference list.
 org.eclipse.emf.common.util.EList<DataInputAssociation> getDataInputAssociation()
          Returns the value of the 'Data Input Association' containment reference list.
 org.eclipse.emf.common.util.EList<EventDefinition> getEventDefinitions()
          Returns the value of the 'Event Definitions' containment reference list.
 InputSet getInputSet()
          Returns the value of the 'Input Set' containment reference.
 void setInputSet(InputSet value)
          Sets the value of the 'Input 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

getDataInput

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

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

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

getDataInputAssociation

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

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

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

getInputSet

InputSet getInputSet()
Returns the value of the 'Input Set' containment reference.

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

Returns:
the value of the 'Input Set' containment reference.
See Also:
setInputSet(InputSet), Bpmn2Package.getThrowEvent_InputSet()

setInputSet

void setInputSet(InputSet value)
Sets the value of the 'Input Set' containment reference.

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

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.getThrowEvent_EventDefinitions()