public class TLRecord<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
TLRecord.Record<T>
fixme: lookat class overload and possibly try to
|
| Modifier and Type | Method and Description |
|---|---|
TLRecord.Record |
addRecord(long timestamp,
T value)
Add value to the record.
|
cz.cuni.amis.nb.pogamut.unreal.timeline.records.TLRecord.TLVarInfo |
getInfo() |
protected ArrayList<TLRecord.Record<T>> |
getRecords() |
public cz.cuni.amis.nb.pogamut.unreal.timeline.records.TLRecord.TLVarInfo getInfo()
protected ArrayList<TLRecord.Record<T>> getRecords()
public TLRecord.Record addRecord(long timestamp, T value)
timestamp - Number of ms since 1970value - Current value of recorded variable. Can't be null.Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.