com.ibm.xtools.bpmn2
Interface FlowNode

All Superinterfaces:
BaseElement, org.eclipse.emf.ecore.EObject, FlowElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Activity, AdHocSubProcess, BoundaryEvent, BusinessRuleTask, CallActivity, CallChoreography, CatchEvent, ChoreographyActivity, ChoreographyTask, ComplexGateway, EndEvent, Event, EventBasedGateway, ExclusiveGateway, Gateway, ImplicitThrowEvent, InclusiveGateway, IntermediateCatchEvent, IntermediateThrowEvent, ParallelGateway, ServiceTask, StartEvent, SubChoreography, SubProcess, Task, ThrowEvent, Transaction, UserTask

public interface FlowNode
extends FlowElement

A representation of the model object 'Flow Node'.

The following features are supported:

See Also:
Bpmn2Package.getFlowNode()

Method Summary
 org.eclipse.emf.common.util.EList<SequenceFlow> getIncoming()
          Returns the value of the 'Incoming' reference list.
 org.eclipse.emf.common.util.EList<SequenceFlow> getOutgoing()
          Returns the value of the 'Outgoing' reference list.
 
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

getIncoming

org.eclipse.emf.common.util.EList<SequenceFlow> getIncoming()
Returns the value of the 'Incoming' reference list. The list contents are of type SequenceFlow. It is bidirectional and its opposite is 'Target'.

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

Returns:
the value of the 'Incoming' reference list.
See Also:
Bpmn2Package.getFlowNode_Incoming(), SequenceFlow.getTarget()

getOutgoing

org.eclipse.emf.common.util.EList<SequenceFlow> getOutgoing()
Returns the value of the 'Outgoing' reference list. The list contents are of type SequenceFlow. It is bidirectional and its opposite is 'Source'.

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

Returns:
the value of the 'Outgoing' reference list.
See Also:
Bpmn2Package.getFlowNode_Outgoing(), SequenceFlow.getSource()