stoppers
Class FPStripeStop

java.lang.Object
  extended bystoppers.SimpleStop
      extended bystoppers.FPStripeStop

public class FPStripeStop
extends SimpleStop


Constructor Summary
FPStripeStop()
           
 
Method Summary
 float computeStripeScore()
           
 float getHowStable()
           
 void init(Model model)
           
 void initCells()
           
protected  void loadParameter(java.lang.String info, BetterTokenizer tokenizer)
           
 void loadParameters(BetterTokenizer tokenizer)
           
 void setEvaluating(boolean emode)
           
 boolean stop(float time)
           
 
Methods inherited from class stoppers.SimpleStop
didPass, didPass, getScore, getStopTime, reset, saveOutput, saveOutputTags, setCutoff, setStopTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FPStripeStop

public FPStripeStop()
Method Detail

init

public void init(Model model)
Overrides:
init in class SimpleStop

loadParameters

public void loadParameters(BetterTokenizer tokenizer)
                    throws java.lang.Exception
Overrides:
loadParameters in class SimpleStop
Throws:
java.lang.Exception

loadParameter

protected void loadParameter(java.lang.String info,
                             BetterTokenizer tokenizer)
                      throws java.lang.Exception
Overrides:
loadParameter in class SimpleStop
Throws:
java.lang.Exception

setEvaluating

public void setEvaluating(boolean emode)
Overrides:
setEvaluating in class SimpleStop

stop

public boolean stop(float time)
Overrides:
stop in class SimpleStop

getHowStable

public float getHowStable()
Overrides:
getHowStable in class SimpleStop

computeStripeScore

public float computeStripeScore()
Overrides:
computeStripeScore in class SimpleStop

initCells

public void initCells()
Overrides:
initCells in class SimpleStop