jadex.bpmn.model.io.FirstPassPostProcessor 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 jadex.xml.IPostProcessor;
public abstract class FirstPassPostProcessor implements IPostProcessor
{
public int getPass()
{
return 0;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy