Class ChoiceNodeHandler

java.lang.Object
com.aquima.interactions.process.impl.handlers.ChoiceNodeHandler
All Implemented Interfaces:
INodeHandler

public class ChoiceNodeHandler extends Object implements INodeHandler
Handler for nodes that choose a branch based on conditions on the edges.
Since:
7.1
Author:
O. Kerpershoek
  • Constructor Details

    • ChoiceNodeHandler

      public ChoiceNodeHandler()
  • Method Details

    • scheduleNode

      public void scheduleNode(IEvaluationContext context)
      Description copied from interface: INodeHandler
      This method should schedule a task for the current node. The context contains the current node and the parent task.
      Specified by:
      scheduleNode in interface INodeHandler
      Parameters:
      context - This object contains information about the current node.