|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectagg.util.csp.Search_BreadthFirst
public class Search_BreadthFirst
A search strategy that traverses the constraint graph breadth first.
Constructor Summary | |
---|---|
Search_BreadthFirst()
|
Method Summary | |
---|---|
java.util.Vector<Query> |
execute(CSP csp)
Return a list of queries representing a search plan. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Search_BreadthFirst()
Method Detail |
---|
public final java.util.Vector<Query> execute(CSP csp)
SearchStrategy
Query
.
execute
in interface SearchStrategy
Query
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |