|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgmm.Node
public class Node
This class represents a node in the search tree being explored by the A* search algorithm.
Field Summary | |
---|---|
static int |
size
|
Constructor Summary | |
---|---|
Node()
|
Method Summary | |
---|---|
int |
compareTo(Node node)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int size
Constructor Detail |
---|
public Node()
Method Detail |
---|
public int compareTo(Node node)
compareTo
in interface java.lang.Comparable<Node>
public static void main(java.lang.String[] args)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |