|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.lxtreme.ols.tool.base.annotation.SampleDataAnnotation
public class SampleDataAnnotation
Constructor Summary | |
---|---|
SampleDataAnnotation(int aChannelIdx,
long aStartTimestamp,
long aEndTimestamp,
String aText)
Creates a new DataAnnotation instance. |
|
SampleDataAnnotation(int aChannelIdx,
long aStartTimestamp,
String aText)
Creates a new DataAnnotation instance. |
Method Summary | |
---|---|
int |
compareTo(nl.lxtreme.ols.api.data.annotation.Annotation<String> aOther)
|
String |
getAnnotation()
|
int |
getChannel()
|
long |
getEndTimestamp()
|
long |
getStartTimestamp()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SampleDataAnnotation(int aChannelIdx, long aStartTimestamp, long aEndTimestamp, String aText)
public SampleDataAnnotation(int aChannelIdx, long aStartTimestamp, String aText)
Method Detail |
---|
public int compareTo(nl.lxtreme.ols.api.data.annotation.Annotation<String> aOther)
compareTo
in interface Comparable<nl.lxtreme.ols.api.data.annotation.Annotation<String>>
public String getAnnotation()
getAnnotation
in interface nl.lxtreme.ols.api.data.annotation.Annotation<String>
public int getChannel()
getChannel
in interface nl.lxtreme.ols.api.data.annotation.Annotation<String>
public long getEndTimestamp()
getEndTimestamp
in interface nl.lxtreme.ols.api.data.annotation.DataAnnotation<String>
public long getStartTimestamp()
getStartTimestamp
in interface nl.lxtreme.ols.api.data.annotation.DataAnnotation<String>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |