jadex.bpmn.model.io.IPostProcessingVisualModelReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-kernel-model-bpmn Show documentation
Show all versions of jadex-kernel-model-bpmn Show documentation
Business Process Model and Notation (BPMN) implementation.
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