jadex.bpmn.model.io.IBpmnVisualModelWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-model-bpmn Show documentation
Show all versions of jadex-model-bpmn Show documentation
Business Process Model and Notation (BPMN) implementation.
The newest version!
package jadex.bpmn.model.io;
import java.io.PrintStream;
/**
* Interface for reader of the visual part of BPMN models.
*
*/
public interface IBpmnVisualModelWriter
{
/**
* Reads the visual model.
*
* @param out The output.
* @param vmodel The visual model.
*/
public abstract void writeVisualModel(PrintStream out);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy