cz.cuni.jagrlib.eval
Class Ex2005_06_a
java.lang.Object
cz.cuni.jagrlib.eval.DefaultPlugin
cz.cuni.jagrlib.eval.Ex2005_06_a
- All Implemented Interfaces:
- EvalPlugin
public class Ex2005_06_a
- extends DefaultPlugin
Evaluation plugin for MainEval: exercise 06, general image filter testing.
- Since:
- 0.24
- Version:
- 0.26 $Rev: 439 $ $Date: 2007-05-05 12:29:50 +0200 (so, 05 V 2007) $ $Author: pepca $
- See Also:
MainEval
,
Ex2005_06_a.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IMAGE
protected static final String IMAGE
- Input image file-name.
- See Also:
- Constant Field Values
PARAM_TEMPLATE
protected static final String PARAM_TEMPLATE
- General parameter name.
- See Also:
- Constant Field Values
VALUE_TEMPLATE
protected static final String VALUE_TEMPLATE
- General parameter value.
- See Also:
- Constant Field Values
Ex2005_06_a
public Ex2005_06_a()
runTest
public boolean runTest(Map<String,String> env,
Map<String,String> param,
PrintStream out)
- Runs one instance of the test (simple variant, w/o global result storage).
- Specified by:
runTest
in interface EvalPlugin
- Overrides:
runTest
in class DefaultPlugin
- Parameters:
env
- Environment map (global params).param
- Individual params.out
- Text stream for output messages.
- Returns:
- True if test was successful, false in case of fatal error (instantiation, e.g.).