Package jadex.bpmn.editor.model.visual
Class BpmnVisualModelGenerator
- java.lang.Object
- 
- jadex.bpmn.editor.model.visual.BpmnVisualModelGenerator
 
- 
 public class BpmnVisualModelGenerator extends java.lang.ObjectGenerator for auto-generating the visual model of a BPMN.
- 
- 
Field SummaryFields Modifier and Type Field Description protected MBpmnModelmmodel
 - 
Constructor SummaryConstructors Constructor Description BpmnVisualModelGenerator(MBpmnModel mmodel)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidgenActivity(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)voidgenerateModel(BpmnGraph graph)voidsetActivityGeometry(VActivity vactivity)
 
- 
- 
- 
Field Detail- 
mmodelprotected MBpmnModel mmodel 
 
- 
 - 
Constructor Detail- 
BpmnVisualModelGeneratorpublic BpmnVisualModelGenerator(MBpmnModel mmodel) 
 
- 
 - 
Method Detail- 
generateModelpublic void generateModel(BpmnGraph graph) 
 - 
genActivityprotected 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) 
 - 
setActivityGeometrypublic void setActivityGeometry(VActivity vactivity) 
 
- 
 
-