nl.lxtreme.ols.api.data.annotation
Interface DataAnnotation<ANNOTATION_TYPE>

All Superinterfaces:
Annotation<ANNOTATION_TYPE>, Comparable<Annotation<ANNOTATION_TYPE>>

public interface DataAnnotation<ANNOTATION_TYPE>
extends Annotation<ANNOTATION_TYPE>

Denotes an annotation for data, which normally covers a certain range of samples.


Method Summary
 long getEndTimestamp()
          Returns the ending timecstamp of this annotation.
 long getStartTimestamp()
          Returns the starting time stamp of this annotation.
 
Methods inherited from interface nl.lxtreme.ols.api.data.annotation.Annotation
getAnnotation, getChannel
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getEndTimestamp

long getEndTimestamp()
Returns the ending timecstamp of this annotation.

Returns:
a time stamp, >= 0.

getStartTimestamp

long getStartTimestamp()
Returns the starting time stamp of this annotation.

Returns:
a time stamp, >= 0.


Copyright © 2012 L'Xtreme IT consultancy. All Rights Reserved.