edu.indiana.iucbrf.retrieval
Class ThresholdRetrieval.ThresholdConditionsChecker

java.lang.Object
  extended by edu.indiana.iucbrf.retrieval.ThresholdRetrieval.ThresholdConditionsChecker
All Implemented Interfaces:
RetrievalConditionsChecker, java.io.Serializable
Enclosing class:
ThresholdRetrieval

protected class ThresholdRetrieval.ThresholdConditionsChecker
extends java.lang.Object
implements RetrievalConditionsChecker

See Also:
Serialized Form

Field Summary
protected  double threshold
           
 
Constructor Summary
ThresholdRetrieval.ThresholdConditionsChecker(double threshold)
           
 
Method Summary
 boolean conditionsMet(Problem p, Case caseUnderConsideration, double difference)
           
 double getThreshold()
           
 void setThreshold(double threshold)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

threshold

protected double threshold
Constructor Detail

ThresholdRetrieval.ThresholdConditionsChecker

public ThresholdRetrieval.ThresholdConditionsChecker(double threshold)
Method Detail

conditionsMet

public boolean conditionsMet(Problem p,
                             Case caseUnderConsideration,
                             double difference)
Specified by:
conditionsMet in interface RetrievalConditionsChecker

getThreshold

public double getThreshold()

setThreshold

public void setThreshold(double threshold)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object