org.lsst.ccs.plugin.jas3
Class TimeHistory
java.lang.Object
org.lsst.ccs.plugin.jas3.TimeHistory
public class TimeHistory
- extends Object
- Author:
- tonyj
|
Constructor Summary |
TimeHistory(org.lsst.ccs.localdb.statusdb.server.DataChannel chan)
|
|
Method Summary |
org.lsst.ccs.localdb.statusdb.server.TrendingData |
getData(int i)
|
String |
getName()
|
void |
setDataArray(org.lsst.ccs.localdb.statusdb.server.TrendingData[] dataArray)
|
int |
size()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeHistory
public TimeHistory(org.lsst.ccs.localdb.statusdb.server.DataChannel chan)
getName
public String getName()
setDataArray
public void setDataArray(org.lsst.ccs.localdb.statusdb.server.TrendingData[] dataArray)
getData
public org.lsst.ccs.localdb.statusdb.server.TrendingData getData(int i)
size
public int size()
Copyright © 2013 LSST. All Rights Reserved.