de.aitools.iv.mds.core
Class EndCriteria

java.lang.Object
  extended by de.aitools.iv.mds.core.EndCriteria

public class EndCriteria
extends java.lang.Object

Author:
Anita

Constructor Summary
EndCriteria(int c, int i, double vt, int ci, int n)
          Creates a new instance of EndCriteria
 
Method Summary
 boolean isNotReached(int n, double av)
          Returns false if the chosen criteria is reached.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndCriteria

public EndCriteria(int c,
                   int i,
                   double vt,
                   int ci,
                   int n)
Creates a new instance of EndCriteria

Method Detail

isNotReached

public boolean isNotReached(int n,
                            double av)
Returns false if the chosen criteria is reached.

Parameters:
n - actual number of iterations
av - average velocity of system
Returns:
false if criteria is fulfilled