|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlowNode
A representation of the model object 'Flow Node'.
The following features are supported:
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 |
---|
org.eclipse.emf.common.util.EList<SequenceFlow> getIncoming()
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...
Bpmn2Package.getFlowNode_Incoming()
,
SequenceFlow.getTarget()
org.eclipse.emf.common.util.EList<SequenceFlow> getOutgoing()
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...
Bpmn2Package.getFlowNode_Outgoing()
,
SequenceFlow.getSource()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |