Package org.palladiosimulator.simulizar.slidingwindow.impl
-
Class Summary Class Description SimulizarSlidingWindow This class is aSlidingWindow
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.