edu.harvard.syrah.pyxida.knn
Class NodeDesc

java.lang.Object
  extended by edu.harvard.syrah.pyxida.knn.NodeDesc

public class NodeDesc
extends java.lang.Object


Field Summary
 Coordinate coord
           
 int id
           
 
Constructor Summary
NodeDesc(int _id, Coordinate _coord)
           
 
Method Summary
 boolean equals(NodeDesc _other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public final int id

coord

public final Coordinate coord
Constructor Detail

NodeDesc

public NodeDesc(int _id,
                Coordinate _coord)
Method Detail

equals

public boolean equals(NodeDesc _other)