|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjgroup.experiment.runnables.CheckExperimentDir
public class CheckExperimentDir
This runnable will check if the current experiment has already been started before and thus may already have results in its experiment directory. This is to avoid overwriting/mixing the results from several runs of the same experiment.
Constructor Summary | |
---|---|
CheckExperimentDir()
|
Method Summary | |
---|---|
PropertyDefinition[] |
getProperties()
Returns a complete list of the sysproperties that this Runnable can use, and their restrictions. |
void |
run(ExperimentConfig ec)
Starts the Runnable. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckExperimentDir()
Method Detail |
---|
public void run(ExperimentConfig ec) throws jgroup.core.ConfigurationException
Runnable
run
in interface Runnable
ec
- The ExperimentConfiguration describing the experiment.
jgroup.core.ConfigurationException
public PropertyDefinition[] getProperties()
Runnable
getProperties
in interface Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |