Class 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 Detail

    • 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.
      • storeTimeSpans

        public void storeTimeSpans​(String sensorName,
                                   List<Double> elements)
        Deprecated.
      • close

        public void close()
        Deprecated.
      • finalizeAndClose

        public void finalizeAndClose()
        Deprecated.