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

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

There is a newer version: 4.0.267
Show newest version
package jadex.bpmn.model.io;

/**
 *  Interface for visual readers with post-processing.
 *
 */
public interface IPostProcessingVisualModelReader extends IBpmnVisualModelReader
{
	/**
	 *  Performs the post-process.
	 */
	public void postProcess();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy