Package jadex.bpmn.editor.model.visual
Class BpmnVisualModelGenerator
- java.lang.Object
-
- jadex.bpmn.editor.model.visual.BpmnVisualModelGenerator
-
public class BpmnVisualModelGenerator extends java.lang.Object
Generator for auto-generating the visual model of a BPMN.
-
-
Field Summary
Fields Modifier and Type Field Description protected MBpmnModel
mmodel
-
Constructor Summary
Constructors Constructor Description BpmnVisualModelGenerator(MBpmnModel mmodel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
void
generateModel(BpmnGraph graph)
void
setActivityGeometry(VActivity vactivity)
-
-
-
Field Detail
-
mmodel
protected MBpmnModel mmodel
-
-
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)
-
-