de.unima.alcomox.algorithms
Class Coord

java.lang.Object
  extended by de.unima.alcomox.algorithms.Coord

public class Coord
extends java.lang.Object

A Lock represent a locked coordinate in a mapping matrix. Used within the hungaran search. From a different point of view it represents a correspondences.


Constructor Summary
Coord(int x, int y)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 int getX()
           
 int getY()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Coord

public Coord(int x,
             int y)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getX

public int getX()

getY

public int getY()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object