Class FileExperimentDAO

java.lang.Object
de.uka.ipd.sdq.sensorframework.dao.file.AbstractFileDAO<Experiment>
de.uka.ipd.sdq.sensorframework.dao.file.FileExperimentDAO
All Implemented Interfaces:
IExperimentDAO

public class FileExperimentDAO extends AbstractFileDAO<Experiment> implements IExperimentDAO
Deprecated.
Superseded by EDP2.
  • Constructor Details

  • Method Details

    • addExperiment

      public Experiment addExperiment(String p_experimentname)
      Deprecated.
      Specified by:
      addExperiment in interface IExperimentDAO
    • findByExperimentName

      public Collection<Experiment> findByExperimentName(String searchKey)
      Deprecated.
      Finder methods to search for Experiments. Returns a collection of experiments with that name.
      Specified by:
      findByExperimentName in interface IExperimentDAO
      Returns:
      A collection of matching experiment. The collection might be empty, but must not be null.
    • getExperiments

      public Collection<Experiment> getExperiments()
      Deprecated.
      Specified by:
      getExperiments in interface IExperimentDAO
    • removeExperiment

      public void removeExperiment(Experiment experiment, boolean doCascade)
      Deprecated.
      Description copied from interface: IExperimentDAO
      delete the experiment data and remove it from the dao
      Specified by:
      removeExperiment in interface IExperimentDAO
      Parameters:
      experiment - the experiment to remove
      doCascade - should the remove cascade down to children and remove them aswell