Interface IBranchNodeDefinition

All Superinterfaces:
IProcessNodeDefinition
All Known Subinterfaces:
IChoiceNodeDefinition, IGroupNodeDefinition
All Known Implementing Classes:
BranchNodeDefinition, ChoiceNodeDefinition, GroupNodeDefinition

public interface IBranchNodeDefinition extends IProcessNodeDefinition
Interface for nodes that support multiple (conditional) branches.
Since:
7.1
Author:
O. Kerpershoek
  • Method Details

    • getChildNodes

      IBranchDefinition[] getChildNodes()
      This method returns an array containing the nodes of the group in the correct order (if applicable).
      Returns:
      an array containing the nodes of the group in the correct order.