Class BpmnVisualModelGenerator


  • public class BpmnVisualModelGenerator
    extends java.lang.Object
    Generator for auto-generating the visual model of a BPMN.
    • Constructor Detail

      • BpmnVisualModelGenerator

        public BpmnVisualModelGenerator​(MBpmnModel mmodel)
    • Method Detail

      • generateModel

        public void generateModel​(BpmnGraph graph)
      • genActivity

        protected void genActivity​(BpmnGraph graph,
                                   MActivity mactivity,
                                   java.util.List<MSequenceEdge> sseqedges,
                                   java.util.Map<java.lang.String,​Tuple3<java.lang.Integer,​com.mxgraph.model.mxICell,​com.mxgraph.model.mxICell>> elements,
                                   com.mxgraph.model.mxICell vparent,
                                   int depth)
      • setActivityGeometry

        public void setActivityGeometry​(VActivity vactivity)