Class MemoryExperimentDAO
java.lang.Object
de.uka.ipd.sdq.sensorframework.dao.memory.MemoryExperimentDAO
- All Implemented Interfaces:
IExperimentDAO
Deprecated.
Superseded by EDP2.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExperiment(String p_experimentname) Deprecated.findByExperimentName(String searchKey) Deprecated.Finder methods to search for Experiments.get(long id) Deprecated.Deprecated.voidremoveExperiment(Experiment experiment, boolean doCascade) Deprecated.delete the experiment data and remove it from the daovoidstore(Experiment e) Deprecated.voidstoreAll()Deprecated.
-
Constructor Details
-
MemoryExperimentDAO
Deprecated.
-
-
Method Details
-
addExperiment
Deprecated.- Specified by:
addExperimentin interfaceIExperimentDAO
-
get
Deprecated.- Specified by:
getin interfaceIExperimentDAO
-
getExperiments
Deprecated.- Specified by:
getExperimentsin interfaceIExperimentDAO
-
findByExperimentName
Deprecated.Finder methods to search for Experiments. Returns a collection of experiments with that name.- Specified by:
findByExperimentNamein interfaceIExperimentDAO- Returns:
- A collection of matching experiment. The collection might be empty, but must not be null.
-
store
Deprecated. -
removeExperiment
Deprecated.Description copied from interface:IExperimentDAOdelete the experiment data and remove it from the dao- Specified by:
removeExperimentin interfaceIExperimentDAO- Parameters:
experiment- the experiment to removedoCascade- should the remove cascade down to children and remove them aswell
-
storeAll
public void storeAll()Deprecated.- Specified by:
storeAllin interfaceIExperimentDAO
-