Class DefaultStepHandler

  • All Implemented Interfaces:
    IStepHandler

    public class DefaultStepHandler
    extends java.lang.Object
    implements IStepHandler
    Handles the transition of steps.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void step​(jadex.bpmn.model.MActivity activity, IInternalAccess instance, ProcessThread thread, java.lang.Object event)
      Make a process step, i.e.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultStepHandler

        public DefaultStepHandler()
    • Method Detail

      • step

        public void step​(jadex.bpmn.model.MActivity activity,
                         IInternalAccess instance,
                         ProcessThread thread,
                         java.lang.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.