All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jam.solver.Starter

public interface interface Starter
An Starter carries a start() method that is executed by a solver before looping. Usually start() does nothing.


Method Index

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

Methods

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

 o start
 public abstract void start()
A solver executes it before looping


All Packages  Class Hierarchy  This Package  Previous  Next  Index