cz.cuni.jagrlib.eval
Class Ex2005_01_a
java.lang.Object
cz.cuni.jagrlib.eval.DefaultPlugin
cz.cuni.jagrlib.eval.Ex2005_01_a
- All Implemented Interfaces:
- EvalPlugin
public class Ex2005_01_a
- extends DefaultPlugin
Evaluation plugin for MainEval: exercise 01, simple picture generation.
- 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_01_a.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REPEAT
protected static final String REPEAT
- Number of items to draw.
- See Also:
- Constant Field Values
SEED1
protected static final String SEED1
- Random seed (for RandomJames).
- See Also:
- Constant Field Values
SEED2
protected static final String SEED2
- See Also:
- Constant Field Values
INT
protected static final String INT
- Use integer coordinates?
- See Also:
- Constant Field Values
Ex2005_01_a
public Ex2005_01_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.).