Class Summary |
AbstractOpenClosedListSearch |
Abstract base class for a search that works using open and closed list for
nodes already searched and nodes still to be processed. |
AbstractScoringSearch |
Abstract base class for a scoring search. |
AbstractSearchNode |
Adapter of the search library to the domain the search is performed in. |
AStarSearch |
Scoring Search using A* strategy.
|
BreadthFirstSearch |
Search using breadth first strategy. |
DefaultSearchEdge |
Default implementation of a search edge. |
DepthFirstSearch |
Search using depth first strategy. |