Package jadex.bpmn.model.io
Interface IBpmnVisualModelWriter
-
- All Known Implementing Classes:
BpmnVisualModelWriter
public interface IBpmnVisualModelWriterInterface for reader of the visual part of BPMN models.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteVisualModel(java.io.PrintStream out)Reads the visual model.
-