com.carlosbcruz.engine
Class BoardAnalysis.CurrentPossibility

java.lang.Object
  extended by com.carlosbcruz.engine.BoardAnalysis.CurrentPossibility
Enclosing class:
BoardAnalysis

public class BoardAnalysis.CurrentPossibility
extends java.lang.Object

Indicate a possibility that was applied.

Author:
Carlos Fernando Bella Cruz - pessoal@carlosbcruz.com

Method Summary
 int getX()
          Get row.
 int getY()
          get column.
 int getZ()
          get possibility.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getX

public int getX()
Get row.

Returns:
Returns the x.

getY

public int getY()
get column.

Returns:
Returns the y.

getZ

public int getZ()
get possibility.

Returns:
Returns the z.

toString

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