Class StateMeasurementListWithBackgroundStore
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Measurement>
de.uka.ipd.sdq.sensorframework.dao.file.entities.MeasurementListWithBackgroundStore<State>
de.uka.ipd.sdq.sensorframework.dao.file.entities.StateMeasurementListWithBackgroundStore
- All Implemented Interfaces:
Iterable<Measurement>,Collection<Measurement>,List<Measurement>
public class StateMeasurementListWithBackgroundStore
extends MeasurementListWithBackgroundStore<State>
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
ConstructorsConstructorDescriptionStateMeasurementListWithBackgroundStore(BackgroundMemoryList<Double> eventTimes, BackgroundMemoryList<State> 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
-
StateMeasurementListWithBackgroundStore
public StateMeasurementListWithBackgroundStore(BackgroundMemoryList<Double> eventTimes, BackgroundMemoryList<State> internalStore) Deprecated.
-
-
Method Details
-
get
Deprecated.- Specified by:
getin interfaceList<Measurement>- Specified by:
getin classMeasurementListWithBackgroundStore<State>
-