Interface IExecutingLikeBinarySelectionNode<TData>

    • Method Detail

      • getAlternateChildIndex

        int getAlternateChildIndex()
        Returns:
        Index of the child representing the alternate (else) part.
      • getConsequentChildIndex

        int getConsequentChildIndex()
        Returns:
        Index of the child representing the consequent (if) part.