stoppers
Class NeuroTest2Stop
java.lang.Object
stoppers.SimpleStop
stoppers.NeuroTest2Stop
- public class NeuroTest2Stop
- extends SimpleStop
Method Summary |
boolean |
didPass()
|
boolean |
didPass(float s)
|
void |
init(Model model)
|
protected void |
loadParameter(java.lang.String info,
BetterTokenizer tokenizer)
|
void |
reset()
|
void |
saveOutput(java.io.PrintWriter ps,
java.lang.String inset)
This function is called to save information to a cam file. |
void |
saveOutputTags(java.io.PrintWriter ps,
java.lang.String inset)
This function is called when a cam file is being set up. |
boolean |
stop(float time)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NeuroTest2Stop
public NeuroTest2Stop()
NeuroTest2Stop
public NeuroTest2Stop(float stop_time)
init
public void init(Model model)
- Overrides:
init
in class SimpleStop
stop
public boolean stop(float time)
- Overrides:
stop
in class SimpleStop
didPass
public boolean didPass(float s)
- Overrides:
didPass
in class SimpleStop
didPass
public boolean didPass()
- Overrides:
didPass
in class SimpleStop
reset
public void reset()
- Overrides:
reset
in class SimpleStop
saveOutputTags
public void saveOutputTags(java.io.PrintWriter ps,
java.lang.String inset)
- Description copied from class:
SimpleStop
- This function is called when a cam file is being set up. See ModelIterator for
more information.
- Overrides:
saveOutputTags
in class SimpleStop
saveOutput
public void saveOutput(java.io.PrintWriter ps,
java.lang.String inset)
- Description copied from class:
SimpleStop
- This function is called to save information to a cam file. See ModelIterator
for more information.
- Overrides:
saveOutput
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