gmm
Class Node

java.lang.Object
  extended by gmm.Node
All Implemented Interfaces:
java.lang.Comparable<Node>

public class Node
extends java.lang.Object
implements java.lang.Comparable<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

size

public static int size
Constructor Detail

Node

public Node()
Method Detail

compareTo

public int compareTo(Node node)
Specified by:
compareTo in interface java.lang.Comparable<Node>

main

public static void main(java.lang.String[] args)