| Interface | Description |
|---|---|
| IBoard |
The interface for the playing board.
|
| Class | Description |
|---|---|
| BenchmarkBDI | |
| BlockingBenchmarkBDI | |
| BlockingSokratesBDI |
Puzzle agent tries to solve a solitair board game
by recursiveky applying means-end-reasoning.
|
| Board |
The board containing places, pieces and played moves.
|
| JackBoard |
The View Board represents the puzzle board and the pegs.
|
| Move |
A move consisting of a start and an end point.
|
| MoveComparator |
Sort moves according to a strategy.
|
| Piece |
A piece for playing.
|
| Position |
A position has two coordinates.
|
| SokratesBDI |
Puzzle agent tries to solve a solitair board game
by recursiveky applying means-end-reasoning.
|