|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectomnics.strategy.AbstractStrategy
omnics.strategy.SimpleBackward
public class SimpleBackward
A simple implementation of the BackwardStrategy, representing
chronological backtracking.
| Field Summary |
|---|
| Fields inherited from class omnics.strategy.AbstractStrategy |
|---|
solver |
| Constructor Summary | |
|---|---|
SimpleBackward()
|
|
| Method Summary | |
|---|---|
Var |
back()
Determines the variable to which the systematic search algorithm will return in case of failure. |
| Methods inherited from class omnics.strategy.AbstractStrategy |
|---|
getSolver, setSolver |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface omnics.strategy.SolverStrategy |
|---|
getSolver, setSolver |
| Constructor Detail |
|---|
public SimpleBackward()
| Method Detail |
|---|
public Var back()
BackwardStrategy
back in interface BackwardStrategynull if no return is possible
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||