|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExperimentSet
Mostly marker interface of an experiment set. Other than extending a named module (in order to use the lookup capabilities from Base) it only declares the run method.
Method Summary | |
---|---|
void |
run(int from)
Run the experiment set from the specified index (first is 0), whatever that means. |
Methods inherited from interface cz.cuni.mff.ksi.jinfer.base.interfaces.NamedModule |
---|
getDisplayName, getModuleDescription, getName |
Method Detail |
---|
void run(int from) throws InterruptedException
InterruptedException
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |