|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IIterativeRunListener
A handler to interact with the IterativeMain entry point
| Method Summary | |
|---|---|
void |
exceptionThrown(int index,
org.jactr.core.model.IModel model,
java.lang.Throwable thrown)
called if something goes horribly wrong. |
void |
postRun(int currentRunIndex,
int totalRuns,
java.util.Collection<org.jactr.core.model.IModel> models)
|
void |
preBuild(int currentRunIndex,
int totalRuns,
java.util.Collection<org.antlr.runtime.tree.CommonTree> modelDescriptors)
called before each build of the models in the IterativeMain. |
void |
preLoad(int currentRunIndex,
int totalRuns)
|
void |
preRun(int currentRunIndex,
int totalRuns,
java.util.Collection<org.jactr.core.model.IModel> models)
called before the run starts |
void |
start(int totalRuns)
|
void |
stop()
|
| Method Detail |
|---|
void start(int totalRuns)
void stop()
void preLoad(int currentRunIndex,
int totalRuns)
void preBuild(int currentRunIndex,
int totalRuns,
java.util.Collection<org.antlr.runtime.tree.CommonTree> modelDescriptors)
currentRunIndex - totalRuns - modelDescriptors - all the descriptors of the models to be created.
void preRun(int currentRunIndex,
int totalRuns,
java.util.Collection<org.jactr.core.model.IModel> models)
currentRunIndex - totalRuns - models -
void postRun(int currentRunIndex,
int totalRuns,
java.util.Collection<org.jactr.core.model.IModel> models)
void exceptionThrown(int index,
org.jactr.core.model.IModel model,
java.lang.Throwable thrown)
index - thrown -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||