org.omegahat.Numerics.Optimizers
Interface IterationCounterInt

All Superinterfaces:
java.util.EventListener, IterationListener

public interface IterationCounterInt
extends IterationListener

The interface for IterationCounter objects.

See that class for the meaning of the methods, and IterationListener for the continueIteration method.


Method Summary
 int getCount()
           
 int getMax()
           
 int setCount(int value)
           
 int setMax(int value)
           
 
Methods inherited from interface org.omegahat.Numerics.Optimizers.IterationListener
continueIteration
 

Method Detail

getMax

public int getMax()

setMax

public int setMax(int value)

getCount

public int getCount()

setCount

public int setCount(int value)