| Modifier and Type | Class and Description |
|---|---|
class |
STPath
The
STPath class is a non-thread-safe implementation of the
Path class. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Path> |
STSolution.getPaths() |
java.util.List<Path> |
Solution.getPaths()
Returns the list of paths that comprise this solution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
STSolution.addPath(Path p) |
void |
Solution.addPath(Path p)
Adds a path to this solution
|
java.lang.String |
Grid.getWord(Path path)
Returns the word corresponding to the given path.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Grid.score(Dictionary dict,
java.util.List<Path> sol)
Computes the score of the given Solution.
|