Class SudokuDLX

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

public class SudokuDLX extends Object implements ISudoku
  • Constructor Details

    • SudokuDLX

      public SudokuDLX(Long seed)
  • Method Details

    • 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)