Uses of Class
uk.co.keang.sudoku.solver.AbstractSolver.SolverDifficulty

Packages that use AbstractSolver.SolverDifficulty
uk.co.keang.sudoku   
uk.co.keang.sudoku.solver   
 

Uses of AbstractSolver.SolverDifficulty in uk.co.keang.sudoku
 

Methods in uk.co.keang.sudoku with parameters of type AbstractSolver.SolverDifficulty
 void Puzzle.setDifficulty(AbstractSolver.SolverDifficulty solver, int factor)
          Sets an level indicating how difficult it is to solve this puzzle
 

Uses of AbstractSolver.SolverDifficulty in uk.co.keang.sudoku.solver
 

Methods in uk.co.keang.sudoku.solver that return AbstractSolver.SolverDifficulty
 AbstractSolver.SolverDifficulty AbstractSolver.getSolverDifficulty()
          Gets the minimum difficulty of this solver
static AbstractSolver.SolverDifficulty AbstractSolver.SolverDifficulty.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractSolver.SolverDifficulty[] AbstractSolver.SolverDifficulty.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in uk.co.keang.sudoku.solver with parameters of type AbstractSolver.SolverDifficulty
AbstractSolver(Puzzle p, int factor, AbstractSolver.SolverDifficulty dif)
          Constructs a solver