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.


Method Index

 o finish()
A solver executes it while 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 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