A C D E F G H I L M N P R S T U

G

Grid - class com.act365.sudoku.Grid.
A Grid object represents a partially-filled Su Doku grid.
Grid(int, int) - Constructor for class com.act365.sudoku.Grid
Creates a Su Doku grid with the given number of boxes (aka subgrids) in each dimension.
Grid() - Constructor for class com.act365.sudoku.Grid
Creates a dimensionless Su Doku grid.
GridContainer - class com.act365.sudoku.GridContainer.
The GridContainer class displays a Su Doku grid.
GridContainer(Grid) - Constructor for class com.act365.sudoku.GridContainer
Creates a new GridContainer instance.
getBestReason() - Method in interface com.act365.sudoku.IStrategy
Returns the reason behind the best candidate move.
getBestReason() - Method in class com.act365.sudoku.StrategyBase
Returns the reason for the best move.
getBestSize() - Method in class com.act365.sudoku.ControlContainer
The ControlContainer looks best at 300x500.
getBestSize() - Method in class com.act365.sudoku.GridContainer
A GridContainer should display each square as 40x40 pixels.
getBestSize() - Method in class com.act365.sudoku.SuDokuContainer
Returns the best display size for the container.
getBestValue() - Method in interface com.act365.sudoku.IStrategy
Returns the value of the best candidate move.
getBestValue() - Method in class com.act365.sudoku.StrategyBase
Returns the value of the best candidate move.
getBestX() - Method in interface com.act365.sudoku.IStrategy
Returns the x-coordinate of the best candidate move.
getBestX() - Method in class com.act365.sudoku.StrategyBase
Returns the x-coordinate of the best candidate move.
getBestY() - Method in interface com.act365.sudoku.IStrategy
Returns the y-coordinate of the best candidate move.
getBestY() - Method in class com.act365.sudoku.StrategyBase
Returns the y-coordinate of the best candidate move.
getBoxesAcross() - Method in class com.act365.sudoku.GridContainer
Returns number of boxes across one row of the Su Doku grid.
getBoxesDown() - Method in class com.act365.sudoku.GridContainer
Returns number of boxes down one column of the Su Doku grid.
getCellsInRow() - Method in class com.act365.sudoku.MaskFactory
Returns the mask dimension.
getComplexity() - Method in class com.act365.sudoku.GridContainer
Returns the number of unwinds used to solve the grid as a measure of its complexity.
getComplexity() - Method in class com.act365.sudoku.Solver
Determines the complexity figure for a puzzle.
getFilledCells() - Method in class com.act365.sudoku.MaskFactory
Returns the number of filled cells in the mask.
getHintValue() - Method in class com.act365.sudoku.GridContainer
Returns hint value in the range [1,cellsInRow].
getHintX() - Method in class com.act365.sudoku.GridContainer
Returns hint x-coordinate in the range [1,cellsInRow].
getHintY() - Method in class com.act365.sudoku.GridContainer
Returns hint y-coordinate in the range [1,cellsInRow].
getLastWrittenMove() - Method in interface com.act365.sudoku.IStrategy
Returns the number of moves made at the last point where two or more alternatives had existed.
getLastWrittenMove() - Method in class com.act365.sudoku.LeastCandidatesHybrid
Determines the last move for which two or more alternatives existed.
getLastWrittenMove() - Method in class com.act365.sudoku.StrategyBase
Returns the number of moves that had been made at the last point where two alternative moves existed.
getNumberOfCandidates() - Method in interface com.act365.sudoku.IStrategy
Returns the number of candidates generated by findCandidates().
getNumberOfCandidates() - Method in class com.act365.sudoku.StrategyBase
Returns the umber of candidates.
getNumberOfSolutions() - Method in class com.act365.sudoku.Solver
Returns the number of solutions found.
getNumberOfUnwinds() - Method in class com.act365.sudoku.Solver
Returns the number of times the tree had to be unwound in order to solve the grid.
getReason(int) - Method in interface com.act365.sudoku.IStrategy
Returns all the reasoning behind the thread.
getReason(int) - Method in class com.act365.sudoku.StrategyBase
Returns the reasoning behind the given move.
getReasonCandidate(int) - Method in interface com.act365.sudoku.IStrategy
Returns the reason behind the candidate generated by findCandidates().
getReasonCandidate(int) - Method in class com.act365.sudoku.StrategyBase
Reasons the reason behind the given candidate.
getScore() - Method in interface com.act365.sudoku.IStrategy
Returns a measure of the confidence the strategy has in its candidates.
getScore() - Method in class com.act365.sudoku.StrategyBase
Returns a measure of the confidence the strategy holds in its candidates.
getSolveTime() - Method in class com.act365.sudoku.GridContainer
Returns the time (in milliseconds) taken to complete the most recent solve.
getStrategy() - Method in class com.act365.sudoku.GridContainer
Returns the currently selected stratey object.
getText() - Method in class com.act365.sudoku.SuDokuClipboard
Reads the text from the window.
getThreadLength() - Method in interface com.act365.sudoku.IStrategy
Returns the number of moves stored on the thread.
getThreadLength() - Method in class com.act365.sudoku.StrategyBase
Returns thread length.
getThreadX(int) - Method in interface com.act365.sudoku.IStrategy
Returns the x-coordinate of the move at the given thread position.
getThreadX(int) - Method in class com.act365.sudoku.StrategyBase
Returns x-coordinate of move at given thread position.
getThreadY(int) - Method in interface com.act365.sudoku.IStrategy
Returns the y-coordinate of the move at the given thread position.
getThreadY(int) - Method in class com.act365.sudoku.StrategyBase
Returns y-coordinate of move at given thread position.
getValueCandidate(int) - Method in interface com.act365.sudoku.IStrategy
Returns the value-coordinates of the candidates generated by findCandidates().
getValueCandidate(int) - Method in class com.act365.sudoku.StrategyBase
Returns the value-coordinate of the given candidate.
getXCandidate(int) - Method in interface com.act365.sudoku.IStrategy
Returns the x-coordinates of the candidates generated by findCandidates().
getXCandidate(int) - Method in class com.act365.sudoku.StrategyBase
Returns the x-coordinate of the given candidate.
getYCandidate(int) - Method in interface com.act365.sudoku.IStrategy
Returns the y-coordinates of the candidates generated by findCandidates().
getYCandidate(int) - Method in class com.act365.sudoku.StrategyBase
Returns the y-coordinate of the given candidate.

A C D E F G H I L M N P R S T U