Uses of Class
org.flowable.bpmn.model.BpmnDiEdge
-
Packages that use BpmnDiEdge Package Description org.flowable.bpmn.model -
-
Uses of BpmnDiEdge in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type BpmnDiEdge Modifier and Type Field Description protected Map<String,BpmnDiEdge>BpmnModel. edgeMapMethods in org.flowable.bpmn.model that return BpmnDiEdge Modifier and Type Method Description BpmnDiEdgeBpmnModel. getEdgeInfo(String key)Methods in org.flowable.bpmn.model that return types with arguments of type BpmnDiEdge Modifier and Type Method Description Map<String,BpmnDiEdge>BpmnModel. getEdgeMap()Methods in org.flowable.bpmn.model with parameters of type BpmnDiEdge Modifier and Type Method Description voidBpmnModel. addEdgeInfo(String key, BpmnDiEdge edgeInfo)
-