Class ExperimentManager
- java.lang.Object
-
- de.uka.ipd.sdq.sensorframework.util.ExperimentManager
-
public class ExperimentManager extends Object
Deprecated.Superseded by EDP2.TODO this class has no documentation at all! It is not used by any other class, so there is no need for it, unless it is a "hidden" test class.
-
-
Field Summary
Fields Modifier and Type Field Description static doubleSCALING_FACTORDeprecated.
-
Constructor Summary
Constructors Constructor Description ExperimentManager(String experimentName, IDAOFactory factory)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated.voidfinalizeAndClose()Deprecated.voidstoreTimeSpan(String sensorName, long startTime, long stopTime)Deprecated.voidstoreTimeSpans(String sensorName, double[] durationArray, double[] timeArray, int upperBound)Deprecated.voidstoreTimeSpans(String sensorName, List<Double> elements)Deprecated.
-
-
-
Field Detail
-
SCALING_FACTOR
public static final double SCALING_FACTOR
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ExperimentManager
public ExperimentManager(String experimentName, IDAOFactory factory)
Deprecated.
-
-
Method Detail
-
storeTimeSpan
public void storeTimeSpan(String sensorName, long startTime, long stopTime)
Deprecated.
-
storeTimeSpans
public void storeTimeSpans(String sensorName, double[] durationArray, double[] timeArray, int upperBound)
Deprecated.
-
close
public void close()
Deprecated.
-
finalizeAndClose
public void finalizeAndClose()
Deprecated.
-
-