Uses of Class
dam.Node

Uses of Node in dam
 

Methods in dam that return Node
 Node Node.selectBest()
          Node selectBest() Selects one of the best moves
 

Methods in dam with parameters of type Node
static void Main.problemSolution(Node first)
          problemSolution(Node)
 

Constructors in dam with parameters of type Node
Node(Node node)
          Constructor 2