stoppers
Class PulseStop

java.lang.Object
  extended bystoppers.SimpleStop
      extended bystoppers.PulseStop

public class PulseStop
extends SimpleStop

PulseStop.java Detects a square-wave-like pulse for a node.


Constructor Summary
PulseStop()
          No arg constructor for instantiating by name
PulseStop(float stop_time)
           
 
Method Summary
protected  void loadParameter(java.lang.String info, BetterTokenizer tokenizer)
           
 void reset()
           
 boolean stop(float time)
           
 
Methods inherited from class stoppers.SimpleStop
computeStripeScore, didPass, didPass, getHowStable, getScore, getStopTime, init, initCells, 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

PulseStop

public PulseStop()
No arg constructor for instantiating by name


PulseStop

public PulseStop(float stop_time)
Method Detail

stop

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

reset

public void reset()
Overrides:
reset in class SimpleStop

loadParameter

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