|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectomnics.strategy.AbstractStrategy
omnics.strategy.SimpleForward
public class SimpleForward
A simple implementation of the ForwardStrategy - the variables are
selected acording to their natural order.
| Field Summary |
|---|
| Fields inherited from class omnics.strategy.AbstractStrategy |
|---|
solver |
| Constructor Summary | |
|---|---|
SimpleForward()
|
|
| Method Summary | |
|---|---|
Var |
next()
Determines the next variable to be instantiated by the solver, which is the first element of the candidates set. |
| 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 SimpleForward()
| Method Detail |
|---|
public Var next()
next in interface ForwardStrategynull if there are no more candidates.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||