Package org.palladiosimulator.simulizar.slidingwindow.impl
package org.palladiosimulator.simulizar.slidingwindow.impl
-
ClassDescriptionThis class is a
SlidingWindow
subclass that is governed by and advances during simulation runs.
Once the window is full, i.e., the simulation time reaches the next multiple of the window length, the window moves forward by a fixed increment and the collected measurements are propagated to all connectedISlidingWindowListener
s, e.g., certainSlidingWindowAggregator
s.