Uses of Class
org.flowable.bpmn.model.SequenceFlow
Packages that use SequenceFlow
-
Uses of SequenceFlow in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type SequenceFlowModifier and TypeFieldDescriptionprotected List
<SequenceFlow> FlowNode.incomingFlows
protected List
<SequenceFlow> FlowNode.outgoingFlows
Methods in org.flowable.bpmn.model that return SequenceFlowMethods in org.flowable.bpmn.model that return types with arguments of type SequenceFlowMethods in org.flowable.bpmn.model with parameters of type SequenceFlowMethod parameters in org.flowable.bpmn.model with type arguments of type SequenceFlowModifier and TypeMethodDescriptionvoid
FlowNode.setIncomingFlows
(List<SequenceFlow> incomingFlows) void
FlowNode.setOutgoingFlows
(List<SequenceFlow> outgoingFlows)