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.


Method Index

 o hasMoreIterations()
A solver executes it after looping
 o setSolver(IterativeSolver)
The solver reference enables us to access its methods

Methods

 o setSolver
 public abstract void setSolver(IterativeSolver slv)
The solver reference enables us to access its methods

 o hasMoreIterations
 public abstract boolean hasMoreIterations()
A solver executes it after looping


All Packages  Class Hierarchy  This Package  Previous  Next  Index