All Packages Class Hierarchy This Package Previous Next Index
Interface jam.solver.Terminator
- public interface interface Terminator
A Terminator has a hasMoreIterations() method that
is executed by a solver before starting a new iteration step.
if hasMoreIterations(0 returns false the solver stops iterating.
-
hasMoreIterations()
- A solver executes it after looping
-
setSolver(IterativeSolver)
-
The solver reference enables us to access its methods
setSolver
public abstract void setSolver(IterativeSolver slv)
- The solver reference enables us to access its methods
hasMoreIterations
public abstract boolean hasMoreIterations()
- A solver executes it after looping
All Packages Class Hierarchy This Package Previous Next Index