Package | Description |
---|---|
org.palladiosimulator.experimentanalysis |
This package contains all classes related to the default (abstract) sliding window implementation.
|
org.palladiosimulator.experimentanalysis.windowaggregators |
Class and Description |
---|
ISlidingWindowListener
This interface has to be implemented that want to observe
SlidingWindow s. |
ISlidingWindowMoveOnStrategy
Each window instance has an attached
ISlidingWindowMoveOnStrategy that defines how the
collected data (i.e., the measurements) are adjusted when the window moves forward. |
SlidingWindow
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. |
Class and Description |
---|
ISlidingWindowListener
This interface has to be implemented that want to observe
SlidingWindow s. |