stoppers
Class StripeStop

java.lang.Object
  extended bystoppers.SimpleStop
      extended bystoppers.StripeStop

public class StripeStop
extends SimpleStop


Constructor Summary
StripeStop()
           
 
Method Summary
 void init(Model model)
           
 void initCells()
           
protected  void loadParameter(java.lang.String info, BetterTokenizer tokenizer)
           
 void loadParameters(BetterTokenizer tokenizer)
           
 boolean stop(float time)
           
 
Methods inherited from class stoppers.SimpleStop
computeStripeScore, didPass, didPass, getHowStable, getScore, getStopTime, reset, 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

StripeStop

public StripeStop()
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

stop

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

initCells

public void initCells()
Overrides:
initCells in class SimpleStop