stoppers
Class MetaFPStripeStop

java.lang.Object
  extended bystoppers.SimpleStop
      extended bystoppers.MetaFPStripeStop

public class MetaFPStripeStop
extends SimpleStop


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

Constructor Detail

MetaFPStripeStop

public MetaFPStripeStop()
Method Detail

loadParameter

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

didPass

public boolean didPass()
Overrides:
didPass in class SimpleStop

stop

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

reset

public void reset()
Overrides:
reset in class SimpleStop

initCells

public void initCells()
Overrides:
initCells in class SimpleStop