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 intgetGiven(int x, int y)longgetRatting()longgetSeed()
-