Package net.sourceforge.plantuml.sudoku
Interface ISudoku
-
- All Known Implementing Classes:
SudokuDLX
public interface ISudoku
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getGiven(int x, int y)
long
getRatting()
long
getSeed()
-