public class DataChannelHandler extends Object
DataChannel.
Also holds references to plotted data point sets for this channel.| Modifier and Type | Method and Description |
|---|---|
boolean |
addPlotData(Plot plot)
Adds the specified data point set to the list of plotted data for this channel.
|
Plot |
findPlotData(TimeWindow timeWindow)
Returns an existing plotted data point set for this channel.
|
org.lsst.ccs.localdb.statusdb.server.DataChannel |
getDataChannel()
Returns the underlying DataChannel.
|
String |
getPath()
Returns the path associated with the underlying
DataChannel. |
List<Plot> |
getPlotDataAll()
Returns a list of plotted data point sets for this channel.
|
Plot |
makePlotData(TimeWindow timeWindow)
Creates and returns a data point set for the specified time window.
|
boolean |
refresh(Plot plot)
Prepares the specified Plot object for prepareRefresh by constructing updated DataPointSet.
|
boolean |
removePlotData(Plot plot)
Removes the specified data point set from the list of plotted data for this channel.
|
public String getPath()
DataChannel.public org.lsst.ccs.localdb.statusdb.server.DataChannel getDataChannel()
public List<Plot> getPlotDataAll()
public Plot findPlotData(TimeWindow timeWindow)
public Plot makePlotData(TimeWindow timeWindow)
public boolean refresh(Plot plot)
plot - Plot data to be prepared for the prepareRefresh.public boolean addPlotData(Plot plot)
public boolean removePlotData(Plot plot)
Copyright © 2014 LSST. All rights reserved.