Interface IBpmnVisualModelWriter


public interface IBpmnVisualModelWriter
Interface for reader of the visual part of BPMN models.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Reads the visual model.
  • Method Details

    • writeVisualModel

      void writeVisualModel(PrintStream out)
      Reads the visual model.
      Parameters:
      out - The output.
      vmodel - The visual model.