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.incomingFlowsprotected List<SequenceFlow> FlowNode.outgoingFlowsMethods 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 TypeMethodDescriptionvoidFlowNode.setIncomingFlows(List<SequenceFlow> incomingFlows) voidFlowNode.setOutgoingFlows(List<SequenceFlow> outgoingFlows)