Package | Description |
---|---|
org.palladiosimulator.experimentanalysis |
This package contains all classes related to the default (abstract) sliding window implementation.
|
Constructor and Description |
---|
SlidingWindowRecorder(SlidingWindow slidingWindow,
ISlidingWindowListener listener)
Initializes a new instance of the
SlidingWindowRecorder class with the given
parameters. |
SlidingWindowRecorder(SlidingWindow slidingWindow,
java.lang.Iterable<ISlidingWindowListener> listeners)
Initializes a new instance of the
SlidingWindowRecorder class with the given
parameters. |