Interface IcosepTreeNodeContainer<N extends TreeNode<?,​N>>

    • Method Detail

      • setIcosepChild

        boolean setIcosepChild​(N newChild)
        Set the icosep child of this node.
        Parameters:
        newChild - is the new child used as the icosep branch
        Returns:
        true on success, otherwise false
      • getIcosepChild

        @Pure
        N getIcosepChild()
        Get the icosep node of this node.
        Returns:
        the node that is used as the icosep branch.