jInfer

cz.cuni.mff.ksi.jinfer.iss
Class ExperimentAction

java.lang.Object
  extended by cz.cuni.mff.ksi.jinfer.iss.ExperimentAction
All Implemented Interfaces:
ActionListener, EventListener

public final class ExperimentAction
extends Object
implements ActionListener


Constructor Summary
ExperimentAction()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
static void runExperiment(String experimentName, int from)
          Asynchronously runs the chosen experimental set (identified by its name), from the specified index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExperimentAction

public ExperimentAction()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

runExperiment

public static void runExperiment(String experimentName,
                                 int from)
Asynchronously runs the chosen experimental set (identified by its name), from the specified index.

Parameters:
experimentName - Name of the experimental set (see NamedModule.getName()).
from - Index to start running the set from. Note that 0 means "run from" beginning.

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011