org.openuat.sensors
Interface SegmentsSink
- All Known Implementing Classes:
- ShakeWellBeforeUseProtocol1
public interface SegmentsSink
This interface represents a sink for whole time series segments.
- Version:
- 1.0
- Author:
- Rene Mayrhofer
|
Method Summary |
void |
addSegment(double[] segment,
int startIndex)
Adds a new segment to the sink. |
addSegment
void addSegment(double[] segment,
int startIndex)
- Adds a new segment to the sink.
- Parameters:
sample - The new time series segment to add.index - The start index of this segment. All samples are required
to be equally spaced.
2005-2009, Rene Mayrhofer.