Click or drag to resize
Node Constructor
Overload List
  NameDescription
Public methodNode(Board)
Constructs a new Node. This constructor is used to form the root of the Node tree.
Public methodNode(Node)
Copy Constructor
Public methodNode(Board, Node)
Constructs a new Node. This constructor is used to create a child Node.
Top
See Also