public interface FlowNode extends FlowElement
Modifier and Type | Method and Description |
---|---|
AbstractFlowNodeBuilder |
builder()
Returns a new fluent builder for the element if implemented.
|
Collection<SequenceFlow> |
getIncoming() |
Collection<SequenceFlow> |
getOutgoing() |
Query<FlowNode> |
getPreviousNodes() |
Query<FlowNode> |
getSucceedingNodes() |
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setId
getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
AbstractFlowNodeBuilder builder()
BpmnModelElementInstance
builder
in interface BpmnModelElementInstance
Collection<SequenceFlow> getIncoming()
Collection<SequenceFlow> getOutgoing()
Copyright © 2015. All rights reserved.