ingo.iqir.tasks
Class ConstantThreshold

java.lang.Object
  extended by ingo.iqir.tasks.ConstantThreshold
All Implemented Interfaces:
ThresholdPolicy

public class ConstantThreshold
extends Object
implements ThresholdPolicy

Simple constant threshold

Author:
B. Piwowarski

Constructor Summary
ConstantThreshold()
           
 
Method Summary
 boolean accept(double score)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstantThreshold

public ConstantThreshold()
Method Detail

accept

public boolean accept(double score)
Specified by:
accept in interface ThresholdPolicy

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.