Package jadex.bpmn.runtime.handler
Class DefaultStepHandler
java.lang.Object
jadex.bpmn.runtime.handler.DefaultStepHandler
- All Implemented Interfaces:
IStepHandler
Handles the transition of steps.
-
Field Summary
Fields inherited from interface jadex.bpmn.runtime.IStepHandler
STEP_HANDLER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
step
(MActivity activity, jadex.core.IComponent instance, ProcessThread thread, Object event) Make a process step, i.e.
-
Constructor Details
-
DefaultStepHandler
public DefaultStepHandler()
-
-
Method Details
-
step
public void step(MActivity activity, jadex.core.IComponent instance, ProcessThread thread, Object event) Make a process step, i.e. find the next edge or activity for a just executed thread.- Specified by:
step
in interfaceIStepHandler
- Parameters:
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.
-