Package org.palladiosimulator.experimentanalysis
package org.palladiosimulator.experimentanalysis
This package contains all classes related to the default (abstract) sliding window implementation.
-
ClassDescriptionAn implementation of
ISlidingWindowMoveOnStrategy
that discards all the measurements which are prior to the new lower bound of theSlidingWindow
after it moved on.Implementation of a trivialISlidingWindowMoveOnStrategy
which just discards all the window data once it moves on.This interface has to be implemented that want to observeSlidingWindow
s.Each window instance has an attachedISlidingWindowMoveOnStrategy
that defines how the collected data (i.e., the measurements) are adjusted when the window moves forward.An implementation ofISlidingWindowMoveOnStrategy
that keeps exactly one measurement that is prior to the new lower bound of theSlidingWindow
after it moved on.This class is an implementation of a fixed length sliding window.
Purpose of this window is to collect measurements of a certain kind that occur within the window length.This class implements aRecorder
which writes incoming data into a sliding window rather than passing it on to a persistence framework like EDP2.