Class TimeSpanMeasurementListWithBackgroundStore
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Measurement>
de.uka.ipd.sdq.sensorframework.dao.file.entities.MeasurementListWithBackgroundStore<Double>
de.uka.ipd.sdq.sensorframework.dao.file.entities.TimeSpanMeasurementListWithBackgroundStore
- All Implemented Interfaces:
Iterable<Measurement>,Collection<Measurement>,List<Measurement>
public class TimeSpanMeasurementListWithBackgroundStore
extends MeasurementListWithBackgroundStore<Double>
Deprecated.
Superseded by EDP2.
-
Field Summary
Fields inherited from class de.uka.ipd.sdq.sensorframework.dao.file.entities.MeasurementListWithBackgroundStore
eventTimes, measurementsStoreFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionTimeSpanMeasurementListWithBackgroundStore(BackgroundMemoryList<Double> eventTimes, BackgroundMemoryList<Double> internalStore) Deprecated. -
Method Summary
Methods inherited from class de.uka.ipd.sdq.sensorframework.dao.file.entities.MeasurementListWithBackgroundStore
sizeMethods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
TimeSpanMeasurementListWithBackgroundStore
public TimeSpanMeasurementListWithBackgroundStore(BackgroundMemoryList<Double> eventTimes, BackgroundMemoryList<Double> internalStore) Deprecated.
-
-
Method Details
-
get
Deprecated.- Specified by:
getin interfaceList<Measurement>- Specified by:
getin classMeasurementListWithBackgroundStore<Double>
-