Class AlternativeBranchTreeNode


  • public class AlternativeBranchTreeNode
    extends TextTreeNode
    Represents an alternative branch tree node.
    Author:
    Holger Eichelberger
    • Constructor Detail

      • AlternativeBranchTreeNode

        AlternativeBranchTreeNode​(TreeNode parent,
                                  boolean thenPart)
        Creates a branch tree node.
        Parameters:
        parent - the parent node
        thenPart - whether this node represents the then or the else part