示例#1
0
 /**
  * Set the datasets to use in the experiment
  *
  * @param ds the list of datasets to use
  */
 @Override
 public void setDatasets(DefaultListModel ds) {
   super.setDatasets(ds);
   m_baseExperiment.setDatasets(ds);
 }