Uses of Class
weka.experiment.RemoteExperiment

Packages that use RemoteExperiment
weka.gui.experiment   
 

Uses of RemoteExperiment in weka.gui.experiment
 

Fields in weka.gui.experiment declared as RemoteExperiment
protected  RemoteExperiment HostListPanel.m_Exp
          The remote experiment to set the host list of
(package private)  RemoteExperiment DistributeExperimentPanel.m_Exp
          The experiment to configure.
 

Methods in weka.gui.experiment with parameters of type RemoteExperiment
 void HostListPanel.setExperiment(RemoteExperiment exp)
          Tells the panel to act on a new experiment.
 

Constructors in weka.gui.experiment with parameters of type RemoteExperiment
HostListPanel(RemoteExperiment exp)
          Creates the host list panel with the given experiment.