- generate() - Method in class wwwordz.puzzle.Generator
-
Generate a high quality puzzle with many words in it
- Generator - Class in wwwordz.puzzle
-
A puzzle generator.
- Generator() - Constructor for class wwwordz.puzzle.Generator
-
- getAccumulated() - Method in class wwwordz.game.Player
-
Current accumulated points of this player
- getAccumulated() - Method in class wwwordz.shared.Rank
-
Current accumulated points in this rank
- getCell(int, int) - Method in class wwwordz.shared.Table
-
Get cell of given row and column
- getCells() - Method in class wwwordz.shared.Puzzle.Solution
-
- getEmptyCells() - Method in class wwwordz.shared.Table
-
Return a list with the empty cells in this table
- getHome() - Static method in class wwwordz.game.Players
-
Current home directory, where the data file is stored
- getInstance() - Static method in class wwwordz.game.Manager
-
Single instance of Manager;
- getInstance() - Static method in class wwwordz.game.Players
-
Get single instance of this class
- getInstance() - Static method in class wwwordz.puzzle.Dictionary
-
Obtain the sole instance of this class.
- getJoinStageDuration() - Static method in class wwwordz.game.Round
-
Duration of join stage in milliseconds
- getLetter() - Method in class wwwordz.shared.Table.Cell
-
Letter in this cell
- getLetter(int, int) - Method in class wwwordz.shared.Table
-
Set a letter at a given row and column
- getNeighbors(Table.Cell) - Method in class wwwordz.shared.Table
-
The 8 neighboring cells of the given cell.
- getNick() - Method in class wwwordz.game.Player
-
Current nick of this player
- getNick() - Method in class wwwordz.shared.Rank
-
Current nick in this rank
- getPassword() - Method in class wwwordz.game.Player
-
Current password of this player
- getPlayer(String) - Method in class wwwordz.game.Players
-
- getPlayStageDuration() - Static method in class wwwordz.game.Round
-
Duration of play stage in milliseconds
- getPoints() - Method in class wwwordz.game.Player
-
Current points of this player
- getPoints() - Method in class wwwordz.shared.Puzzle.Solution
-
get points of this word
- getPoints() - Method in class wwwordz.shared.Rank
-
Current points in this rank
- getPuzzle() - Method in class wwwordz.game.Manager
-
Get table of current round
- getPuzzle() - Method in class wwwordz.game.Round
-
Get table of this round
- getRandomLargeWord() - Method in class wwwordz.puzzle.Dictionary
-
Return a large random word from the trie
- getRandomLargeWord() - Method in class wwwordz.puzzle.Trie
-
Performs a random walk in the data structure, randomly selecting
a path in each node, until reaching a leaf (a node with no descendants).
- getRanking() - Method in class wwwordz.game.Manager
-
List of players in current round sorted by points
- getRanking() - Method in class wwwordz.game.Round
-
List of players in this round sorted by points
- getRankingStageSuration() - Static method in class wwwordz.game.Round
-
Duration of ranking stage in milliseconds
- getReportStageDuration() - Static method in class wwwordz.game.Round
-
Duration of report stage in milliseconds
- getRoundDuration() - Static method in class wwwordz.game.Round
-
Complete duration of a round (all stages)
- getSolutions(Table) - Method in class wwwordz.puzzle.Generator
-
Return a list of solutions for this table.
- getSolutions() - Method in class wwwordz.shared.Puzzle
-
- getTable() - Method in class wwwordz.shared.Puzzle
-
- getTimetoNextPlay() - Method in class wwwordz.game.Round
-
Time in milliseconds to the next play stage.
- getWord() - Method in class wwwordz.shared.Puzzle.Solution
-