|
Algorithm Development Kit 1.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISearch
Common interface for all search algorithms over a search tree.
Method Summary | |
---|---|
Solution |
search(INode initial,
INode target)
Given the initial state, return a Solution to the final state, or null if no such path can be found. |
Method Detail |
---|
Solution search(INode initial, INode target)
initial
- the initial board statetarget
- the final board state
|
Algorithm Development Kit 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |