Interface IBranchDefinition

All Known Implementing Classes:
BranchDefinition

public interface IBranchDefinition
This interface is used to define a single branch of a group or split node.
Since:
7.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the condition that should be evaluated to determine if the branch is applicable.
    This method returns the first node of the branch.
  • Method Details

    • getCondition

      ICondition getCondition()
      This method returns the condition that should be evaluated to determine if the branch is applicable.
      Returns:
      the condition that should be evaluated to determine if the branch is applicable.
    • getStartNode

      IProcessNodeDefinition getStartNode()
      This method returns the first node of the branch.
      Returns:
      the first node of the branch.