All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jadex.bpmn.model.io.IBpmnVisualModelWriter Maven / Gradle / Ivy

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