Uses of Class
org.flowable.dmn.model.DmnDiDiagram
-
-
Uses of DmnDiDiagram in org.flowable.dmn.model
Fields in org.flowable.dmn.model with type parameters of type DmnDiDiagram Modifier and Type Field Description protected Map<String,DmnDiDiagram>DmnDefinition. diDiagramsMethods in org.flowable.dmn.model that return DmnDiDiagram Modifier and Type Method Description DmnDiDiagramDmnDefinition. getDiDiagram(String diagramId)Methods in org.flowable.dmn.model that return types with arguments of type DmnDiDiagram Modifier and Type Method Description Map<String,DmnDiDiagram>DmnDefinition. getDiDiagramMap()Methods in org.flowable.dmn.model with parameters of type DmnDiDiagram Modifier and Type Method Description voidDmnDefinition. addDiDiagram(DmnDiDiagram diDiagram)
-