Learn R Programming

GeneralTree (version 0.0.1)

setRootDiscovered: Set the root discovered bit to a certain state.

Description

Set the root discovered bit to a certain state.

Usage

setRootDiscovered(self, private, is_root_discovered)

Arguments

self
the GeneralTree
private
the private members of the GeneralTree.
is_root_discovered
the state to which the bit should be set.

Value

An iterator for the general tree.