|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStrategy
This interface is the heart of CSearch
.
Method Summary | |
---|---|
CNode |
Select(java.util.Vector<CNode> arg_node_v,
CNode arg_node)
The manner in which one selects from the available fringe determined the behavior of search. |
void |
SetDomain(IDomain arg_problem)
Some strategies need access to the problem |
Method Detail |
---|
CNode Select(java.util.Vector<CNode> arg_node_v, CNode arg_node)
arg_node
- a CNode
value, the fringe, ie the available options to explore
CNode
value, the current positionvoid SetDomain(IDomain arg_problem)
arg_problem
- an IDomain
value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |