Class WarmupFilteredCollection
java.lang.Object
java.util.AbstractCollection<Measurement>
de.uka.ipd.sdq.sensorframework.filter.AbstractMeasurementsCollection
de.uka.ipd.sdq.sensorframework.filter.WarmupFilteredCollection
- All Implemented Interfaces:
Iterable<Measurement>,Collection<Measurement>
Deprecated.
Superseded by EDP2.
-
Field Summary
Fields inherited from class de.uka.ipd.sdq.sensorframework.filter.AbstractMeasurementsCollection
originalMeasurements -
Constructor Summary
ConstructorsConstructorDescriptionWarmupFilteredCollection(Collection<Measurement> originalMeasurements, long parameter) Deprecated.Initializes a new WarmupFilteredCollection with the given measurements and filter parameter. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyFilter(Collection<Measurement> filteredItemsList) Deprecated.The Method filtered the measurements.Methods inherited from class de.uka.ipd.sdq.sensorframework.filter.AbstractMeasurementsCollection
getOriginalMeasurements, iterator, resetFilteredItems, sizeMethods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
WarmupFilteredCollection
Deprecated.Initializes a new WarmupFilteredCollection with the given measurements and filter parameter.- Parameters:
originalMeasurements- The associated measurements.parameter- The associated parameter
-
-
Method Details
-
applyFilter
Deprecated.The Method filtered the measurements. TODO explain what filtering actually means.- Specified by:
applyFilterin classAbstractMeasurementsCollection- Parameters:
filteredItemsList- seems to be used as return parameter, which contains the elements that are filtered away.
-