net.sourceforge.plantuml.sudoku
Interface ISudoku

All Known Implementing Classes:
SudokuDLX

public interface ISudoku


Method Summary
 int getGiven(int x, int y)
           
 long getRatting()
           
 long getSeed()
           
 

Method Detail

getGiven

int getGiven(int x,
             int y)

getRatting

long getRatting()

getSeed

long getSeed()


Copyright © 2011. All Rights Reserved.