Uses of Class
org.flowable.cmmn.model.CmmnDiEdge
-
-
Uses of CmmnDiEdge in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model with type parameters of type CmmnDiEdge Modifier and Type Field Description protected Map<String,CmmnDiEdge>CmmnModel. edgeMapMethods in org.flowable.cmmn.model that return CmmnDiEdge Modifier and Type Method Description CmmnDiEdgeCmmnModel. getEdgeInfo(String key)Methods in org.flowable.cmmn.model that return types with arguments of type CmmnDiEdge Modifier and Type Method Description Map<String,CmmnDiEdge>CmmnModel. getEdgeMap()Methods in org.flowable.cmmn.model with parameters of type CmmnDiEdge Modifier and Type Method Description voidCmmnModel. addEdgeInfo(String key, CmmnDiEdge edgeInfo)
-