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