All Packages Class Hierarchy This Package Previous Next Index
Interface jam.solver.Finisher
- public interface interface Finisher
A Finisher has a finish() method that is executed by a solver
after looping.
-
finish()
- A solver executes it while 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
finish
public abstract void finish()
- A solver executes it while looping. finished() returns true when
the convergence criteria is fulfilled. Otherwise it returns false.
All Packages Class Hierarchy This Package Previous Next Index