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