public class Node
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
calHeuristicValue()
Calculates the heuristic value of the node.
|
Node |
clone()
Clone a node.
|
Node |
setChild()
Set a new child.
|
public Node setChild()
public Node clone()
clone
in class java.lang.Object
public int calHeuristicValue()