|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.unisens.ValueList
public class ValueList
ValueList is a set of Values that can be accessed as Array of samplestamps and object [length][channelCount]. ValueList can for example be used from Matlab for a easier access.
| Constructor Summary | |
|---|---|
ValueList()
|
|
ValueList(long[] samplestamps,
java.lang.Object data)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.Object |
getData()
Gets the rows of data of this ValueList as object [length][channelCount] |
long[] |
getSamplestamps()
Gets the samplestamps of this list of values. |
void |
setData(java.lang.Object data)
Sets the rows of data of this ValueList as object [length][channelCount] |
void |
setSamplestamps(long[] samplestamps)
Sets the samplestamps of this list of values |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValueList()
public ValueList(long[] samplestamps,
java.lang.Object data)
samplestamps - the Array of samplestampsdata - of this ValueList as object [length][channelCount]| Method Detail |
|---|
public long[] getSamplestamps()
public void setSamplestamps(long[] samplestamps)
samplestamps - the Array of samplestampspublic java.lang.Object getData()
public void setData(java.lang.Object data)
data - the rows of datapublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||