Package | Description |
---|---|
ball.game.ant.taskdefs | |
ball.game.crossword |
Classes for creating, analyzing, and solving crossword puzzles.
|
Modifier and Type | Field and Description |
---|---|
protected Puzzle |
XDTask.Load.puzzle |
Modifier and Type | Method and Description |
---|---|
Puzzle |
Puzzle.clone() |
static Puzzle |
Puzzle.load(String path)
|
Puzzle |
Puzzle.parent()
Method to get the parent of this
Puzzle . |
Puzzle |
Puzzle.seed()
Method to get the "seed" of this
Puzzle . |
Modifier and Type | Method and Description |
---|---|
Stream<Puzzle> |
Puzzle.solve(Set<CharSequence> dictionary)
Method to solve a
Puzzle . |
Modifier and Type | Method and Description |
---|---|
CharSequence |
Puzzle.Solution.getSolution(Puzzle puzzle)
|
boolean |
Puzzle.Solution.isSolved(Puzzle puzzle)
|
Copyright © 2015–2020 Allen D. Ball. All rights reserved.