|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgeneration.AutoGenerator
public class AutoGenerator
Generates automatically exercises and stores them to local filesystem
| Constructor Summary | |
|---|---|
AutoGenerator(java.lang.String type,
java.lang.String diffStr,
java.lang.String modeStr,
boolean saveGeneratedExercise)
Starts the AutoGenerator |
|
| Method Summary | |
|---|---|
java.util.HashMap |
getExercise()
Get the Exercise as HashMap for loading in WorkEditor |
static void |
main(java.lang.String[] args)
Starts the AutoGenerator |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutoGenerator(java.lang.String type,
java.lang.String diffStr,
java.lang.String modeStr,
boolean saveGeneratedExercise)
type - The type of exercise to created. E.g.: FibHeapdiffStr - The difficultymodeStr - The mode: NORMAL (NormalMode) or FAULT (FaultMode)saveGeneratedExercise - TRUE when the new generated exercise has to be saved, false otherwise| Method Detail |
|---|
public java.util.HashMap getExercise()
public static void main(java.lang.String[] args)
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||