tasks
Class SudokuResult

java.lang.Object
  extended by api.Result
      extended by tasks.SudokuResult
All Implemented Interfaces:
ResultInterface, java.io.Serializable

public class SudokuResult
extends Result

See Also:
Serialized Form

Constructor Summary
SudokuResult(Board board, int dID)
           
 
Method Summary
 int[][] getValue()
          Gets the Value associated with the particular Result.
 
Methods inherited from class api.Result
getDrainID, getRunTime, setRunTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SudokuResult

public SudokuResult(Board board,
                    int dID)
Method Detail

getValue

public int[][] getValue()
Description copied from class: Result
Gets the Value associated with the particular Result. It is problem specific. So, every subclass HAS to implement it.

Specified by:
getValue in interface ResultInterface
Specified by:
getValue in class Result
Returns:
The resulting array telling the order that should be taken through the original path.