Class DefaultStepHandler

java.lang.Object
jadex.bpmn.runtime.handler.DefaultStepHandler
All Implemented Interfaces:
IStepHandler

public class DefaultStepHandler extends Object implements IStepHandler
Handles the transition of steps.
  • 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 interface IStepHandler
      Parameters:
      activity - The activity to execute.
      instance - The process instance.
      thread - The process thread.