Uses of Class
org.flowable.bpmn.model.SequenceFlow
-
Packages that use SequenceFlow Package Description org.flowable.bpmn.model -
-
Uses of SequenceFlow in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type SequenceFlow Modifier and Type Field Description protected List<SequenceFlow>FlowNode. incomingFlowsprotected List<SequenceFlow>FlowNode. outgoingFlowsMethods in org.flowable.bpmn.model that return SequenceFlow Modifier and Type Method Description SequenceFlowSequenceFlow. clone()Methods in org.flowable.bpmn.model that return types with arguments of type SequenceFlow Modifier and Type Method Description List<SequenceFlow>FlowNode. getIncomingFlows()List<SequenceFlow>FlowNode. getOutgoingFlows()Methods in org.flowable.bpmn.model with parameters of type SequenceFlow Modifier and Type Method Description voidSequenceFlow. setValues(SequenceFlow otherFlow)Method parameters in org.flowable.bpmn.model with type arguments of type SequenceFlow Modifier and Type Method Description voidFlowNode. setIncomingFlows(List<SequenceFlow> incomingFlows)voidFlowNode. setOutgoingFlows(List<SequenceFlow> outgoingFlows)
-