public class BpmnVisualModelWriter
extends java.lang.Object
implements jadex.bpmn.model.io.IBpmnVisualModelWriter
Modifier and Type | Field and Description |
---|---|
protected BpmnGraph |
vmodel
The visual model.
|
Constructor and Description |
---|
BpmnVisualModelWriter(BpmnGraph vmodel)
Creates a visual model writer.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
getVisualElements(com.mxgraph.model.mxCell parent,
java.util.List<VNode> nodes,
java.util.List<VEdge> edges)
Recursively finds the visual elements.
|
void |
writeVisualModel(java.io.PrintStream out)
Writes the visual model.
|
protected BpmnGraph vmodel
public BpmnVisualModelWriter(BpmnGraph vmodel)
vmodel
- The visual model.