net.sourceforge.plantuml.sudoku
Class SudokuDLX

java.lang.Object
  extended by net.sourceforge.plantuml.sudoku.SudokuDLX
All Implemented Interfaces:
ISudoku

public class SudokuDLX
extends Object
implements ISudoku


Constructor Summary
SudokuDLX(Long seed)
           
 
Method Summary
 int getGiven(int x, int y)
           
 long getRatting()
           
 long getSeed()
           
static void main(String[] args)
           
 void print()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SudokuDLX

public SudokuDLX(Long seed)
Method Detail

getRatting

public long getRatting()
Specified by:
getRatting in interface ISudoku

getSeed

public long getSeed()
Specified by:
getSeed in interface ISudoku

getGiven

public int getGiven(int x,
                    int y)
Specified by:
getGiven in interface ISudoku

print

public void print()

main

public static void main(String[] args)


Copyright © 2011. All Rights Reserved.