|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.solver.AlgorithmRun
AlgorithmRun determines if there is another search algorithm to execute. If there is the interface it evaluates the next algorithm.
| Field Summary | |
protected SearchAlgorithm |
algorithm
Deprecated. |
protected int |
count
Deprecated. |
| Constructor Summary | |
AlgorithmRun(SearchAlgorithm anAlgorithm,
int aCount)
Deprecated. Creates a new instance of AlgorithmRun |
|
| Method Summary | |
SearchAlgorithm |
getAlgorithm()
Deprecated. The next algorithm to be run. |
boolean |
hasNext()
Deprecated. Signal if there is another algorithm run. |
SearchAlgorithm |
popAlgorithm()
Deprecated. Pop the next algorithm. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected SearchAlgorithm algorithm
protected int count
| Constructor Detail |
public AlgorithmRun(SearchAlgorithm anAlgorithm,
int aCount)
| Method Detail |
public SearchAlgorithm getAlgorithm()
public boolean hasNext()
public SearchAlgorithm popAlgorithm()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||