cz.cuni.mff.ksi.jinfer.iss.experiments.sets
Class GlpkInterfaceTiming
java.lang.Object
cz.cuni.mff.ksi.jinfer.iss.experiments.AbstractExperimentSet
cz.cuni.mff.ksi.jinfer.iss.experiments.sets.GlpkInterfaceTiming
- All Implemented Interfaces:
- NamedModule, ExperimentSet
public class GlpkInterfaceTiming
- extends AbstractExperimentSet
Runs all the official test data to see how long it takes them to communicate
with GLPK (which is used as CH, no time limit). No IH is employed thereafter.
Method Summary |
protected List<ExperimentParameters> |
getExperiments()
Should return the list of experiment parameters to be run in this set. |
String |
getName()
Returns a user friendly yet unique name of the module. |
protected void |
notifyStart()
Notification that the experiment set run is starting (this does not happen
if we start from index higher than 0). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlpkInterfaceTiming
public GlpkInterfaceTiming()
getName
public String getName()
- Description copied from interface:
NamedModule
- Returns a user friendly yet unique name of the module.
- Returns:
- Unique module name.
getExperiments
protected List<ExperimentParameters> getExperiments()
- Description copied from class:
AbstractExperimentSet
- Should return the list of experiment parameters to be run in this set.
- Specified by:
getExperiments
in class AbstractExperimentSet
- Returns:
- List of experiment parameters that will be sequentially run in this
experimental set.
notifyStart
protected void notifyStart()
- Description copied from class:
AbstractExperimentSet
- Notification that the experiment set run is starting (this does not happen
if we start from index higher than 0). We do not want to force descendants
to override this, thus it is not abstract.
- Overrides:
notifyStart
in class AbstractExperimentSet
Generated on Fri Dec 9 00:01:25 CET 2011